Please fix Claude module

I’m getting time-outs when using the Claude module with API

Not seeing when routing through OpenAI or even Perplexity.

I see it’s an issue that was reported previously.

Is there a work-around or anticipated fix time?

Hello @Outbound; in case the timeouts are not consistent, as in, sometimes things work, you might consider error handling to help catch and recover.

I have the situation where image uploading or image reading fails now and then due to timeouts. To recover, I have a 15 second sleep on the module error handler, then I run the original module again (cloned, no change), followed by a Resume module.

:four_leaf_clover:

Thanks a ton for that. I’ll try it out :slight_smile:

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

2. Error handlers will appear

For more information on error handling, see:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.