I was able to download the most up-to-date version of Anki and download the AnkiHub extension. However, when I try and reset Anki I get the message that the add-on startup failed. Here is the error code. Thank you!
Anki 23.10 (51a10f09) Python 3.9.15 Qt 6.5.3 PyQt 6.5.3
Platform: macOS-13.2.1-arm64-arm-64bit
Flags: frz=True ao=True sv=3
Add-ons, last update check: 2023-11-08 06:46:11
When loading AnkiHub:
Traceback (most recent call last):
File βaqt.addonsβ, line 244, in loadAddons
File β/Users/MYNAME/Library/Application Support/Anki2/addons21/1322529746/init.pyβ, line 28, in
from . import entry_point
File β/Users/MYNAME/Library/Application Support/Anki2/addons21/1322529746/entry_point.pyβ, line 12, in
from .feature_flags import setup_feature_flags
File β/Users/MYNAME/Library/Application Support/Anki2/addons21/1322529746/feature_flags.pyβ, line 5, in
from .addon_ankihub_client import AddonAnkiHubClient as AnkiHubClient
File β/Users/MYNAME/Library/Application Support/Anki2/addons21/1322529746/addon_ankihub_client.pyβ, line 16, in
from .settings import config
File β/Users/MYNAME/Library/Application Support/Anki2/addons21/1322529746/settings.pyβ, line 581, in
ANKI_MINOR = int(ANKI_VERSION.split(β.β)[2])
IndexError: list index out of range