You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to save positions, NVDA says, "file not found".
STR:
Try saving a position (NvDA+Shift=L) for an app.
Type position coordinates and press Enter.
Expected: NVDA saves positions.
Actual:
ERROR - unhandled exception (08:31:09.701):
Traceback (most recent call last):
File "wx_misc.pyc", line 1367, in Notify
File "wx_core.pyc", line 16869, in Notify
File "C:\Users\User\AppData\Roaming\nvda\addons\goldenCursor\globalPlugins\goldenCursor.py", line 201, in saving
File "codecs.pyc", line 896, in open
IOError: [Errno 2] No such file or directory: path
Cause: the add-on assumes a folder named "files" already exists.
Solution: catch this case and create a new directory.
Thanks.
The text was updated successfully, but these errors were encountered:
Previously, the add-on assumed that files path was available. However, there are times when it is not (such as accidentally deleting it). Thus take this into account and create the files folder when saving positions for the first time.
Hi,
When trying to save positions, NVDA says, "file not found".
STR:
Expected: NVDA saves positions.
Actual:
ERROR - unhandled exception (08:31:09.701):
Traceback (most recent call last):
File "wx_misc.pyc", line 1367, in Notify
File "wx_core.pyc", line 16869, in Notify
File "C:\Users\User\AppData\Roaming\nvda\addons\goldenCursor\globalPlugins\goldenCursor.py", line 201, in saving
File "codecs.pyc", line 896, in open
IOError: [Errno 2] No such file or directory: path
Cause: the add-on assumes a folder named "files" already exists.
Solution: catch this case and create a new directory.
Thanks.
The text was updated successfully, but these errors were encountered: