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:
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?
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