[Old version][Userscript] Burn Reviews (v1.0.0.3)

Oh I have a question, sorry about the double post. If I’m in vacation mode will this script not work? The button doesn’t come up for me at all on Chrome, and when I run it on Android Dolphin it shows me the start button, but when I click it it says “The page at http://wanikani.com says: error” and that’s it

Hi, I’d like to report a bug. It seems like the script doesn’t allow numeral characters? Because I’m unable to review the [2011年] vocab item, since it doesn’t allow me to send an answer containing “2011”

Skarmy said... Oh I have a question, sorry about the double post. If I'm in vacation mode will this script not work? The button doesn't come up for me at all on Chrome, and when I run it on Android Dolphin it shows me the start button, but when I click it it says "The page at http://wanikani.com says: error" and that's it
 It should still work as long as you leave cache on (you do this in the script itself by following the instructions above the useCache variable near the top) before you go in vacation mode (I've had it work for me when my subscription expired). This script wasn't created with mobile in mind. I didn't even know userscripts worked on mobile. It probably has something to do with the internal storage.

Vincer said... Hi, I'd like to report a bug. It seems like the script doesn't allow numeral characters? Because I'm unable to review the [2011年] vocab item, since it doesn't allow me to send an answer containing "2011"
 I'll fix this as soon as I can.

Edit: Fixed!

Holy shit, this is awesome. Like, seriously freakin’ awesome. Thank you for making this!

jomteon said... Holy shit, this is awesome. Like, seriously freakin' awesome. Thank you for making this!
 I'm glad it was helpful.

I’m using the latest version of Chrome with the latest stable version of Tampermonkey and still get “The page at http://wanikani.com says: error” when I hit “Start”.  I know I added my API key and the script seems to be running without errors.  Any ideas?

atazg said... I'm using the latest version of Chrome with the latest stable version of Tampermonkey and still get "The page at http://wanikani.com says: error" when I hit "Start".  I know I added my API key and the script seems to be running without errors.  Any ideas?
It should only say error if there's something wrong with your API key. It needs to be in quotes if you haven't done that.

Cool app :slight_smile:
That’s what I needed!

atazg said... I'm using the latest version of Chrome with the latest stable version of Tampermonkey and still get "The page at http://wanikani.com says: error" when I hit "Start".  I know I added my API key and the script seems to be running without errors.  Any ideas?
 I also get an 'error' dialog using Firefox. This is the first userscript I have wanted to use and so I only just now generated my API key and added it to the script - could that have anything to do with it if my key is not yet active perhaps? I tried re-generating my key but this made no difference to me. Shame, because I really want to try this out

elscire said...
atazg said... I'm using the latest version of Chrome with the latest stable version of Tampermonkey and still get "The page at http://wanikani.com says: error" when I hit "Start".  I know I added my API key and the script seems to be running without errors.  Any ideas?
 I also get an 'error' dialog using Firefox. This is the first userscript I have wanted to use and so I only just now generated my API key and added it to the script - could that have anything to do with it if my key is not yet active perhaps? I tried re-generating my key but this made no difference to me. Shame, because I really want to try this out
 It's come to my attention that this script and scrollbox just don't work in Firefox. I have tried to find out why but, at the moment, I have no idea. Something doesn't work when it tries to retrieve the data from the API pages.
Samuel-H said... It's come to my attention that this script and scrollbox just don't work in Firefox. I have tried to find out why but, at the moment, I have no idea. Something doesn't work when it tries to retrieve the data from the API pages.
 Okay so checking the debug output the problem was this:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at  https://www.wanikani.com/api/user/[MY_API_KEY]/radicals. This can be fixed by moving the resource to the same domain or enabling CORS.

This was due to me accessing wanikani via HTTP rather than HTTPS. Use of differing protcols even on the same domain classes as a cross-origin request and was therefore disallowed.

My problem was solved by using https://wanikani.com instead! =)

This is a great piece of work.

Many thanks for sharing it.

elscire said...
Samuel-H said... It's come to my attention that this script and scrollbox just don't work in Firefox. I have tried to find out why but, at the moment, I have no idea. Something doesn't work when it tries to retrieve the data from the API pages.
 Okay so checking the debug output the problem was this:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at  https://www.wanikani.com/api/user/[MY_API_KEY]/radicals. This can be fixed by moving the resource to the same domain or enabling CORS.

This was due to me accessing wanikani via HTTP rather than HTTPS. Use of differing protcols even on the same domain classes as a cross-origin request and was therefore disallowed.

My problem was solved by using https://wanikani.com instead! =)
 Oh, really? This must have been the reason I couldn't get it to work for myself. I thought it would default to HTTPS for some reason.

hoovard said...This is a great piece of work.
Many thanks for sharing it.
I'm glad you find it useful!

Hello again

Is there a chance that this could include user added synonyms in its answer checking?

Thanks again

H

hoovard said... Hello again

Is there a chance that this could include user added synonyms in its answer checking?

Thanks again

H
Maybe in the next update.
Samuel-H said... Maybe in the next update.
 Thanks for considering it.

I burned my first items a few days ago and I tried to use this script but I can’t click the start button to do reviews. The button disappears after the page loads completely. 

Is there something I need to edit within the script?

Hi,
When I submit my answer, I must click the mouse for it to move on. Am I supposed to be able to press enter or space or something? If not, can you make it do that?

Does it remember things you’ve already tested lately? Or will the batch just randomize and possible never get to some?

I think I might actually be the biggest idiot in the world, I was expecting to input the api key on the homepage instead of in the script itself, it just dawned on me how obvious the solution was to this…

Okay, I have no clue on how to make this script work; I’ve put my key between the 2 quotes and yet when I go to my dashboard a pop-up message says, basically: Please put your API key on the script. I don’t understand what’s going on…