[BUG] Every command retries up to 10 times ("Retrying in Xs · attempt X/10") and never gets a response. Happens on every single input.
Resolved 💬 13 comments Opened Apr 25, 2026 by zeronight3301 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_
This issue has 13 comments on GitHub. Read the full discussion on GitHub ↗