[Bug] API ERROR 529 Overload with sonnet 4.6 model
Open 💬 0 comments Opened Jun 23, 2026 by khatib-313
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?
Claude Code 2.1.183 running Sonnet 4.6 consistently fails with 529 Overloaded during long-running code migration audits after ~20–25 minutes of analysis.
<img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/76ecbf10-1b0f-49ec-8679-94409b79e59d" />
What Should Happen?
While performing a large Vue-to-React migration audit, Claude Code should complete the analysis successfully or provide a reliable resume/checkpoint mechanism. It should not terminate with a 529 Overloaded error after extensive processing and retry attempts.
Error Messages/Logs
Steps to Reproduce
- Open Claude Code (version 2.1.183).
- Use Sonnet 4.6 model.
- Open a large codebase containing Vue and React projects.
- Ask Claude to perform a comprehensive migration audit between the Vue and React implementations.
- The audit should include:
- API comparison
- Payload comparison
- Validation comparison
- Watchers/useEffect analysis
- Business logic audit
- Edit/Create flow analysis
- Allow Claude to analyze the codebase for an extended period (approximately 20–25 minutes).
- Observe Claude repeatedly updating its plan and continuing analysis.
- Eventually Claude displays:
"API Error: 529 Overloaded"
- Automatic retries occur until reaching:
"Retrying attempt 10/10"
- The audit fails to complete and progress is lost.
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.183
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_