-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
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
Maximum retries exceeded - with additional repos to pin - PAT_1 #2935
Comments
Hi, i've got the same problem here. Since the GitHub API only allows 5k requests per hour, my https://github-readme-stats.vercel.app/api could possibly hit the rate limiter. If you host it on your own Vercel server, then you do not have to worry about anything. Click on the deploy button to get started!
Note If you are on the Pro (i.e. paid) Vercel plan, the maxDuration value found in the Vercel.json can be increased when your Vercel instance frequently times out during the card request. You are advised to keep this value lower than 30 seconds to prevent high memory usage. This will make your own links for the stats so it won't broke down when the limit access was reached. Hope that's helpful. |
Hi, I simply added &PAT_1 to the end of my github link and it worked for me. |
Hey good to know, much simplier than deploying another project.! |
Please check #1471. This is caused by GitHub's rate limits being reached. The only way to solve this is to deploy your own vercel instance. Adding a random string like |
Fixed readme-stats according to issue anuraghazra/github-readme-stats#2935
Describe the bug
Maximum retries exceeded
Add env variable called PAT_1 with your gh token to vercel
Expected behavior
show an image
Screenshots / Live demo link
Additional context
jul 12 19:15
The text was updated successfully, but these errors were encountered: