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

Error while generating yearly stats: "Something went wrong" #321

Open
anubhavxdev opened this issue Dec 22, 2024 · 3 comments
Open

Error while generating yearly stats: "Something went wrong" #321

anubhavxdev opened this issue Dec 22, 2024 · 3 comments

Comments

@anubhavxdev
Copy link

Description:
I encountered an issue while using GithubUnwrapped.io to generate my GitHub yearly stats. After entering my GitHub username and clicking on the Generate button, I repeatedly receive the error message: "Something went wrong". I have tried multiple times, but the issue persists.

Steps to Reproduce:

  1. Visit Githubwrapped.io.

  2. Enter your GitHub username in the input field.

  3. Click on the Generate button.

  4. Observe the error message displayed.

Expected Behavior:
The website should generate and display the wrapped stats for my GitHub activity throughout the year.

Actual Behavior:
After clicking the Generate button, the website displays the error message: "Something went wrong", and no stats are generated.

Additional Information:

Browser: Mozilla Firefox

Operating System: windows 11

GitHub Username: anubhav12302387

Screenshots:
Screenshot_20241222-084936.png

Suggestions:

Could it be an issue with the GitHub API rate limit.
Is there a way to debug or provide logs for further troubleshooting.
I hope this template helps you structure your issue effectively!

@RobRoyce
Copy link

Same issue here 3 days in a row

@real2two
Copy link

I have the same problem as well and if you check the "Network" tab on DevTools, this seems to be the error:

Error you are over your space quota, using 512 MB of 512 MB, full error: {'ok': 0, 'errmsg': 'you are over your space quota, using 512 MB of 512 MB', 'code': 8000, 'codeName': 'AtlasError'}

@RobRoyce
Copy link

Same thing here. This is the console output:
image

And when I try to hit that API endpoint manually, I get:

{
"data":[],
"message":"Error you are over your space quota, using 512 MB of 512 MB, 
    full error: {
        'ok': 0, 
        'errmsg': 'you are over your space quota, using 512 MB of 512 MB', 
        'code': 8000, 
        'codeName': 'AtlasError'
    }",
"time":"PT7.135688S"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants