Closed kactaplb closed 1 month ago
Hi ! Thank you for testing the addon !
I am not sure what is going in your case. Contrary to the original method, this one uses a single API call to collect all the notes in the vocabulary list, which is the line that failed. I cannot limit the rate for this one. The API was in fact used to go around #8 problem.
I will add a simple line in the json next to the jpdb token that you will be able to change manually to control the original method's rate. If the original methods works for you after that, I will push it to master.
I have added a straightforward sleep like you suggested, could you try installing the addon from this branch ?
On my side, I also have a lot of difficulty using the original method without a VPN. (in fact I still cannot access the website without one right now :laughing: )
PR works great for a moderately large deck ~10 000. Query itself took only maybe a minute with note generation still running. I assume I can change the sleep_time
val in vl.json
if I need a longer time in the future?
uses a single API call
Ahh I see what happened. I had used the original method > ip banned > api method but too late. Assumed it was using the same query method and didn't want to risk running it again after the unban.
Thanks for the quick PR and addon work!
Indeed that seems quite plausible !
The sleep time is the one set in vl.json. I will set it back to 0 and add a section to the README about this issue as it is very common. Thank you for raising it :hugs:
Hello,
I am facing issues importing decks through the vocablist and api tabs. I am pretty sure I am facing the same problems as described here. https://github.com/Raffaelbdl/kuma-browser/issues/8 Is there any chance you can add a rate limit throttle? I don't care how long it would take to import, nor performance, as long as it finishes. Even a simple sleep would work here lol.