How to rerun Instagram Create post module when occurs error

How to re-run the Instagram (Create post) module when occurs Timeout (-2, OAuthException) error.

Welcome to the Make community!

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:

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.

Yes. I tried it. I used “Resume,” which will continue the scenario without retrying to run the error scenario, and “Break,” which will stop the whole scenario until Instagram runs successfully.

Is there any method for continuing to run the modules after Instagram module and retrying to run Instagram when the error occurs?

Thank you!