claude-code - 💡(How to fix) Fix [Bug] Hourly rate limit consumed without user request or API call [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#53208Fetched 2026-04-26 05:21:37
View on GitHub
Comments
2
Participants
3
Timeline
6
Reactions
0
Timeline (top)
labeled ×4commented ×2

Error Message

[{"error":"Error: File does not exist. Note: your current working directory is /Users/hasanaboutak/projects/winzo.\n at call (/$bunfs/root/src/entrypoints/cli.js:4544:7630)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T00:45:52.247Z"}]

Code Example

[{"error":"Error: File does not exist. Note: your current working directory is /Users/hasanaboutak/projects/winzo.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4544:7630)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T00:45:52.247Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description 24% of my hourly limit usage was consumed without submitting any request. I didn't submit any request, but the terminal showed a recap message and used 24% of my hourly usage without any prompt from my side!! So basically it's like taking money from me without using the service! And during the past 2 days, the hourly usage limit has been significantly worsened and unfair. I hit the hourly limit by submitting 2 simple tasks using Sonnet, or one small task using Opus. So I could use Claude code for 10 minutes and have to wait for 50 minutes.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.109
  • Feedback ID: f1a6fb32-4cff-4fab-b898-2653913feec9

Errors

[{"error":"Error: File does not exist. Note: your current working directory is /Users/hasanaboutak/projects/winzo.\n    at call (/$bunfs/root/src/entrypoints/cli.js:4544:7630)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T00:45:52.247Z"}]

extent analysis

TL;DR

Investigate unexpected background requests or tasks that may be consuming the hourly limit without explicit user interaction.

Guidance

  • Review the terminal history and system logs to identify any automated or background processes that might be triggering requests to the service.
  • Check the service documentation for any known issues or changes that could be causing the increased usage limits.
  • Verify that the Sonnet and Opus tasks are correctly configured and not submitting unnecessary requests.
  • Consider reaching out to the service support team with the provided Feedback ID for further assistance.

Notes

The error message provided does not seem directly related to the issue of unexpected hourly limit usage, but it may indicate a problem with the current working directory or file access.

Recommendation

Apply workaround: Monitor and adjust usage patterns to avoid hitting the hourly limit, while investigating the root cause of the unexpected usage consumption.

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] Hourly rate limit consumed without user request or API call [2 comments, 3 participants]