Hi - I’m trying to download the AnkiHub add-on. But then I’m unable to open it - i’ve tried check database, redownloading Anki and Ankihub, all updates, etc. Can’t figure it out!
Here is error code:
Anki 23.10 (51a10f09) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
Platform: macOS-12.6.5-x86_64-i386-64bit
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2023-11-01 10:58:55
When loading AnkiHub:
Traceback (most recent call last):
File “aqt.addons”, line 244, in loadAddons
File “/Users/Cindy/Library/Application Support/Anki2/addons21/1322529746/init.py”, line 28, in
from . import entry_point
File “/Users/Cindy/Library/Application Support/Anki2/addons21/1322529746/entry_point.py”, line 12, in
from .feature_flags import setup_feature_flags
File “/Users/Cindy/Library/Application Support/Anki2/addons21/1322529746/feature_flags.py”, line 5, in
from .addon_ankihub_client import AddonAnkiHubClient as AnkiHubClient
File “/Users/Cindy/Library/Application Support/Anki2/addons21/1322529746/addon_ankihub_client.py”, line 16, in
from .settings import config
File “/Users/Cindy/Library/Application Support/Anki2/addons21/1322529746/settings.py”, line 581, in
ANKI_MINOR = int(ANKI_VERSION.split(“.”)[2])
IndexError: list index out of range