Image Occlusion Problem on Mac

Hi there, I have been having problems with the image occlusion, it shows me this when I try add the cards to my deck. I try closing the error message but it doesn’t add my cards into the deck.

Error
An error occurred. Please start Anki while holding down the shift key, which will temporarily disable the add-ons you have installed.
If the issue only occurs when add-ons are enabled, please use the Tools>Add-ons menu item to disable some add-ons and restart Anki, repeat until you discover the add-on that is causing the problem.
When you’ve discovered the add-on that is causing the problem, please report the issue on the add-ons section of our support site.
Debug info:
Anki 2.1.54 (b6a7760c) Python 3.9.7 Qt 6.3.1 PyQt 6.3.1
Platform: Mac 12.5
Flags: frz=True ao=True sv=2
Add-ons, last update check: 2022-10-11 16:32:51
Add-ons possibly involved: ⁨Image Occlusion Enhanced⁩

Caught exception:
Traceback (most recent call last):
File “aqt.webview”, line 568, in handler
File “/Users/wynnooi/Library/Application Support/Anki2/addons21/1374772155/add.py”, line 324, in
lambda val, choice=choice, close=close: self._onAddNotesButton(
File “/Users/wynnooi/Library/Application Support/Anki2/addons21/1374772155/add.py”, line 343, in _onAddNotesButton
r = gen.generateNotes()
File “/Users/wynnooi/Library/Application Support/Anki2/addons21/1374772155/ngen.py”, line 99, in generateNotes
(svg_node, layer_node) = self._getMnodesAndSetIds()
File “/Users/wynnooi/Library/Application Support/Anki2/addons21/1374772155/ngen.py”, line 226, in _getMnodesAndSetIds
mask_doc = minidom.parseString(self.new_svg.encode(“utf-8”))
AttributeError: ‘NoneType’ object has no attribute ‘encode’