Hi Team,
After upgrading to UiPath Studio version 21.10.0 , while clicking on the nuget.org had the error as Package source nuget.org has encountered the following error: Unable to load the service index for source https://api.nugnet.org/v3/index.json 2.
In official, marketplace, nuget.org had the similar error
Thanks ! I have different error when I launch the same package UiPath Studio 21.0 in another machine with a different network setup (403 browser blocked) and for the other version 20.0.2 there is no such error, Could you please suggest here whether this is also related to the proxy configuration
You are able to access the nuget from your browser. I think the issue is connecting from uipath feed. Could you pls go to %appdata% and nuget folder and inside the folder you could find nuget.config delete this file and restart your studio and try. If you still unable to get the nuget package we have to modify the nuget.config with your proxy details. The issue you are currently facing due to proxy only.
Please try the above steps and let us know. Thanks.
I have included the webproxysettings in uipath config file and also updated the following code in C:\Windows[Microsoft.NET ](http://microsoft.net/)\Framework64\v4.0.30319\Config\machine.config
After that, the error in nuget.org is gone but the error in official and Marketplace stays the same
When I had a similar error, I resolved it by removing an old environment variable named “http_proxy” which was pointing to a proxy server address that was no longer working.