-
-
Notifications
You must be signed in to change notification settings - Fork 787
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
500: INTERNAL_SERVER_ERROR #145
Comments
Related: #141 |
Oh it´s working right now. Thanks :D |
I didn't actually do anything 😆 |
Probably the cause is the GitHub token rate limit. Can you come up with any solution? |
If it´s Github token then I don´t think you can find a solution for that unfortunately... (Pls correct me if i´m wrong) |
One way to solve this is to use Github tokens from multiple accounts to distribute the load. Or if it fails, there is a way to retry with another Token. |
For now, I think all that's needed is a better error message. GitHub has an API for checking the number of available requests: if (remaining < requiredRequestAmount) {
return ErrorImageResponse; // "We cannot display <username>'s trophies right now"
} Long term, images could be cached, but I don't think that's possible with Vercel alone. Some other tool or service would be needed. |
Having this issue again! |
Not perfect, but greatly improves downtime. |
Hello, i have been using this repository on my profile and right now it´s offline.
The text was updated successfully, but these errors were encountered: