[BUG] Every command retries up to 10 times ("Retrying in Xs · attempt X/10") and never gets a response. Happens on every single input.
Status Closed — not planned
Reported on v2.1.119
Maintainer reply None cached
Activity 14 comments · opened Apr 25, 2026 · closed Jun 10, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Version: 2.1.119
OS: Windows 11
Auth: claude.ai OAuth / Pro plan
Bug: Every command retries up to 10 times ("Retrying in Xs · attempt X/10")
and never gets a response. Happens on every single input.
Confirmed working:
- API reachable (curl returns 401 as expected)
- No proxy (direct access)
- Auth valid (claude auth status shows logged in)
- Usage limits not hit (3% session, 16% weekly)
- Clean config (wiped ~/.claude and ~/.claude.json, re-authenticated)
- Claude Desktop uninstalled
- Tested in project folder, not home directory
Expected: Claude responds to input
Actual: Infinite retry loop, no response
What Should Happen?
Claude responds to input
Error Messages/Logs
Steps to Reproduce
- Install claude in powershell
irm https://claude.ai/install.ps1 | iex
- Connect claude to the web pro version. In powershell:
claude
/login
- Authorize it and try to discuss with him
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.119 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
Showing cached comments. Read the full discussion on GitHub ↗
13 Comments
Found any solution?
Same here, In my case i had to remove "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1" from my ~/.claude/settings.json to make it work again
Still same issue on every computer...
Same here. suddenly "Retrying in 0s · attempt 3/10"
For people who have issue as of now when I am commenting. Claude server is having some problem. It will be resolved soon. You can check status at https://status.claude.com/
I've had this issue few days already.. few prompts working but slow and then giving this error..
having this problem currently, has anyone found a way to fix this?
Hey, so i failed to make it work for claude code, but in my case i was not using paid calude code. i was using free model from open router & the issue was that when i configured the model, i forgot to update it as global.
If your case is same as mine, the fix is quite simple:
Happy vibe coding.
Still having this issue :(
share your settings file draft,
here is what i used:
{
"env": {
"ANTHROPIC_BASE_URL": "https://openrouter.ai/api",
"ANTHROPIC_AUTH_TOKEN": "",
"ANTHROPIC_API_KEY": "",
"ANTHROPIC_MODEL": "minimax/minimax-m2.5:free"
}
}
I had same issue, narrowed it down to the MCP that was causing it. Check if you have MCP running and if so, turn it off and try.
Because direct auth checks can still look fine while Claude Code keeps retrying, I would separate this into three layers instead of treating it as one generic network problem:
~/.claude/settings.jsonANTHROPIC_BASE_URL/ANTHROPIC_MODEL/ auth env varsThe fact that some people fix it by removing an experimental flag, others by disabling MCP, and others by correcting a global base URL tells me there are multiple retry causes being grouped under the same symptom.
If I had to isolate this fast, I would test in this order:
~/.claude/settings.jsonaside and run with no MCP.That usually shows whether the retries come from transport, settings merge, or an extension/runtime layer.
If anyone needs a quick paid BYO-key config/debug pass for Claude Code retry loops on Windows or custom base URLs, I can help isolate the exact config conflict and turn it into a stable working setup.
Closing for now — inactive for too long. Please open a new issue if this is still relevant.