Hello, I run my process through scheduling in the orchestrator. Just like what was done in this video. How to create an Unattended Robot in UiPath (Full Tutorial) - YouTube. However, every time I schedule my bot it always gives me this error:
RemoteException wrapping UiPath.Core.ElementOperationException: Timeout reached. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Timeout reached.
at UiPath.UiNodeClass.BringIntoView()
at UiPath.Core.UiElement.BringToForeground()
— End of inner exception stack trace —
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Start Time: 07/18/2022 11:24:01 AM
End Time: 07/18/2022 11:24:49 AM
Input Values: null
Output Values: Empty
Has Recording: false
When I run it manually, it gives me no error. Any help and advise would be much appreciated. Thank you