GitHub reademe Error: Please add an env variable called PAT_1 with your github token in vercel
Asked Answered
L

3

8

I used this in my GitHub readme.

<img align="center" height="170" src="https://github-readme-stats.vercel.app/api/top-langs/?username=[GitHub UserName]&layout=compact&langs_count=16&theme=dracula"/>

But it says now, "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"

Legpull answered 17/5, 2023 at 12:44 Comment(0)
L
7

I used this and it resolved the problem.

<img align="center" height="170" src="https://github-readme-stats-sigma-five.vercel.app/api/top-langs/?username=lucky-bruce&layout=compact&langs_count=16&theme=dracula"/>
Legpull answered 17/5, 2023 at 12:44 Comment(1)
It seems like working with this.Biomedicine
S
2

For those who are facing the same issue you should only add a variable increasing the token's

This is what I had with the 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 adding (sigma-five) to src url solved 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>

check here for original answer

Scarify answered 19/6, 2023 at 17:37 Comment(0)
F
0

I added (sigma-five) and it worked too

<img align="center" src="https://github-readme-stats-sigma-five.vercel.app/api/top-langs?username=muhd-dev&langs_count=10&show_icons=true&locale=en&layout=compact&theme=dark" alt="Top Languages" height="192px" width="500px" />
Funch answered 29/8, 2023 at 16:32 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.