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
Sometimes we exceed the rate limit on Riot's API and we don't catch these errors properly.
This will result in the request to /championList never completing and the frontend stuck in the loading animation forever.
/championList
We should check if our requests to Riot API got rate limited and throw the error back to frontend.
We can also add some kind of timeout to avoid getting rate limited.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes we exceed the rate limit on Riot's API and we don't catch these errors properly.
This will result in the request to
/championList
never completing and the frontend stuck in the loading animation forever.We should check if our requests to Riot API got rate limited and throw the error back to frontend.
We can also add some kind of timeout to avoid getting rate limited.
The text was updated successfully, but these errors were encountered: