Whenever I try to save an image with the add on image occlusion enhanced I receive the following error message. Does anyone have any experience troubleshooting?
Debug info:
Anki 2.1.46 (94913ec2) Python 3.8.6 Qt 5.14.2 PyQt 5.14.2
Platform: Mac 10.16
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2021-09-02 13:41:03
Add-ons possibly involved: Image Occlusion Enhanced for Anki 21 alpha
Caught exception:
Traceback (most recent call last):
File “aqt/webview.py”, line 538, in handler
File “/Users/gracen/Library/Application Support/Anki2/addons21/1374772155/add.py”, line 278, in
lambda val, choice=choice, close=close: self._onAddNotesButton(choice, close, val))
File “/Users/gracen/Library/Application Support/Anki2/addons21/1374772155/add.py”, line 293, in _onAddNotesButton
r = gen.generateNotes()
File “/Users/gracen/Library/Application Support/Anki2/addons21/1374772155/ngen.py”, line 80, in generateNotes
(svg_node, layer_node) = self._getMnodesAndSetIds()
File “/Users/gracen/Library/Application Support/Anki2/addons21/1374772155/ngen.py”, line 190, in _getMnodesAndSetIds
mask_doc = minidom.parseString(self.new_svg.encode(‘utf-8’))
AttributeError: ‘NoneType’ object has no attribute ‘encode’