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

bug: True Retention by Card Maturity doesn't work on Anki v2.1.33 #158

Open
androidpcguy opened this issue Oct 1, 2020 · 0 comments · May be fixed by #160
Open

bug: True Retention by Card Maturity doesn't work on Anki v2.1.33 #158

androidpcguy opened this issue Oct 1, 2020 · 0 comments · May be fixed by #160

Comments

@androidpcguy
Copy link

Which add-on is affected?

[True Retention by Card Maturity]: Doesn't show up with Anki v2.1.33, likely due to incompatible monkey-patching

Prerequisite checklist

[ Please enter an [ x ] character to confirm the points below: ]

  • [ x ] In case of a bug: Have you tried restarting Anki?
  • [ x ] Are you running the latest version of the add-on? Have you redownloaded the add-on from AnkiWeb to make sure?
  • [ x ] Did you check the add-on description on AnkiWeb for known issues?
  • [ x ] Did you perform a cursory search through existing issue reports?

What is the problem/feature you would like to see fixed/implemented?

Extended stats don't show up in the new stats page. I can update the addon and submit a PR for review

How can we reproduce the problem?

Visit stats page and see that the true retention stats don't appear.

Version information

Anki

Version 2.1.33 (3f403040)
Python 3.8.1 Qt 5.15.0 PyQt 5.15.0

System

  • Operating system: ArchLinux
androidpcguy added a commit to androidpcguy/anki-addons-misc that referenced this issue Oct 4, 2020
Fixes glutanimate#158. Major update to code organization. Base functions to
calculate retention are now in utils.py. Code to integrate with Anki is
broken up into two files: stats_true_retention_extended.py and
stats_true_retention_extended_old.py. Code to write to the new stats
page introduced in 2.1.28 is in its own JS file setStats.js. __init__.py
has been updated to facilitate backwards compatibility with older
versions of Anki.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant