Clayton
Clayton2mo ago

499 errors

Anyone having time out issues or is it just me? I have a connection with Anthropic that was working fine the past 3 months, now I get 499 error.
11 Replies
ballingt
ballingt2mo ago
could you share roughly your code we we can repro? @Clayton Are these in HTTP actions? @Clayton also would love to see logs, and figure out who is throwing the 499 error (is this in a fetch and it's being reported, or is convex actually sending you a 499)
igor9silva
igor9silva2mo ago
worth mentioning that Anthropic had a long incident today
igor9silva
igor9silva2mo ago
Anthropic Status
Welcome to Anthropic's home for real-time and historical data on system performance.
Clayton
ClaytonOP2mo ago
@ballingt this is the error log from Anthropic (where the issue is)
Latency
2.679 seconds
{
"client_error": true,
"code": 499,
"detail": "Client disconnected"
}
Suggested Action:

Check client connection stability and timeout settings
Latency
2.679 seconds
{
"client_error": true,
"code": 499,
"detail": "Client disconnected"
}
Suggested Action:

Check client connection stability and timeout settings
I did notice that, however, it's still happening. :\
ballingt
ballingt2mo ago
I see old incidents that specifically mention 499 errors It seems likely it's still Anthropic's issue, regardless of the status page saying it's resolved
Clayton
ClaytonOP2mo ago
ok i'll give it some more time.
ballingt
ballingt2mo ago
customers in their Discord server are saying it's down, I don't see anything official if you see something that works locally but not on Convex we def want to hear about it, so far everything I'm seeing is that it's mostly down for everyone
igor9silva
igor9silva2mo ago
did not find people complaining on twitter in the last hour
ballingt
ballingt2mo ago
@Clayton if you have an API use example we can try it too, both locally and from Convex deployments
Clayton
ClaytonOP2mo ago
I'm not getting anything on the convex side, just the Anthropic side. I'm adding some more debugging logs to see if I can pinpoint it in convex
ballingt
ballingt2mo ago
What's the call you're making, the fetch request or the anthropic client library you're using? I can try using it too and if I get the same thing on my local machine then it seems likely it's not convex

Did you find this page helpful?