I am having an issue where I get the following error:
Robot - -Cannot communicate with the browser, please check the UiPath extension.
For a process, but only when the process is run unattended, kicked off from orchestrator. I am able to run the process version in assistant, as an automation user, and in debug with studio and they successfully attach to the browser.
Do you have UiPath installed in service mode, not user mode, on the server where you’re trying to run the job unattended? When you installed the extension on that server, did you install it for all users?
@Mason_Turvey_Silver Check the extension is installed and enabled specifically for the unattended user account log in as that user (not your main account) and verify the extension is there and active.
Confirm that UiPath’s native messaging host isn’t blocked by antivirus add UiPath folders to antivirus exclusion.
I am running automations under the same user I am currently logged in as, on my personal machine. I have no issue running other processes, so have confirmed that this user works for unattended connection.
The extension is enabled and incognito settings and file settings enabled in chrome://extensions
UiPath studio is installed in service mode for all users on the machine, and robot is connected as unattended and retrieves license fine.
Does it always happen at the same point in process? if yes, what is that step doing?
It happens for chrome browser or edge. i see there is a mention of edge browser as well. if its for edge, checking the sleeping tabs issue with edge browser might be worth.
It is happening consistently for every Use Browser activity in all processes, regardless of the browser (both edge and chrome). Each process waits 60 seconds after reaching the Use Browser activity, then times out an produces the above error.
The processes that are working are not using use browser or any ui automation