I finished the level 2 Orchestrator course so my Studio is connected to Orchestrator I am guessing.
Now I just want to test a simple process scraping a website’s data but just want to do so locally without setting up robots on Orchestrator.
When I click Run, I get this error:
19.4.2+Branch.master.Sha.e17a3bedca2a7da0d0b716b5f8f765d1d5ef1ddc
A robot with user name 'NICHOLAS' is not defined in Orchestrator
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: A robot with user name 'NICHOLAS' is not defined in Orchestrator (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Exception: A robot with user name 'NICHOLAS' is not defined in Orchestrator
at UiPath.Service.Impl.RobotProvider.TakeConnected(UserIdentity identity, Guid robotKey)
at UiPath.Service.Impl.RobotProvider.TakeRobot(UserIdentity identity, Guid robotKey)
at UiPath.Service.Impl.ExecutionManager.<OnStartJobAsync>d__10.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.Service.Messages.MessageDispatcher.<DispatchingTask>d__19.MoveNext()).
How can I temporarily disable Orchestrator so I can test processes locally?