[Userscript] Wanikani Heatmap

Do you have any idea why nothing appears under IndexedDB for me? I’ve been trying to figure out why this might be the case for a few days and I’ve had no luck.

Here is what I see when navigating to the application tab:

I don’t know what the reason could be. Can you try executing these lines in the console, check the result, and also check in the application tab if the Test database was actually created?

let request = indexedDB.open("Test", 1);
request.onerror   = e => console.log(`Failed opening database with error ${e.target.error}`);
request.onsuccess = e => console.log(`Successfully opened database`);
1 Like

Here is what I got when entering that code into the console:

Screen Shot 2022-03-27 at 7.59.07 PM

And here is the result in the application tab. Unless I am missing something or entering something in the wrong place, I do not see the Test database.

I really do appreciate your help with this!

1 Like

Maybe one of the fixes described on this page helps.

1 Like

Thank you so much! My scripts are finally working again and indexedDB is populated. I honestly cannot thank you enough!!

1 Like

What does the first number in “Done Daily means”? If it is the total days I actually studied, I have a minor bug. Snaps:

I have done 59 days of reviews total and it shows 67 (counting that was a pain… maybe you could put the done daily for a certain period when you highlight a certain period?)

And this one is reaaaly different: I have studied Lessons in 39 days and it shows only 13…

If it means something else can you enlighten (see what I did there) me? Thanks a lot, your Heatmap rocks!

3 Likes

It’s an average of how many lessons/reviews you do per day, so not the total amount of days. The first number shows the average number of lessons/reviews over all days since you started, and the second one shows the average number of lessons/reviews over days where you did at least one lesson/review. If you want the total number of days studied, hover over “Days Studied” and it gives you the number :grin:

3 Likes

Thanks a lot! That cleared it up for me!

2 Likes

Hi, I’m also having an issue where it is stuck on loading reviews and won’t finish loading on one of my computers. There are the error messages I get in the network console


1 Like

Someone else was having CORS issues the other day, too, and it turned out to be a WK issue. Perhaps you can do a hard refresh (CTRL + SHIFT + R) and see if it works after that?

2 Likes

Yeah, WK is still having issues:

1 Like

Hi there! Just to be clear, my post linked in this thread is referring to a specific issue regarding the burned items appearing on the dashboard.

Please reach out to us at hello@wanikani.com if you’re ever experiencing issues!

2 Likes

Hard refresh doesn’t fix it unfortunately

2 Likes

I suspect the underlying cause is similar if not the same but even if they were not, I wanted to draw attention to the fact that issues on the WK side existed

1 Like

It’s happening on my main PC too now (chrome)
image

The main info I really need is the amount of reviews/lessons I’ve done for the day. If there’s a more reliable and/or lightweight script or site for that, I’d love to know! (Though I really love this script when it does work)

1 Like

Do you happen to have strict security settings in your browser, or perhaps some privacy extensions installed?

Nothing besides an ad blocker, disabling it does nothing.

1 Like

Can you see if it happens in a different browser than Chrome? Sadly I can’t replicate what you are seeing

Hi, since yesterday my review progress bar is stuck at this and the heatmap does not load. (Edge browser). Any idea if it is something on WK side?
image

2 Likes

That’s what it was for me when I had that issue a few days ago.

You can look at this comment: