github-readme-stats.vercel.app does not works
See original GitHub issue✔️ Describe the bug
github-readme-stats.vercel.app does not works
- 📸 ScreenShot - Code
- 📸 ScreenShot - result
- 📋 MarkDown Code
<p align="center">
<a href=""><img src="https://github-readme-stats.vercel.app/api/top-langs/?username=ImKunYoung&layout=compact&langs_count=10"/></a> 
<a href=""><img src="https://github-readme-stats.vercel.app/api?username=ImKunYoung&count_private=true&show_icons=true"/></a>
</p>
- 📋 MarkDown Result
- 📋 MarkDown Demo Code
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&layout=compact)](https://github.com/anuraghazra/github-readme-stats)
- 📋 MarkDown Demo Result
✔️ Expected behaviour
sorry for my short english
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:5
Top Results From Across the Web
[Upstream Issue] GitHub Stats Card broken for some usernames
Switching from my self-hosted vercel instance to the community one does not solve the issue. All the other cards seem to work fine...
Read more >Enrich your GitHub profile with these tips
Create profile README. Let's first understand the basics of how the profile customisation works. I used this repository, a special repository that is...
Read more >Vercel for GitHub
Deploy each change in your GitHub repositories with Vercel to share and test with your team. Instant shareable links to your work with...
Read more >How to get a github usesr top laguages used using a github api
js#fetchTopLanguages() function used to get those stats. It has to iterate on all repositories, and get languages from each one. Share.
Read more >Anurag Hazra on Twitter: " Update: - All cards are implemented
Update: - All cards are implemented - URL sync is working nicely ... and keep github-readme-stats /api route intact, not sure how it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@schmittsfn Thanks for letting me know. I think https://github.com/anuraghazra/github-readme-stats/commit/107f7ca52c3431bf989e7c3624ad130e98cb4f5a indeed causes it. I will spend some minutes debugging it and otherwise revert #1995.
Never mind, saw your commit. Thank you for the fix