Troubleshooting NU1101 package errors in UiPath Orchestrator

Hello, I am looking to practice the distribution of packages and robots through the orchestrator. I created a small robot, version 1.0.2, and installed it on a remote machine via the Assistant. Subsequently, I updated the version to 1.3.1, uploaded the package to the orchestrator, and updated the process in the folder. When I go to the agent on the target machine, the icon to install the new version appears, but when I click to proceed, I encounter the following error:

System.Exception: “NU1101: Unable to find package Afip_Pkg. No packages exist with this id in source(s): Connect, https://cloud.uipath.com/rpasisve/DefaultTenant/orchestrator_/nuget/v3/2295b344-06d8-4b2d-9b76-3d9877907607/index.json, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Local, nuget.org, Official”

Here are some screenshots:

@Matias_Clemente.Arg

Generally this happens if there is an network block to download the packages

Please check the firewalls

Cheers

Hello @Anil_G, thank you for your response. Unfortunately, that did not resolve the issue.

I am adding information about the scenario. In version 1.0.2, the robot was simple… in 1.3.1, the robot had an integrated package, a library, which I created and published locally. Is it possible that I need to publish that library to the orchestrator?

@Matias_Clemente.Arg

yes you need to publish that

cheers

1 Like

Well, I attempted to publish the library, but it gives me this error…

24.10.5-beta.18041+Branch.release-v24.10.5.Sha.41341af9a021bd656ae96b7fdaac69f9c1618d56.41341af9a021bd656ae96b7fdaac69f9c1618d56

Publish of Afip_Pkg failed. Package cannot be published to the shared feed

Error: System.InvalidOperationException: Publish of Afip_Pkg failed. Package cannot be published to the shared feed
—> UiPath.Shared.Orchestrator.Models.OrchestratorHttpException: Package cannot be published to the shared feed
at UiPath.Studio.Orchestrator.Common.Extensions.HttpResponseMessageExtensions.EnsureOrchestratorStatusCodeAsync(HttpResponseMessage response)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.InternalRequestAsync[T](Uri uri, HttpMethod method, HttpContent content, Func2 parseResponse, TimeSpan timeout, Dictionary2 headers, CancellationToken ct)
at UiPath.Studio.Orchestrator.Common.Services.CloudApiClient.RequestAsync(Uri uri, HttpMethod method, HttpContent content, TimeSpan timeout, Dictionary2 headers, CancellationToken ct) at UiPath.Studio.Orchestrator.Feeds.Services.OrchestratorPackageUploader.UploadAsync(IEnumerable1 packagePaths, FeedModel feedModel, Int32 timeoutInSeconds, CancellationToken ct)
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
— End of inner exception stack trace —
at UiPath.Studio.ProjectPackager.Publish.Services.ProjectPushService.Publish(BuildPackageResult package, IPublishSettings publishSettings, CancellationToken cancellationToken)
at UiPath.Studio.ProjectPackager.Publish.Services.PublishService.<>c__DisplayClass44_0.<b__0>d.MoveNext(), HResult -2146233079

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