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?
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.
![]()
Thanks a ton for that. I’ll try it out ![]()
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.
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.