claude-code - 💡(How to fix) Fix [Bug] Anthropic API Error: Rate limited during ultrareview completion [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55678Fetched 2026-05-03 04:47:18
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

[{"error":"Error: Bundle upload failed: Repo is too large to bundle. Please setup GitHub on https://claude.ai/code\n at aqH (/$bunfs/root/src/entrypoints/cli.js:2825:1435)\n at async WN8 (/$bunfs/root/src/entrypoints/cli.js:6530:1242)\n at async dK3 (/$bunfs/root/src/entrypoints/cli.js:6620:49)\n at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:6622:400)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:13.854Z"},{"error":"Error: Request was aborted.\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:51.634Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Rate limited"},"request_id":"req_011CaeUu8oZVYWWv6HvpSndz"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:50:57.742Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Rate limited"},"request_id":"req_011CaeV1cDVPCN1VL5mkPS2D"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:52:25.429Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Rate limited"},"request_id":"req_011CaeYdCt9Qs7YawGtTusri"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:39:49.106Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Rate limited"},"request_id":"req_011CaeYiFS5N7FEG7xBLvPLm"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:40:57.459Z"}]

Code Example

[{"error":"Error: Bundle upload failed: Repo is too large to bundle. Please setup GitHub on https://claude.ai/code\n    at aqH (/$bunfs/root/src/entrypoints/cli.js:2825:1435)\n    at async WN8 (/$bunfs/root/src/entrypoints/cli.js:6530:1242)\n    at async dK3 (/$bunfs/root/src/entrypoints/cli.js:6620:49)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:6622:400)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:13.854Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:51.634Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeUu8oZVYWWv6HvpSndz\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:50:57.742Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeV1cDVPCN1VL5mkPS2D\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:52:25.429Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeYdCt9Qs7YawGtTusri\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:39:49.106Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeYiFS5N7FEG7xBLvPLm\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:40:57.459Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description keep getting hit with API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited when using ultrareview just as it's finishing. this has happened twice & it burned 2 of my 3 available ultrareview quota & I can't even opt to continue from where it failed

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.126
  • Feedback ID: 8ab63143-f7c0-44d4-b052-cbd37954fbd5

Errors

[{"error":"Error: Bundle upload failed: Repo is too large to bundle. Please setup GitHub on https://claude.ai/code\n    at aqH (/$bunfs/root/src/entrypoints/cli.js:2825:1435)\n    at async WN8 (/$bunfs/root/src/entrypoints/cli.js:6530:1242)\n    at async dK3 (/$bunfs/root/src/entrypoints/cli.js:6620:49)\n    at async <anonymous> (/$bunfs/root/src/entrypoints/cli.js:6622:400)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:13.854Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3448)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:08:51.634Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeUu8oZVYWWv6HvpSndz\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:50:57.742Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeV1cDVPCN1VL5mkPS2D\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T21:52:25.429Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeYdCt9Qs7YawGtTusri\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:39:49.106Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaeYiFS5N7FEG7xBLvPLm\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:57549)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-02T22:40:57.459Z"}]

extent analysis

TL;DR

The issue is likely due to hitting the rate limit of the API, and a workaround could be to wait and retry the ultrareview process.

Guidance

  • The error messages indicate a rate limit error, suggesting that the API is temporarily limiting requests.
  • The issue occurs when using ultrareview, specifically when it's finishing, which may be triggering a large number of requests.
  • To mitigate this, you could try waiting for a period of time before retrying the ultrareview process to avoid hitting the rate limit.
  • It may also be helpful to review the API documentation to understand the rate limiting policies and see if there are any recommendations for handling this type of error.

Notes

The provided information does not specify the exact API or its rate limiting policies, so it's difficult to provide a more specific solution.

Recommendation

Apply workaround: waiting and retrying the ultrareview process, as it may help avoid hitting the rate limit and allow the process to complete successfully.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING