Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when NVDA is exited or restarted, braille extender uninitializes properly #61

Closed
zstanecic opened this issue May 31, 2020 · 2 comments · May be fixed by #56
Closed

when NVDA is exited or restarted, braille extender uninitializes properly #61

zstanecic opened this issue May 31, 2020 · 2 comments · May be fixed by #56

Comments

@zstanecic
Copy link
Collaborator

Steps to reproduce: simply exit or restart NVDA.
In the log, we read the following:
ERROR - globalPluginHandler.terminate (11:58:56.660) - MainThread (3452):
Error terminating global plugin <globalPlugins.brailleExtender.GlobalPlugin object at 0x06CA1470>
Traceback (most recent call last):
File "globalPluginHandler.pyc", line 41, in terminate
File "C:\Users\zvonimir\AppData\Roaming\nvda\addons\BrailleExtender\globalPlugins\brailleExtender_init_.py", line 1348, in terminate
dictionaries.removeTmpDict()
File "C:\Users\zvonimir\AppData\Roaming\nvda\addons\BrailleExtender\globalPlugins\brailleExtender\dictionaries.py", line 129, in removeTmpDict
path = getPathDict("tmp")
TypeError: getPathDict() missing 1 required positional argument: 'usableIn'
version of the addon: 20.05.31:1c6df09
windows 10 2004, russian, 64 bit.

@AAClause AAClause mentioned this issue May 31, 2020
5 tasks
@AAClause
Copy link
Owner

Thanks for this. May be fixed by #56 soon. Affects dev versions only.

AAClause added a commit that referenced this issue Jun 22, 2020
@zstanecic
Copy link
Collaborator Author

fixed, not applicable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants