-
-
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" error. #2402
Comments
Some server PAT limits or depletion causes the known issue, I am facing it too. The best solution, for now, is to deploy on your own instance (see #1471). |
Hi it should resolve within an hour, our PATs are invalidated. But a better option for would be to deploy github-readme-stats on your own Vercel instance. Pros:
|
Hi @anuraghazra ... I have self deployed it (changed maxDuration to But still getting Maximum retries exceeded error |
Facing the same issue |
Me too |
Still have this issue, and attempting to deploy my own is asking for a phone number for verification which I will not give under any circumstances; don't even have a number attached to my GitHub account either way as far as I know. Very unnecessary asking for this, in my opinion. |
and also I'm bug buddy ;) |
2nd this. I am also facing the same problem with my own hosting. |
Same here, I deployed my own hosting in vercel with the correct PAT_1 env variable with correct token permissions. The problem doesn't look in the host. |
The "most used languages" one is back and working as normal, but the github stats one is still not working. |
For me both not working. |
Both not working |
@Scemist can you double check on your vercel dashboard that the PAT_1 is marked as "production"? Here's the docs for adding env:
|
Same problem here too :( |
I solved it by deploying my own Vercel instance. In addition to what is already reported here, there are other few things that I did at the end of the process. You should:
As you can see on my profile README, it appears to be working properly. |
This is working for me. |
Is there any way this can be fixed without deploying yourself on Vercel? Will this issue keep happening, or is it a bug that can be fixed by the maintainers? |
I deployed on Vercel for free, fork the repo, change the max duration in vercel.json from 30 to 10 and make PAT(Classic). Or you can see the instructions Here |
Deploying own Vercel works for few hours then again |
@RedHeadphone - So you have to continuously redeploy after the PAT limit is reached? |
that did make the API work for first time, but now even after updating PAT with new one, still old error is returned Maximum retries exceeded |
I created a new project in vercel using same PAT which was giving me |
I'm having this problem too. |
Duplicate of ##1471. |
Maximum retries exceeded Please add an env variable called PAT_1 with your github token in vercel what should be done |
Describe the bug
Personal access tokens are currently failing, I see the "Maximum retries exceeded" error.
Expected behaviour
No response
Screenshots / Live demo link
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: