ANITechnologies
Registered Member
- Jun 1, 2013
- 75
- 21
Hey,
I have the following Imacros code but it stops working every time the website generates a HTTP error such as a 503 or a 500. I don't want that to happen, I want the code to continue and retry to access the website in the next loop.
Please help :3
Thank you.
I have the following Imacros code but it stops working every time the website generates a HTTP error such as a 503 or a 500. I don't want that to happen, I want the code to continue and retry to access the website in the next loop.
Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_PAGE 2
CLEAR
URL GOTO=http://base.pk
Please help :3
Thank you.