we are currently in development phase of 4 processes together with 3 other guys.
We work on the same server, but only me encouters this problem which you can see on this picture
I encouter this only sometimes, sometimes the robot finishes with no problems. However, colleagues had never experienced this.
Do you have any idea what could be the reason? I actually develop the robot in state machines, but they dont. Can this be the reason? DOes it need more capacity from CPU?
This cannot be the causeā¦robot is running and suddenly this pops up and it stopped.
Services does not work like thatā¦it cannot turn the robot off during runā¦
Any updates on this issue?
Iām using Studio Community and the robot crashes from time to time.
My process uses a CSV file as input data and for each line it goes to Google Adwords and clicks some OCR text (or clicks relatively to OCR text) for at least 5 times per CSV row (sometimes more). It doesnāt matter the CSV size - it crashes with 4 lines and also crashes with 90 lines, ā¦, and sometimes it doesnāt crashes at all.
From what I managed to observe, the crash always happens when the robot must click relatively to a OCR text.
The activity I use for clicking is Recording ā Citrix ā Text ā Mouse ā Click ā¦ Because the elements in the page are in an iFrame, the robot doesnāt figure out the target so I must use OCR.
Iām running the robot on 64 bit Windows Home, i7 - 2.7 GHz, 8 GB RAM.
Iām getting the same error, except I have no clue what causes it. The robot is running unattended every night, and every now and again I wake up to see the UiPath Robot has stopped working popup. The robot logs give me no indication of where the robot crashed. If the popup is not handled by a human (by clicking āClose programā), it prevents the robot from running future unattended processes, which in essence means that the robot becomes useless.
About the robot:
The robot is working within several web-pages in Chrome, gets data from an API, reads data from Outlook, creates and saves 50-250 mail drafts, creates several csv-reports, and sends out one mail per night.
I am running UiPath Studio Pro, version 2016.2.6274.
How do I find the reason for the crash, and how do I prevent the popup from blocking future process runs? @ovi, any input?
I was getting this error on the second iteration of a for each row activity that was executing a query on an access DB. The first row of query list would work but the second would throw this error. Swapping the order of the queries didnāt change the result, the second iteration would always cause the āUiPath Robot has stopped workingā message to appear. This started occurring on multiple automations Iāve created that worked previously and Iād made no edits to them. I was able to remedy my issue by wrapping my execute query activity in the āStart Transactionā activity.
we are facing the same issue, We are running 10 unattended robots which scrape data from different websites and update the details in DB. Today all 8 robots crashed and all these were stuck and not available to process remaining requests. We have 2 workflow files one Main workflow and others are child workflows, When we make the child workflow isolated (in Invoke workflow activity) the error is passed to the Main workflow and the crash pop up never appears. This works fine on my local machine, but not on the servers. We still see the crash pop up appear and until a human goes and clicks OK the robot is stuck.
Does anyone know why the pop up appears even though the child workflow is running in isolated?
ā¦ now that you mention it, I think in my case was a windows update pending. After updating it never happened againā¦ My process runs one day every month so Iāll keep an eye on this scenario with the windows update situation.