claude-code - 💡(How to fix) Fix You're out of extra usage · resets 7pm (Asia/Seoul) [1 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#56219Fetched 2026-05-06 06:33:59
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Error Message

[{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n at ti1 (/$bunfs/root/src/entrypoints/cli.js:1713:4203)\n at async ai1 (/$bunfs/root/src/entrypoints/cli.js:1713:1435)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:02:25.703Z"},{"error":"Error: 429 {"type":"error","error":{"type":"rate_limit_error","message":"This request would exceed your account's rate limit. Please try again later."},"request_id":"req_011CaixXvyby326mYU6wK2q8"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:58281)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4949)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:35:43.767Z"}]

Code Example

[{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at ti1 (/$bunfs/root/src/entrypoints/cli.js:1713:4203)\n    at async ai1 (/$bunfs/root/src/entrypoints/cli.js:1713:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:02:25.703Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"This request would exceed your account's rate limit. Please try again later.\"},\"request_id\":\"req_011CaixXvyby326mYU6wK2q8\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:58281)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4949)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:35:43.767Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description 클로드코드 현재 세션 사용량 재설정이 안되고 재설정 시간에 도달하면 100% 사용으로 되어 다시 재설정 시간을 기다려야한다. 현재 사용하는 플랜/ 맥스(x5)

<img width="701" height="373" alt="Image" src="https://github.com/user-attachments/assets/2c678e69-222e-4fb5-af12-2cfe5bbea756" />

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.128
  • Feedback ID: dc225b69-d6b4-4553-ad93-d648f4f2962d

Errors

[{"error":"Error: 1: Command failed with ERR_STREAM_PREMATURE_CLOSE: code --force --install-extension anthropic.claude-code\nPremature close \n    at ti1 (/$bunfs/root/src/entrypoints/cli.js:1713:4203)\n    at async ai1 (/$bunfs/root/src/entrypoints/cli.js:1713:1435)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:02:25.703Z"},{"error":"Error: 429 {\"type\":\"error\",\"error\":{\"type\":\"rate_limit_error\",\"message\":\"This request would exceed your account's rate limit. Please try again later.\"},\"request_id\":\"req_011CaixXvyby326mYU6wK2q8\"}\n    at generate (/$bunfs/root/src/entrypoints/cli.js:11:58281)\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:4949)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-05T06:35:43.767Z"}]

extent analysis

TL;DR

The issue is likely due to exceeding the rate limit, and a workaround could be to wait and try again later or adjust the usage to stay within the limits.

Guidance

  • The error messages indicate a rate limit error, suggesting that the current usage is exceeding the allowed limits.
  • The ERR_STREAM_PREMATURE_CLOSE error may be related to the rate limit issue, as it occurs when the connection is closed prematurely.
  • To mitigate this, consider reducing the frequency or volume of requests to stay within the allowed limits.
  • Review the usage patterns and adjust them to avoid exceeding the rate limits in the future.

Notes

The provided information does not specify the exact rate limits or how to adjust them, so it's unclear what specific changes can be made to resolve the issue.

Recommendation

Apply workaround: wait and try again later or adjust the usage to stay within the limits, as the error messages clearly indicate a rate limit issue.

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