We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is what is currently returned. No further information is provided.
2024-09-05 10:56:20,013 [ERROR] :: Couldn't find guest token 2024-09-05 10:56:20,013 [ERROR] :: Couldn't find guest token 2024-09-05 10:56:20,014 [ERROR] :: Couldn't generate a new session.
However the actual reason was because of a rate limit. The response was
{'code': 88, 'message': 'Rate limit exceeded.'}
It is not currently handed in util.check_for_errors() or util.check_api_rate_limits()
The text was updated successfully, but these errors were encountered:
I will fix this in the upcoming commits.
Sorry, something went wrong.
Hey @burruplambert,
Which line or url does return the given rate limit exceeded response? How do I reproduce it on my end? Edit: Implemented in add6349
add6349
No branches or pull requests
This is what is currently returned. No further information is provided.
However the actual reason was because of a rate limit. The response was
{'code': 88, 'message': 'Rate limit exceeded.'}
It is not currently handed in util.check_for_errors() or util.check_api_rate_limits()
The text was updated successfully, but these errors were encountered: