claude-code - 💡(How to fix) Fix [Bug] CLI only consuming extra-use tokens despite available credits [2 comments, 3 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#52987Fetched 2026-04-25 06:15:26
View on GitHub
Comments
2
Participants
3
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×2

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/johan_tronlabs/.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-24T19:33:38.408Z"},{"error":"Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"You're out of extra usage. Add more at claude.ai/settings/usage and keep going."},"request_id":"req_011CaPA65gaKCunwqSvCBCSs"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:55121)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T19:35:21.871Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/johan_tronlabs/.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-24T19:33:38.408Z"},{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"You're out of extra usage. Add more at claude.ai/settings/usage and keep going.\"},\"request_id\":\"req_011CaPA65gaKCunwqSvCBCSs\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:55121)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T19:35:21.871Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description I have plenty of credits, and i am not able to use any model - it only uses extra-use tokens. This is on the official claude-code release.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.119
  • Feedback ID: 9d38d9ea-89bd-4a26-bef0-9d453fef9399

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/johan_tronlabs/.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-24T19:33:38.408Z"},{"error":"Error: 400 {\"type\":\"error\",\"error\":{\"type\":\"invalid_request_error\",\"message\":\"You're out of extra usage. Add more at claude.ai/settings/usage and keep going.\"},\"request_id\":\"req_011CaPA65gaKCunwqSvCBCSs\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:55121)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4943)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-24T19:35:21.871Z"}]

extent analysis

TL;DR

The issue might be resolved by checking and adjusting the usage settings at claude.ai/settings/usage to ensure sufficient extra usage credits.

Guidance

  • Review the error messages to understand the distinction between regular credits and extra usage credits, as the system is currently only using the latter.
  • Verify the current credit balance and usage settings on the claude.ai platform to confirm if the issue is indeed related to insufficient extra usage credits.
  • Consider adding more extra usage credits at claude.ai/settings/usage as suggested by the error message to mitigate the problem temporarily.
  • Investigate the lock acquisition failure error to determine if it's related to the credits issue or a separate problem that needs addressing.

Notes

The provided information does not specify how the credits are being used or managed within the application, so it's unclear if there's a bug in the credit management system or if this is an expected behavior due to the specific configuration or usage pattern.

Recommendation

Apply workaround: Add more extra usage credits at claude.ai/settings/usage, as this directly addresses the error message indicating insufficient extra usage credits.

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] CLI only consuming extra-use tokens despite available credits [2 comments, 3 participants]