claude-code - 💡(How to fix) Fix [Bug] Ultrareview command exhausts free credits with repeated API errors [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#53289Fetched 2026-04-26 05:19:31
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×5commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/david/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:12.840Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n at vp1 (/$bunfs/root/src/entrypoints/cli.js:1687:4046)\n at async Lp1 (/$bunfs/root/src/entrypoints/cli.js:1687:1435)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:14.069Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"Rate limited"},"request_id":"req_011CaQh7GsR4tbS693LAPt1F"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:55343)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:02:45.296Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/david/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:12.840Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at vp1 (/$bunfs/root/src/entrypoints/cli.js:1687:4046)\n    at async Lp1 (/$bunfs/root/src/entrypoints/cli.js:1687:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:14.069Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaQh7GsR4tbS693LAPt1F\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:55343)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:02:45.296Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description ultrareview does API error. every time and uses the free credit

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.119
  • Feedback ID: fa5b2850-978e-40b5-a237-258dba1bb96e

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/david/.local/share/claude/versions/2.1.119 (expected in multi-process scenarios)\n    at mH6 (/$bunfs/root/src/entrypoints/cli.js:2736:2177)\n    at E$8 (/$bunfs/root/src/entrypoints/cli.js:2736:1257)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:12.840Z"},{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at vp1 (/$bunfs/root/src/entrypoints/cli.js:1687:4046)\n    at async Lp1 (/$bunfs/root/src/entrypoints/cli.js:1687:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:01:14.069Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"Rate limited\"},\"request_id\":\"req_011CaQh7GsR4tbS693LAPt1F\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:55343)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T15:02:45.296Z"}]

extent analysis

TL;DR

The issue is likely due to rate limiting or concurrent access errors, and a workaround may involve retrying the operation or adjusting the API request rate.

Guidance

  • The error messages suggest a rate limit error (429) and a lock acquisition failure, indicating potential concurrency issues or excessive API requests.
  • Verify the API request rate and adjust it if necessary to avoid hitting the rate limit.
  • Consider implementing a retry mechanism with exponential backoff to handle temporary failures.
  • Check the claude extension configuration and version for any known issues or updates that may address these errors.

Example

No code snippet is provided as the issue is more related to configuration and API usage.

Notes

The provided errors and environment information suggest a complex issue that may require adjustments to the claude extension, API request handling, or system configuration.

Recommendation

Apply workaround: Implement a retry mechanism with exponential backoff to handle temporary failures and adjust the API request rate to avoid hitting the rate limit, as the root cause seems related to concurrency and rate limiting.

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

claude-code - 💡(How to fix) Fix [Bug] Ultrareview command exhausts free credits with repeated API errors [1 comments, 2 participants]