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:
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`);
Here is what I got when entering that code into the console:
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!
Maybe one of the fixes described on this page helps.
Thank you so much! My scripts are finally working again and indexedDB is populated. I honestly cannot thank you enough!!
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!
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
Thanks a lot! That cleared it up for me!
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
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?
Yeah, WK is still having issues:
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!
Hard refresh doesn’t fix it unfortunately
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
It’s happening on my main PC too now (chrome)
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)
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.
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?
That’s what it was for me when I had that issue a few days ago.
You can look at this comment: