GitHub Copilot CLI 0.0.365 stuck at starting, when GitHub API rate limit exceeded for my IP #180824
Replies: 2 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
GitHub Copilot CLI version 0.0.365 gets stuck at "starting" due to GitHub API rate limits tied to your IP address, which restrict requests (e.g., 60/hour unauthenticated or higher for authenticated). This commonly affects CLI tools during heavy usage, even with Copilot Pro, as overall service health limits apply separately from premium requests. |
Beta Was this translation helpful? Give feedback.
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
Bug
Copilot Feature Area
Copilot Coding Agent
Body
Version Info:
I'm running Copilot CLI on my server, it stucks for about 8mins+ and no output.
I try to get some logs with
copilot --log-dir . --log-level debug, however no log files are created either.Then I downgrade Copilot CLI to
0.0.354 (Commit: 076bd172b), it works normally and I get some logs like:I try to curl
https://api.github.com/graphql, and get output:I wonder whether the first request to
https://api.github.com/graphqlis unauthenticated, and therefore block Copilot CLI to start?Beta Was this translation helpful? Give feedback.
All reactions