When I run on anki’s HEAD on github, I get the error message
File “/home/milchior/.local/share/Anki2/addons21/1322529746/settings.py”, line 547, in
ANKI_MINOR = int(ANKI_VERSION.split(“.”)[2])
This is because, according to the debugger
>>> from anki.buildinfo import version as ANKI_VERSION
... print(ANKI_VERSION)
23.10
I admit I’m confused, this number does not seems to make sense. And maybe it won’t be visible in any stable release, or even debug ones.
But I guess at least, I’d appreciate if you could fail gracefully, and just, maybe, log an error and note that the add-on won’t work, instead of having an exception popping at anki start