ModuleTimeOutError in ElevenLabs Operation

I´m trying to set up this scenario where I suppose to got an eleven labs text-speech output, but
keep getting this error displayed in the screenshot.
First the issue was in the model, I´ve changed the model and try again, and got this error.

Anyone has experienced this before and found some workaround?

1 Like

This could be intermittent server issues on the external service.

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”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

4 Likes

I am getting the same timeout errors.