Hey guys,
I started learning UiPath a few weeks ago and I’m facing the following problem, and if possible I’d like some help from the experts here on the forum. The scenario is as follows:
I published my automation (package) on Orchestrator Web, and when I try to run it via Job, it doesn’t install on my machine and I get the following error below. On the machine I don’t have the studio installed, only the Assistant. I don’t use proxy on this machine.
UiPath.CoreIpc.RemoteException: Failed to install package ‘Robô.Calculadora.1.0.1’ —> UiPath.CoreIpc.RemoteException: NU1101: Unable to find package Robot.Calculadora. No packages exist with this id in source(s): https:\cloud.UiPath.com\xxxxx\DefaultTenant\orchestrator_\nuget\v3\effe522d-fdb7-4b78-88ca-64da9xxxxxx/index.json. PackageSourceMapping is enabled, the following source(s) were not considered: Connect, https:\pkgs.dev.azure.com\UiPath\Public.Feeds_packaging\UiPath-Official\nuget\v3\index.json, Local, nuget.org, Official.
— End of inner exception stack trace —
at UiPath.Robot.Core.ProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Service.Core.NetWindowsProjectInstaller.InstallCore(InstallProjectCommand installCommand)
at UiPath.Robot.Core.ProjectInstaller.<>c__DisplayClass10_0.<b__0>d.MoveNext()
— End of stack trace from previous location —
at UiPath.Robot.Core.ProjectInstaller.Install(InstallProjectCommand installCommand)
at UiPath.Service.Core.PackageService.InstallProcess(PublishedProcess process, ImpersonableIdentity identity, IRobot robot, Nullable1 jobId, CancellationToken ct) at UiPath.Service.Job.InstallPackage(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.PrepareForExecution(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Job.UiPath.Service.Core.IExecutorEvents.ExecutorAvailable(ImpersonableIdentity identity, CancellationToken ct) at UiPath.Service.Impl.ExecutorProxy.OnExecutorAvailableAsync(Object sender, AvailableEventArgs args) at UiPath.Service.Core.ExecutorService.Available(AvailableMessage availableMessage) at UiPath.CoreIpc.Server.<>c__DisplayClass7_3.<<-ctor>g__InvokeMethod|6>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_1.<<-ctor>g__HandleRequest|3>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Server.<>c__DisplayClass7_2.<<-ctor>b__5>d.MoveNext() --- End of stack trace from previous location --- at UiPath.CoreIpc.Helpers.Timeout[TResult](TimeSpan timeout, List
1 cancellationTokens, Func2 func, String message, Func
2 exceptionHandler)
Thanks in advance for any help.