Nothing happens and the following error is found in the log:
ERROR - scriptHandler.executeScript (09:44:28.652) - MainThread (3936):
error executing script: <bound method GlobalPlugin.script_openInBrowser of <globalPlugins.DirectLink.GlobalPlugin object at 0x07B4DC10>> with gesture 'alt+NVDA+o'
Traceback (most recent call last):
File "scriptHandler.pyc", line 212, in executeScript
File "C:\Users\Cyrille\AppData\Roaming\nvda\addons\directLink\globalPlugins\DirectLink.py", line 189, in script_openInBrowser
os.startfile(link)
NameError: name 'link' is not defined
Expected result
No error in the log.
And a user-friendly message such as:
"No link previously converted"
or something similar.
Hello
Here is an error seen while testing the add-on.
Steps to reproduce
Actual result
Nothing happens and the following error is found in the log:
Expected result
No error in the log. And a user-friendly message such as: "No link previously converted" or something similar.
Add-on version
2.0, compiled from source (latest master branch)