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
Anki 2.1.13 (3ba55990) Python 3.6.1 Qt 5.9.7 PyQt 5.9
Platform: Mac 10.11.6
Flags: frz=True ao=True sv=1
Add-ons possibly involved: Auto Markdown
Caught exception:
File "aqt/webview.py", line 27, in cmd
File "aqt/webview.py", line 87, in _onCmd
File "aqt/webview.py", line 368, in _onBridgeCmd
File "aqt/editor.py", line 288, in onBridgeCmd
File "/Users/jonathan/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 221, in onMarkdownToggle
editor_instance.web.evalWithCallback("document.getElementById('f%s').innerHTML" % (field_id), onHtmlAvailable)
<class 'AttributeError'>: 'NoneType' object has no attribute 'evalWithCallback'
The text was updated successfully, but these errors were encountered:
This issue might be fixed in the pull request I did... I added additional checks for None (if for some reason the editor_instance hadn't been set prior to the execution of the methods that need it)
The text was updated successfully, but these errors were encountered: