Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Error downloading NuGet package from feed
-
I'm getting the following error when installing/restoring NuGet packages from my feed hosted on ProGet.
The feed 'dcl [http://nuget.digitalcontact.local/nuget/dcl/]' lists package 'DigitalContact.Infrastructure.Api.1.6.3' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. [12:51:46]C:\Program Files\dotnet\sdk\2.1.301\NuGet.targets(114,5): error : Unable to find package 'DigitalContact.Infrastructure.Api.1.6.3'.
This error happens from Visual Studio, JetBrains Rider, and TeamCity.
The package does exists and I can download the package from the ProGet UI with no problem.
Product: ProGet
Version: 5.1.4
-
If the package does exist, and you can download the package from the ProGet UI, then it indicates that there is no problem with ProGet. The UI uses the same download URL, and whatever is shown in the UI will be shown in the API.
To further troubleshoot, I recommend you to use Fiddler and trace the HTTP requests. You can also inspect the ProGet message center to see what error requests are being made tot the ProGet server.