saoudrizwan / claude-dev

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.
https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
MIT License
5.56k stars 521 forks source link

[Bug]: API Request Failed #364

Closed arpo closed 5 days ago

arpo commented 5 days ago

Which API Provider are you using?

Anthropic

Which Model are you using?

Claude 3.5 Sonnet

What happened?

I do get this error quit frequently when running my tasks. 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}}

Steps to reproduce

  1. Creating a task in VS code for Claude 3.5 Sonnet
  2. Running through some steps
  3. This is the last prompt to the claude-dev
    
    [write_to_file]
    The content was successfully saved to src/components/EngineView.tsx.
# VSCode Visible Files src/components/EngineView.tsx # VSCode Open Tabs src/components/Hiber3D/Hiber3DApi.tsx src/components/EngineView.tsx src/utils/math/quaternionFromNormal.ts src/components/Hiber3D/utils/rayCastFromScreen.ts
...

### Relevant API REQUEST output

```shell
529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"}}

Additional context

No response

Before you submit

ichoosetoaccept commented 5 days ago

+1 here for this one. My Claude Dev extension is stuck in this state and always returns this API response. At console.anthropic.com under Logs, I can see these failing requests: CleanShot 2024-09-23 at 17 54 12@2x

Mentioning that in case it helps.

sumith commented 5 days ago

That is an issue with Anthropic. You get that issue with any tool you use and it generally gets resolved after a few minutes. There has been a degradation of response today as reported by Anthropic Status page.

saoudrizwan commented 5 days ago

529 means Anthropic servers down, I suggest using OpenRouter in the meantime–they have prompt caching now and better rate limits!