claude-code - 💡(How to fix) Fix [BUG] Every command retries up to 10 times ("Retrying in Xs · attempt X/10") and never gets a response. Happens on every single input. [1 comments, 2 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#53133Fetched 2026-04-26 05:23:32
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Error Message

Error Messages/Logs

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?

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

  1. Install claude in powershell irm https://claude.ai/install.ps1 | iex
  2. Connect claude to the web pro version. In powershell: claude /login
  3. 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

extent analysis

TL;DR

The issue may be related to the Anthropic API or authentication, and checking the API status or authentication flow could help resolve the infinite retry loop.

Guidance

  • Verify that the Anthropic API is functioning correctly and not experiencing any outages or issues that could be causing the retry loop.
  • Review the authentication flow to ensure that the claude.ai OAuth authentication is properly configured and valid.
  • Check the Claude Code version and see if there are any known issues or updates that may address the problem.
  • Try using a different model or configuration to see if the issue is specific to the Sonnet model or a more general problem.

Example

No code snippet is provided as the issue does not contain sufficient information to create a relevant example.

Notes

The issue may be related to the Anthropic API or authentication, but without more information or error logs, it is difficult to determine the root cause.

Recommendation

Apply workaround: Try using a different model or configuration to see if the issue is specific to the Sonnet model or a more general problem, as this may help mitigate the issue until a more permanent fix can be found.

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] Every command retries up to 10 times ("Retrying in Xs · attempt X/10") and never gets a response. Happens on every single input. [1 comments, 2 participants]