I was able to publish the package from Uipath Studio to Orchestrator (In company server).
After running the robot from the orchestrator, the job “faulted” and the UiPath Robot failed to install the package.
When checked the “.nugget/packages” only two files (AllDependencies.json and nugget.cache) was downloaded. The rest of the files (lib, nupkg.sha512, nuspec) are not installed/downloaded .
Hi @andreiT,
yeah. But Uploading of package from Uipath studio to orchestrator has no issues. There is only issue in downloading package from orchestrator to Uipath Robot while running a job.
As the orchestrator is in their comapny’s server, they might be using their company’s business network connection which might have a proxy/firewall blocking the packages to be downloaded to the robot machine. Is there any workaround for this?
Doesn’t matter, publish and download are done in separate ways, and under different users.
It’s most likely that you did not update the proxy for the Local System’s nuget.config file, the one from :
If the problem still persists, it might be that Local System account does not have the right to use the proxy server. To verify this, put the robot in user-mode and try to download the packages again:
How to put a robot in usermode:
1- stop uirobot.service
2. close Studio and robot tray (settings > quit)
3. elevated cmd > sc delete UiRobotSvc
4. Start tray > UiPath.Agent
then you verify that it is running as a process, not as a service
Navigate to C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\NuGet if you have a 64-bit operating system or C:\Windows\System32\config\systemprofile\AppData\Roaming\NuGet if you have a 32-bit operating system.
Inside Roaming, NuGet folder is not present. Please help. Why is this so?
If you install via msi it’s automatically installed as a service.
If you install via community edition, it’s running in user mode.
Just never have these two installed together (MSI and community).
If you say you cannot download packages when using community edition, the problem might be on Orchestrator side.
What Orchestrator are you using ?
When you Open Studio > Package manager, are you able to see the activities from Orchestrator feed or from Official Feed?
I know this is an old post, but i seem to face the same issue.
Also no nuget folder in: C:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\ Having onprem orchestrator and making use of a proxy, in both nuget.config and UiPath.config the settings for the proxy are configured, but still no luck downloading the packages.
Any news on this issue since the last update or any ideas?
Did the issue get resolved?