We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The addon has two major issues in Anki 24+:
The addon crashes when trying to access deck configurations using the old conf property which no longer exists in Anki 24+.
conf
Error trace:
Traceback (most recent call last): File "/home/chade/.local/share/Anki2/addons21/723639202/config.py", line 89, in readValues self.applyDeadlineForDeck(deck,date) File "/home/chade/.local/share/Anki2/addons21/723639202/config.py", line 105, in applyDeadlineForDeck if (mw.col.decks.by_name(deck)['conf'] == 1): ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ KeyError: 'conf'
I have created a pull request that fixes these issues by:
newLimit
reviewLimit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issues Description
The addon has two major issues in Anki 24+:
Issue 1: Crash on Startup
The addon crashes when trying to access deck configurations using the old
conf
property which no longer exists in Anki 24+.Error trace:
Current Behavior
Expected Behavior
Fix Available
I have created a pull request that fixes these issues by:
newLimit
andreviewLimit
) for overridesEnvironment
The text was updated successfully, but these errors were encountered: