"Scrape returned empty text" when bot is ran unattended

Hey all - I’m trying to run a bot unattended through Orchestrator and a VM. It involves login part where I have to scrape a captcha and use it to login.

This method works with google OCR and runs perfectly through attended mode and on the VM.

But errors out when I run the bot through Orchestrator in unattended mode on the VM.

Does OCR not work when ran unattended on a VM?

Does the VM account have the same screen resolution as your machine? One thought is if the resolution of the VM is so low that it is getting a poor image capture of the captcha. You could add some log messages to log what the OCR is returning.

Hey garret, actually solved the problem. I had to configure the robot settings with these resolution
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.