AccentuSoft / LinkScope_Client

Repository for the LinkScope Client software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when saving project

certrik opened this issue · comments

[2023-07-14 12:23:09,466] - INFO: Starting LinkScope Client, Version v1.5.1
[2023-07-14 12:23:09,536] - INFO: Creating new Local Entities Database.
[2023-07-14 12:23:10,559] - INFO: Created new Tab Notes file.
[2023-07-14 12:23:10,563] - INFO: Project opened, ready to work.
[2023-07-14 12:23:15,222] - ERROR: Could not Save Project: AssertionError()
Traceback (most recent call last):
  File "C:\1_Work\LINKSC~1\LINKSC~1\LinkScope.py", line 129, in saveProject
  File "C:\1_Work\LINKSC~1\LINKSC~1\LinkScope.py", line 122, in saveHelper
  File "C:\1_Work\LINKSC~1\LINKSC~1\Core\SettingsObject.py", line 117, in save
  File "C:\1_Work\LINKSC~1\LINKSC~1\Core\PathHelper.py", line 131, in is_path_exists_or_creatable_portable
  File "C:\1_Work\LINKSC~1\LINKSC~1\Core\PathHelper.py", line 49, in is_pathname_valid
AssertionError
[2023-07-14 12:25:01,144] - INFO: Failed Saving Project Test7

It seems that it can not handle directory paths that are longer than 8 characters.

It can, the issue is elsewhere:

assert os.path.isdir(root_dirname) # ...Murphy and her ironclad Law # nosec

Could you please check that the environment variable 'HOMEDRIVE' is set to a writeable directory?

Was this issue resolved?