trakt
trakt copied to clipboard
Is there a way to adjust the wait time between requests?
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.]
I added "import time" at the top and then added "time.sleep(1)" in the loop. Seems to be working fine now.
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!