Look like Gumloop is down?

Keep getting API errors when trying to send messages to my agent, looks like Gumloop agent APIs are down.

Hey @davidattias – Gumloop is not down (status page). The error you’re seeing in the screenshot is specific to the agent and very likely related to the AI model you’re using on it.

Do you mind sending the link to the agent please? I can take a closer look.

Thanks for coming back to me.

This is the error ID 80a5f8f6 and agent ID tZHVtFZLfZu4ueqcgiyMhC

Thank you! This was a temporary Anthropic API outage – nothing wrong with the agent configuration. You just need to wait or retry or test with a different AI model (would recommend using any of the Gemini models to test).

Error message:
```
anthropic.InternalServerError: Error code: 500 - {
‘type’: ‘error’,
‘error’: {‘type’: ‘api_error’, ‘message’: ‘Internal server error’},
}
```

The agent tried 3 retries (for such errors it hasmax_retries: 3) and Anthropic kept returning 500s.

Despite trying with GPT or Gemini models, it is always the same, it get stuck in “Gummie is responding….” and get no answer.

Could you try again now please? Using any model, preferably Claude 4.5 Sonnet.

still the same

i think i understood the root cause, the error you display (or not display and just hang) was driving us in the wrong direction.

the custom MCP server if configured for Sanity CMS was not properly configured/authenticated and was causing the hang somehow. Fixed that and it is working now.

Guys, you should work on your UI to display better errors and hangs, that was really painful.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.