Error #102: Lost contact to website

As a temp workaround I put in to ignore errors just for the line that always spawns the error and also added a ton of pauses into the code since the error line was a click and wait which doesn’t wait during the error.

This error happens to me in more than one way. When trying to open an URL using command “open” o using “execute script”. Has happened with other commands too, now I dont remember which ones. The same macro never showed that error about 4 months ago, that was running in previous UI Vision version.

@9n7hJ4sDZE4Ck - Thanks a lot for your test macros. And sorry for the delayed response. Here is a status update: On our test machines the #102 error shows very rarely with your macros. I can go for >1h with no error. That makes debugging still very tricky. I tested with V9.3.8.

So… we would still love to get a test macro that shows the error more “reliably”.

But for now we will continue to debug with the @9n7hJ4sDZE4Ck macros further. If we find anything, I will update this post,

1 Like

Oh good at least you are seeing it now so we aren’t crazy. Thanks for taking the time to look at this.

Did you ever get this bug figured out? I am still seeing it in my macros. It was triggered 39 times in a macro that I have that runs for about 20 minutes on an internal site. For now I am inserting an errorignore=true right before then errorignore=false right after and that keeps the macro going. For clarity the contact with the website is never lost as the macro keeps sailing on but this bug has put me off of future ui.vision development until it can be squashed.