Trying to run an automation unattended and this is happening under multiple robots on multiple machines. It sits for a long time at “installing package…” then times out with this exception:
Edit: I logged in as the robot and tried to run the automation through Assistant, and the same thing happened - it sat at “installing…” for a while then failed. When I did it on my PC it worked fine in Assistant. So what could the difference be? What does “Available timed out” mean? Not exactly a useful error message.
* RemoteException wrapping System.TimeoutException: Available timed out. ---> RemoteException wrapping System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.CoreIpc.Connection.d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at UiPath.CoreIpc.ServiceClient`1.<>c__DisplayClass21_1`1.<b__1>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.CoreIpc.Helpers.d__9`1.MoveNext()
--- End of inner exception stack trace ---
at UiPath.CoreIpc.ServiceClient`1.<>c__DisplayClass21_1`1.b__2(Exception ex)
at UiPath.CoreIpc.Helpers.d__9`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Executor.RobotRunner.d__88.MoveNext()
* Start Time: 03/06/2023 8:15:49 PM
* End Time: 03/06/2023 8:36:36 PM