Error messages Claude API

I’ve been running a flow for re-writing articles for a client based on their current URL.

I’m running into a few errors now then:

  1. exec command error: request to pd server code 500 error: Error: {“type”:“error”,“error”:{“type”:“api_error”,“message”:“Internal server error”}}

  2. exec command error: request to pd server code 500 error: Error: {“type”:“error”,“error”:{“type”:“overloaded_error”,“message”:“Overloaded”}}

How do I handle these errors best when the flow is active? Error notification and reruns?

This issue is not on our side but a limitation of the Claude API.

The problem is caused by too many consecutive requests without pauses. Just add a Wait node between the AI nodes with small intervals — this should fix the issue.

Awesome, thanks for the super quick reply

1 Like

Hey again,

I tried with the Wait modules. Set them to 15 seconds in between some of the AI Claude modules.

The Scenarios didn’t work with the Wait modules in the flow. They just kept spinning. My regular time intervals are 3-8 minutes for a completes scenario.

I removed the Wait modules, and it works perfectly again.

That’s quite odd. Please DM me the email of your Latenode account and a link to the scenario. We’ll inspect why the pause didn’t work correctly