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

Fix ratelimiting issue #264

Open
auguwu opened this issue Jan 18, 2024 · 0 comments
Open

Fix ratelimiting issue #264

auguwu opened this issue Jan 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@auguwu
Copy link
Member

auguwu commented Jan 18, 2024

HttpClientError: API rate limit exceeded for {ip}. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
    at HttpClient.<anonymous> (D:\a\_actions\Noelware\setup-protoc\1.1.0\build\action.js:26:38463)
    at Generator.next (<anonymous>)
    at fulfilled (D:\a\_actions\Noelware\setup-protoc\1.1.0\build\action.js:26:27990)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  statusCode: 403,
  result: {
    message: "API rate limit exceeded for {ip}. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
    documentation_url: 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'
  }
}
@auguwu auguwu added the bug Something isn't working label Jan 18, 2024
@auguwu auguwu self-assigned this Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant