We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now consistently hitting
✔ Fetched NixOS/nixpkgs's contributors ⠙ Fetching NixOS/nixpkgs's pull requests...Error while fetching https://api.github.com/repos/NixOS/nixpkgs/pulls?state=all&page=1&per_page=$ 00 API rate limit state: { core: { limit: 5000, remaining: 4996, reset: 1537441414 }, search: { limit: 30, remaining: 30, reset: 1537437875 }, graphql: { limit: 5000, remaining: 5000, reset: 1537441415 } } Promise { <rejected> Body { url: 'https://********:********@api.github.com/repos/NixOS/nixpkgs/pulls?state=all&page=1&per_page=10$&client_id=********&client_secret=********', status: 500, statusText: 'Internal Server Error', headers: Headers { _headers: [Object] }, ok: false, body: PassThrough { _readableState: [ReadableState], readable: true, _events: [Object], _eventsCount: 1, _maxListeners: undefined, _writableState: [WritableState], writable: false, allowHalfOpen: true, _transformState: [Object] }, bodyUsed: false, size: 0, timeout: 0, _raw: [], _abort: false } }
although our code retries a few times on 500.
The text was updated successfully, but these errors were encountered:
This looks like an issue on GitHub's side:
Sorry, something went wrong.
Workaround for #8
2e72bda
Workaround for ghuser-io#8
ff3e116
4561a8e
No branches or pull requests
Now consistently hitting
although our code retries a few times on 500.
The text was updated successfully, but these errors were encountered: