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 I tap the icon to enabled it I get the following error. I'm on Apple Silicone M1.
Caught exception:
Traceback (most recent call last):
File "aqt.webview", line 568, in handler
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 129, in
lambda field_text : onInnerTextAvailable(field_html, field_text))
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 139, in onInnerTextAvailable
updated_field_html = generateHtmlFromMarkdown(field_text, field_html)
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 53, in generateHtmlFromMarkdown
encoded_field_html = base64.b64encode(field_html.encode('utf-8')).decode() # needs to be string
AttributeError: 'NoneType' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered:
When I tap the icon to enabled it I get the following error. I'm on Apple Silicone M1.
Caught exception:
Traceback (most recent call last):
File "aqt.webview", line 568, in handler
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 129, in
lambda field_text : onInnerTextAvailable(field_html, field_text))
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 139, in onInnerTextAvailable
updated_field_html = generateHtmlFromMarkdown(field_text, field_html)
File "/Users/asceticcode/Library/Application Support/Anki2/addons21/1030875226/editor.py", line 53, in generateHtmlFromMarkdown
encoded_field_html = base64.b64encode(field_html.encode('utf-8')).decode() # needs to be string
AttributeError: 'NoneType' object has no attribute 'encode'
The text was updated successfully, but these errors were encountered: