claude-code - 💡(How to fix) Fix [BUG] says "Server is temporarily limiting requests"

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…

Error Message

Server is temporarily limiting requests Too many requests right now — try again in a moment. API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context

Fix Action

Fix / Workaround

The error mentions "1M context," suggesting the repeated failed attempts may have filled the context window. The user has not knowingly enabled or exhausted usage credits. Suggested workaround in the error (--model flag or enabling usage credits) appears unrelated to the actual problem.

Code Example

Server is temporarily limiting requests
Too many requests right now — try again in a moment.
API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Actual Behavior Claude Code repeatedly attempted the same fix without success, consuming context and/or credits in the process, then halted with a limit error — despite the user not having intentionally triggered high usage. Additional Context

The error mentions "1M context," suggesting the repeated failed attempts may have filled the context window. The user has not knowingly enabled or exhausted usage credits. Suggested workaround in the error (--model flag or enabling usage credits) appears unrelated to the actual problem.

<img width="874" height="448" alt="Image" src="https://github.com/user-attachments/assets/e8c7e9fb-3833-4cae-892a-b0ccd9e6c44e" /> <img width="912" height="390" alt="Image" src="https://github.com/user-attachments/assets/00142997-cc7c-48df-bbcc-8cf563c65ef6" />

What Should Happen?

Expected Behavior Claude Code should either complete the task or fail gracefully with a clear explanation. Usage limits, if genuinely reached, should be communicated accurately and not after an extended failed task loop.

Error Messages/Logs

Server is temporarily limiting requests
Too many requests right now — try again in a moment.
API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context

Steps to Reproduce

Steps to Reproduce

Open Claude Code in the terminal. Start an agentic coding task (in this case: fixing a dashboard). Claude Code makes multiple attempts to fix the code, each attempt failing or producing incorrect results. After several iterations, Claude Code stops entirely and displays the following error:

Server is temporarily limiting requests — Too many requests right now — try again in a moment. API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context

The session cannot be resumed. No further requests are accepted.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

5.6.26

Claude Code Version

1.11187.1 (370d3b)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

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