This might be a bug.
To explicitly make the scenario ignore any errors, simply add an error handler with an Ignore Directive to the module(s) that regularly fail.
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:
- 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

