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

Something went wrong! file an issue at https://tiny.one/readme-stats Maximum retries exceeded Please add an env variable called PAT_1 with your github token in vercel #3177

Closed
faeztgh opened this issue Aug 30, 2023 · 3 comments
Labels
bug Something isn't working. ⭐ top bug Top bug.

Comments

@faeztgh
Copy link

faeztgh commented Aug 30, 2023

Describe the bug

Something went wrong! file an issue at https://tiny.one/readme-stats
Maximum retries exceeded Please add an env variable called PAT_1 with your github token in vercel

Expected behavior

No response

Screenshots / Live demo link

No response

Additional context

No response

@faeztgh faeztgh added the bug Something isn't working. label Aug 30, 2023
@ZainAmjad68
Copy link

getting the same issue:
Screenshot 2023-08-30 at 7 29 43 PM

@akinmustafa
Copy link

I did some research. Looks like there are 3 options to fix the issue.

- First Option
Deploying your own Vercel

- Second Option
Adding "sigma-five" inside the domain name so it resets the maximum retries.

For example, this gives error:

<a href=""> <img align="center" src="https://github-readme-stats.vercel.app/api/top-langs/?username=YulietM&theme=react&line_height=40&hide=css"/> </a>

and code down below is the one with added "sigma-five" text, it fixes the issue.

<a href=""> <img align="center" src="https://github-readme-stats-sigma-five.vercel.app/api/top-langs/?username=YulietM&theme=react&line_height=40&hide=css"/> </a>

Even though the second option fixed the issue, it removes custom themes for some reason. So deploying your own Vercel might be a better option.

- Third Option
Wait for the developers to increase maximum retries amount.

@qwerty541
Copy link
Collaborator

@faeztgh @ZainAmjad68

This happens because our public instance is being rate-limited by underlying GitHub API (see #1471). As noticed @akinmustafa, you can deploy your own instance using your own GitHub API token in order to fix this or wait until the public instance is longer rate-limited.

@qwerty541 qwerty541 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. ⭐ top bug Top bug.
Projects
None yet
Development

No branches or pull requests

4 participants