claude-code - 💡(How to fix) Fix [Bug] Anthropic API Error: Model claude-3-5-sonnet-20241022 not available on account tier [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#53139Fetched 2026-04-26 05:23:24
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4closed ×1commented ×1

Error Message

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/tmoney/.local/share/claude/versions/2.1.104 (expected in multi-process scenarios)\n at KQ$ (/$bunfs/root/src/entrypoints/cli.js:2838:2153)\n at ye8 (/$bunfs/root/src/entrypoints/cli.js:2838:1233)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T03:10:10.251Z"},{"error":"AxiosError: Request failed with status code 403\n at oU (/$bunfs/root/src/entrypoints/cli.js:108:1194)\n at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:113:12750)\n at emit (node:events:92:22)\n at endReadableNT (internal:streams/readable:865:50)\n at processTicksAndRejections (native:7:39)\n at request (/$bunfs/root/src/entrypoints/cli.js:115:2467)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T04:18:22.411Z"}]

Code Example

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/tmoney/.local/share/claude/versions/2.1.104 (expected in multi-process scenarios)\n    at KQ$ (/$bunfs/root/src/entrypoints/cli.js:2838:2153)\n    at ye8 (/$bunfs/root/src/entrypoints/cli.js:2838:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T03:10:10.251Z"},{"error":"AxiosError: Request failed with status code 403\n    at oU (/$bunfs/root/src/entrypoints/cli.js:108:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:113:12750)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:115:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T04:18:22.411Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description effort xhigh not available, on max account. jarvis (claude terminal, yes i named it that) says i should have it.

Environment Info

  • Platform: linux
  • Terminal: gnome-terminal
  • Version: 2.1.104
  • Feedback ID: 2738bd8b-d521-4b6c-8f3f-ad4df5f0f3c6

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /home/tmoney/.local/share/claude/versions/2.1.104 (expected in multi-process scenarios)\n    at KQ$ (/$bunfs/root/src/entrypoints/cli.js:2838:2153)\n    at ye8 (/$bunfs/root/src/entrypoints/cli.js:2838:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T03:10:10.251Z"},{"error":"AxiosError: Request failed with status code 403\n    at oU (/$bunfs/root/src/entrypoints/cli.js:108:1194)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:113:12750)\n    at emit (node:events:92:22)\n    at endReadableNT (internal:streams/readable:865:50)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:115:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T04:18:22.411Z"}]

extent analysis

TL;DR

The issue may be resolved by checking file permissions and locks on the /home/tmoney/.local/share/claude/versions/2.1.104 directory.

Guidance

  • Verify that the user running the application has proper read and write permissions on the /home/tmoney/.local/share/claude/versions/2.1.104 directory.
  • Check for any existing locks on the directory and remove them if necessary.
  • Investigate the AxiosError with status code 403, which may indicate an authentication or authorization issue.
  • Review the application logs for any additional error messages or clues.

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The issue may be related to file system permissions or locking mechanisms, but further investigation is needed to determine the root cause.

Recommendation

Apply workaround: Check and adjust file permissions and locks, and investigate the AxiosError, as the issue seems to be related to environment and configuration rather than a version-specific bug.

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] Anthropic API Error: Model claude-3-5-sonnet-20241022 not available on account tier [1 comments, 2 participants]