hey community,
I have an http-request that sequentially reads several websites.
Now I have the following problem.
If a page cannot be read, I run into a timeout and the whole scenario stops.
How can I make it so that this website is simply skipped and the system simply tries the next url?
Do you have any ideas?
Thank you very much!
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â
2. Select appropriate error handling module
For more information on error handling, see:
- Introduction to errors and warnings in Make
- Overview of error handling in Make
- Error handlers
- Overview of error handling in Make
- Watch these videos by Make - Learn all about error handling (YouTube playlist)
- Webhook Error Handling
- Types of Errors (including RateLimitError HTTP 429: too many requests)
what is the best way to treat the error?
If you just want to skip a single error, perhaps Ignore would work in your case?
that´s it - many thanks!
No problem, glad I could help!
1. If you have a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
- allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Donât forget to like and bookmark this topic so you can get back to it easily in future!
Links
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too â
General
- Help Center | Tutorials
- Make Academy â learn Make and get your certificate â CHECK THIS OUT
- Make Blog â get the latest updates
- Features & Pricing
Help Center Basics
- Mapping â What is mapping? What can I map?
- Mapping with arrays â How to map items in an array
- Aggregate an array for mapping complex fields
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules â Make a request, Get (download) a file
- Webhooks â Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make