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
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Anki Version:
Version 2.1.0beta13
Qt 5.9.0 PyQt 5.8.2
Error message:
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 'Chinese_Support_Redux':
Traceback (most recent call last):
File "aqt/addons.py", line 58, in loadAddons
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/init.py", line 23, in
from . import edit
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/edit.py", line 10, in
from .config import chinese_support_config as config
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/config.py", line 32, in
chinese_support_config = ConfigManager()
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/config.py", line 14, in init
self.options = mw.addonManager.getConfig(name)
AttributeError: 'AnkiQt' object has no attribute 'addonManager'
The text was updated successfully, but these errors were encountered:
Mac Version:
10.13.2 (17C205)
Anki Version:
Version 2.1.0beta13
Qt 5.9.0 PyQt 5.8.2
Error message:
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 'Chinese_Support_Redux':
Traceback (most recent call last):
File "aqt/addons.py", line 58, in loadAddons
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/init.py", line 23, in
from . import edit
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/edit.py", line 10, in
from .config import chinese_support_config as config
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/config.py", line 32, in
chinese_support_config = ConfigManager()
File "/Users/michaelfulton/Library/Application Support/Anki2/addons21/839350950/config.py", line 14, in init
self.options = mw.addonManager.getConfig(name)
AttributeError: 'AnkiQt' object has no attribute 'addonManager'
The text was updated successfully, but these errors were encountered: