trakt icon indicating copy to clipboard operation
trakt copied to clipboard

Is there a way to adjust the wait time between requests?

Open hanthecat opened this issue 4 years ago • 2 comments

I am getting the following error:

Error Adding items to watchlist: 429 [AUTHED_API_POST_LIMIT rate limit exceeded. Please wait 1 seconds then retry your request.]

hanthecat avatar Jan 04 '21 20:01 hanthecat

I added "import time" at the top and then added "time.sleep(1)" in the loop. Seems to be working fine now.

hanthecat avatar Jan 04 '21 20:01 hanthecat

I added "import time" at the top and then added "time.sleep(1)" in the loop. Seems to be working fine now.

This fixed the issue I was having. Thank you so much!

entrapta-dev avatar Feb 23 '21 13:02 entrapta-dev