Stats page bug on Desktop

@dae

Versão ⁨25.02 (038d85b1)⁩
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1

I think there’s a problem on the desktop statistics page. It says 3,280 reviews, but I didn’t do that many. Look:

but if i change to time, this show me zero reviews of new cards:

On mobile (iOS), the same graph shows me different information.

Have you synced both of the devices properly?

It’s not guaranteed to work, but also try Check database.

1 Like

Yes, synced.

did you upgrade to v25.02 in the last 28 days?

did you reoptimize FSRS on day 28 (or manually reschedule a large number of cards)?

I think the existence of RevlogReviewKind::Rescheduled is relatively new, so I wouldn’t be surprised based on your post to learn that a previous version of Anki was doing something like logging the FSRS rescheduling using a different review kind, but I’m only familiar with v25.02 logic.

If you’re really curious there is a Python package that will pull the data used in these reports into Python dataset(s).

You can also probably figure it out by clicking on the bar of the histogram with 3000 reviews, that takes you to the browser, and then right-click on one of the cards to get Info ...

Sorry for late response.

Thank you, it’s worked!

1 Like