HELP - macro freezing

Hey guys, I’m still having problems with some automations.

Sometimes it just freezes on line 246 (StoreText) and it doesn’t work. It doesn’t give an error, it just gets stuck on that command and doesn’t continue. Which impacts the progress of my macro.

Does anyone have any idea how to fix this?

Error #102 "Lost contact to website" is tricky. It is a known issue, see the lengthy discussion in this error 102 post.

As for a workaround… how often does it happen? One every 10 run, or once every 100th?

If you starts your macro from the RPA command line, you can detected this error and then simply re-run the macro fromy your script. I start ui.vision from the command line for most my automations.

Do you think that using “DeleteAllCookies” will somehow restart the site and the Error #102 “Lost contact to website” issue will be resolved?