Hi, I am new to anki. I just subscribed to ankihub and have followed the steps to download the ankihub add-on. and every time I load anki on my desktop it says
The following add-ons failed to load:
They may need to be updated to support this version of Anki. Click the Check for Updates button to see if any updates are available.
I have deleted the add-on and reinstalled it. I have entered in “safe-mode” deleted the add-on and downloaded it via its code. I have uninstalled Anik completely and reinstalled it. I have tried both Q5 and Q6 versions of anki. Nothing has worked. I still only have access to the V11 deck. Any help would be much appreciated. here is the bug info.
Anki 23.10 (51a10f09) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
Platform: Windows-10-10.0.22621
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2023-11-01 07:17:22
When loading AnkiHub:
Traceback (most recent call last):
File “aqt.addons”, line 244, in loadAddons
File “C:\Users\jgric\AppData\Roaming\Anki2\addons21\1322529746_init_.py”, line 28, in
from . import entry_point
File “C:\Users\jgric\AppData\Roaming\Anki2\addons21\1322529746\entry_point.py”, line 12, in
from .feature_flags import setup_feature_flags
File “C:\Users\jgric\AppData\Roaming\Anki2\addons21\1322529746\feature_flags.py”, line 5, in
from .addon_ankihub_client import AddonAnkiHubClient as AnkiHubClient
File “C:\Users\jgric\AppData\Roaming\Anki2\addons21\1322529746\addon_ankihub_client.py”, line 16, in
from .settings import config
File “C:\Users\jgric\AppData\Roaming\Anki2\addons21\1322529746\settings.py”, line 581, in
ANKI_MINOR = int(ANKI_VERSION.split(“.”)[2])
IndexError: list index out of range