Skip to content
New issue

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

Incompatible with Anki 2.1.28 #22

Open
jsands214 opened this issue Jul 21, 2020 · 3 comments
Open

Incompatible with Anki 2.1.28 #22

jsands214 opened this issue Jul 21, 2020 · 3 comments
Labels
Requires Update Requires updating due to changes made to anki

Comments

@jsands214
Copy link

this is one of my absolute favorite add-ons, thank you for making it!!! This is the error that I got when starting Anki after updating to 2.1.28:

When loading '⁨HoochieMama Randomize Rev Queue⁩':
⁨Traceback (most recent call last):
File "aqt\addons.py", line 211, in loadAddons
File "C:\Users\jenna\AppData\Roaming\Anki2\addons21\1460733408_init_.py", line 10, in
from . import hoochieMama
File "C:\Users\jenna\AppData\Roaming\Anki2\addons21\1460733408\hoochieMama.py", line 206, in
anki.sched.Scheduler._resetRevCount, resetRevCount, 'around'
AttributeError: type object 'Scheduler' has no attribute '_resetRevCount'

@VincentOostelbos
Copy link

VincentOostelbos commented Aug 2, 2020

Can confirm, I get the same error message for 2.1.29. I believe it occurred in any version from 2.1.25 onward, if that helps. The addon does seem to stay active in the addon list, regardless of the error message.

@Willz7
Copy link

Willz7 commented Aug 12, 2020

The addon does not support anything after 2.1.23 ( Anki Version: 2.1.22 (Windows and Linux), 2.1.23 (macOS)
https://ankiweb.net/shared/info/1460733408

@landonepps
Copy link

landonepps commented Aug 15, 2020

_resetRevCount was removed by this commit
ankitects/anki@8b57a61

It seems to have been replaced with a _reset_counts function. I wonder if this can be used instead...

@lovac42 lovac42 added the Requires Update Requires updating due to changes made to anki label Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Requires Update Requires updating due to changes made to anki
Projects
None yet
Development

No branches or pull requests

5 participants