You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{status: 403,response: {url: 'https://api.github.com/search/issues?q=repo%3Acrowdparlay%2Fusers+type%3Apr+is%3Amerged+bc6e1945bdb64db017b3a23215b4cd097fab9394+630de1483e92fc84bde77e714d2f38bf0053c873+d4e97f2982764dd60eb0c5d64ab3a18f9e5c4678+060a1f53cfb64997614a24efdb5d3b9b6cc41c6c+65437301341e31eda5254d6aef5ecdccacebef7c',status: 403,headers: {'access-control-allow-origin': '*','access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset','content-encoding': 'gzip','content-security-policy': "default-src 'none'",'content-type': 'application/json; charset=utf-8',date: 'Sun, 24 Dec 2023 10:14:06 GMT','referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',server: 'GitHub.com','strict-transport-security': 'max-age=31536000; includeSubdomains; preload','transfer-encoding': 'chunked',vary: 'Accept-Encoding, Accept, X-Requested-With','x-content-type-options': 'nosniff','x-frame-options': 'deny','x-github-media-type': 'github.v3; format=json','x-github-request-id': 'DDC0:0B57:A4B7C87:157D6B97:6588046C','x-ratelimit-limit': '30','x-ratelimit-remaining': '0','x-ratelimit-reset': '1703412846','x-ratelimit-resource': 'search','x-ratelimit-used': '30','x-xss-protection': '0'},data: {message: 'API rate limit exceeded for installation ID 43663553. If you reach out to GitHub Support for help, please include the request ID DDC0:0B57:A4B7C87:157D6B97:6588046C.',documentation_url: 'https://docs.github.com/rest/overview/rate-limits-for-the-rest-api'}}}
I started getting this error yesterday after multiple runs of the workflow. The workflow needs to list issues in repository, but the 'x-ratelimit-remaining' is always 0. I see the 'x-ratelimit-reset': '1703412846' (which is Sun, 24 Dec 2023 10:14:06 GMT), but it keeps updating every time I run the workflow.
There is also no 'retry-after' header. When will the timeout end?
Right now the last run failed with 'x-ratelimit-reset': 10:14:06. It is 10:34 now. I'm running the workflow. It crashes at 10:35. And wow I get 'x-ratelimit-reset': Sun, 24 Dec 2023 10:35:33 GMT. How am I supposed to handle this?
Docs says I should be able to access the endpoint after the 'x-ratelimit-reset', but it doesn't work for me.
Apps API and WebhooksDiscussions related to GitHub's APIs or WebhooksQuestionAsk and answer questions about GitHub features and usage
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
https://github.com/crowdparlay/users/actions/runs/7313943249/job/19926075325
I started getting this error yesterday after multiple runs of the workflow. The workflow needs to list issues in repository, but the 'x-ratelimit-remaining' is always 0. I see the 'x-ratelimit-reset': '1703412846' (which is Sun, 24 Dec 2023 10:14:06 GMT), but it keeps updating every time I run the workflow.
There is also no 'retry-after' header. When will the timeout end?
Right now the last run failed with 'x-ratelimit-reset': 10:14:06. It is 10:34 now. I'm running the workflow. It crashes at 10:35. And wow I get 'x-ratelimit-reset': Sun, 24 Dec 2023 10:35:33 GMT. How am I supposed to handle this?
Docs says I should be able to access the endpoint after the 'x-ratelimit-reset', but it doesn't work for me.
Beta Was this translation helpful? Give feedback.
All reactions