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
This is the message I got whenever I opened Anki... not sure what it means or what I should do to fix it:
An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.
When loading 'Kitten Rewards Gamification':
Traceback (most recent call last):
File "aqt/addons.py", line 211, in loadAddons
File "/Users/VivNguyen/Library/Application Support/Anki2/addons21/1627107763/init.py", line 1, in
from . import kittenRewards
File "/Users/VivNguyen/Library/Application Support/Anki2/addons21/1627107763/kittenRewards.py", line 9, in
from aqt.mediasrv import RequestHandler
ImportError: cannot import name 'RequestHandler' from 'aqt.mediasrv' (/Applications/Anki.app/Contents/MacOS/aqt/mediasrv.pyc)
The text was updated successfully, but these errors were encountered:
There were many changes made to Anki in recent versions. This just means you are using a version that is not compatible and I hadn't had to time to update this addon properly yet that would match the changes made.
Each addon page has a specific Anki version listed:
This is the message I got whenever I opened Anki... not sure what it means or what I should do to fix it:
An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on.
When loading 'Kitten Rewards Gamification':
Traceback (most recent call last):
File "aqt/addons.py", line 211, in loadAddons
File "/Users/VivNguyen/Library/Application Support/Anki2/addons21/1627107763/init.py", line 1, in
from . import kittenRewards
File "/Users/VivNguyen/Library/Application Support/Anki2/addons21/1627107763/kittenRewards.py", line 9, in
from aqt.mediasrv import RequestHandler
ImportError: cannot import name 'RequestHandler' from 'aqt.mediasrv' (/Applications/Anki.app/Contents/MacOS/aqt/mediasrv.pyc)
The text was updated successfully, but these errors were encountered: