Welcome to the Make community!
I suspect this error is related to Automatic retry of incomplete executions - Help Center, which automatically retries failing modules, and then halts the scenario if it doesn’t get resolved after a certain number of retries.
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 ignored or retried after a short period. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw errors and get switched off.
Error directives can only be added to an error handler route
1. Right click a module and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
- Introduction to errors and warnings
- How to handle errors
- Types of Errors, including RateLimitError (HTTP 429: too many requests)
- Webhook Error Handling
- Make error handling YouTube playlist (YouTube playlist)
Hope this helps! If you are still having trouble, please provide more details.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

