Skip to content
New issue

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

{'code': 88, 'message': 'Rate limit exceeded.'} is not handled #80

Closed
burruplambert opened this issue Sep 5, 2024 · 2 comments
Closed

Comments

@burruplambert
Copy link
Contributor

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()

@iSarabjitDhiman
Copy link
Owner

iSarabjitDhiman commented Sep 5, 2024

I will fix this in the upcoming commits.

@iSarabjitDhiman
Copy link
Owner

iSarabjitDhiman commented Sep 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants