Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500s from the API #201

Open
petethepig opened this issue Dec 4, 2024 · 12 comments
Open

500s from the API #201

petethepig opened this issue Dec 4, 2024 · 12 comments

Comments

@petethepig
Copy link

Hey all,

I've been playing with computer use demo and it's been working great for the past couple of days, really awesome product and a demo.

However, it has been failing with 500s all day today since about 2 PM PST.

Screenshot 2024-12-03 at 10 53 21 PM

It always fails after the client attempts to send an image. I think this is similar to the incident listed on
status.anthropic.com
:

Screenshot 2024-12-03 at 10 54 16 PM

However, the status page says that it's resolved, where in practice I'm still seeing 500s.

Again, awesome product, I hope you guys fix it soon. Let me know if you need more info from my side.

@AgileTechSolutions
Copy link

image

i have noticed the same error from yesterday. i thought it was me,
Changed all my API 3 times. deleted the images and also the Volumes and started again. still got the same issues.
i also noticed the system prompt seems to get saved even after deleting and started again. think it might be storing in the api history or something.

Was really enjoying the agent type system. been a long time since i have been impressed. Well done team

@piyushmittal20
Copy link

Hey, I am facing same issue and i solved it temporarily by removing the ephemeral cache.

In your loop.py, you can make enable_prompt_caching = False. It will cost you more but you will not see this error.

@mandgie
Copy link

mandgie commented Dec 4, 2024

Same issue here

@tomasz-kusy
Copy link

Same

1 similar comment
@matteosdocsity
Copy link

Same

@petethepig
Copy link
Author

enable_prompt_caching = False did work, thanks @piyushmittal20

@karnavplanetart
Copy link

Even that is not working for me
image
image

any suggestions?

@thaddavis
Copy link

Same issue for me

I have a DEMO this evening so hopefully this gets resolved ASAP : )

Maybe I'll try Bedrock or VertexAI

@redron
Copy link

redron commented Dec 4, 2024

I’m still encountering the issue in both my modified project and this original demo. Setting enable_prompt_caching=False helps resolve it.

@pcraig3
Copy link

pcraig3 commented Dec 4, 2024

Hello! Like @thaddavis, I am also doing a demo in 1 hour and it is not good when you start getting random 500 errors.

I changed my enable_prompt_caching var to False in loop.py but didn't see it make a difference.

This was because, stupidly, I was following the Anthropic API Quickstart instructions at the top which use a pre-baked Docker container.

Once I realized this, I booted it up instead using the Development instructions at the bottom, then it started working again.

@thaddavis
Copy link

Ah great @pcraig3 let me try that now

@thaddavis
Copy link

thaddavis commented Dec 4, 2024

Appreciate it @pcraig3. Building the project locally worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants