Diferent app hosts, diferent results #2435
-
Hello, guys! Whats up? I've deployed my own server for running Readme Stats, according instructions guidelines. Howerver, something get a little bit weird to my app. Using the same query parameters that i've used on the main application, it generate LESS commits on my request: My application Main application I understand that my application can show more information than the main application (and it's doing so in PRs and contributings) because it's use mt PAT, but never less, how is happening with my commits. Obs: the settings for showing private contributions is on. Additionaly, I have tested on another browser and even on another device to avoid cache outdated storage, but it given me the same result. Any idea about what's going on? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Main endpoint. Your endpoint. Your endpoint shows higher contributions, which, like you said, is because it can count private contributions too. If it's showing differently for you, please include a screenshot. If not, it's likely something that happened when you first deployed your app, and it won't occur again. Cheers! |
Beta Was this translation helpful? Give feedback.
-
@Fabio-Vicente I did some debugging, and it looks like it only happens on your fork; see the results below. Maybe you can try to redeploy your Vercel instance according to the `step-by-step guide at https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own-vercel-instance. Feel free to comment below if things still happen after you re-deployed your instance. In that case, I think it is something in the GraphQL API that is going wrong with your account, and you should contact GitHub support. Your user accountWithout count privateMy fork (I have no access to your private repositories)[![Anurag's GitHub stats](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api?username=Fabio-Vicente&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Your fork (your PAT should have access to your private repositories)[![Anurag's GitHub stats](https://readme-stats-fabio-vicente.vercel.app/api?username=Fabio-Vicente&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Public instance (should not have access to your private repositories)[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=Fabio-Vicente&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) With count privateMy fork (I have no access to your private repositories)[![Anurag's GitHub stats](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api?username=Fabio-Vicente&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Your fork (your PAT should have access to your private repositories)[![Anurag's GitHub stats](https://readme-stats-fabio-vicente.vercel.app/api?username=Fabio-Vicente&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Public instance (should not have access to your private repositories)[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=Fabio-Vicente&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) My user accountWithout count privateMy fork (I should have access to my private repositories)[![Anurag's GitHub stats](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api?username=rickstaa&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Your fork (your PAT should not have access to my private repositories)[![Anurag's GitHub stats](https://readme-stats-fabio-vicente.vercel.app/api?username=rickstaa&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Public instance (should not have access to my private repositories)[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=rickstaa&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) With count privateMy fork (I should have access to my private repositories)[![Anurag's GitHub stats](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api?username=rickstaa&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Your fork (your PAT should not have access to my private repositories)[![Anurag's GitHub stats](https://readme-stats-fabio-vicente.vercel.app/api?username=rickstaa&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) Public instance (should not have access to my private repositories)[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=rickstaa&count_private=true&random=2323431sd2f)](https://github.com/anuraghazra/github-readme-stats) |
Beta Was this translation helpful? Give feedback.
Main endpoint.
Your endpoint.
Your endpoint shows higher contributions, which, like you said, is because it can count private contributions too. If it's showing differently for you, please include a screenshot. If not, it's likely something that happened when you first deployed your app, and it won't occur again. Cheers!