[BUG]: Contribution Streak Mismatch and graphs not loading
bug
### What happens?
I’ve noticed two issues with the Profile Readme Generator on my GitHub profile:
-Contribution Streak Mismatch
The contribution streak shown in the generated README does not match my actual GitHub streak.
For example, my current streak is over 115 days, but the generator only shows 24 days.
It looks like the streak counter stops counting correctly after a certain point and then restarts, instead of continuing the full streak. This creates an inaccurate representation of contributions.
-Language Graph Not Loading
The language usage graph is not rendering at all.
Instead of showing the distribution of languages, the section remains blank. This issue also occurs with the streak graph, which does not render.
### What are the steps to reproduce this issue?
Go to Profile Readme Generator.
Generate a profile README using your GitHub account.
Open the generated README on your GitHub profile.
Check the Contribution Streak section → the streak count stops at some point and restarts instead of continuing correctly.
Check the Language Graph section (and the streak graph) → neither renders and both remain blank.
(Optional) Refresh the page or try a different browser → the issue still persists.
### What were you expecting to happen?
The streak count should match the actual GitHub contribution streak.
The language graph should load and display the correct breakdown of languages used in my repositories.
### Additional information about your environment
- **Device**: Laptop
- **OS**: Windows
- **Browser**: Microsoft Edge
- **Version**: latest version
### Additional context
_No response_
2 条评论