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!
NuGet connector fails to update NuGet package
-
The NuGet package Autofixture was recently updated to 3.29.0. However, when I access the package page on our local ProGet server, e.g. http://proget/feeds/Default/AutoFixture.AutoMoq/3.29.0, the page is empty except the headline and the standard package image.
In addition, the package version 3.29.0 cannot be retrieved from the feed.
- No amount of restarting the service helps
- There's no log messages in the SQL database
- The previous version 3.27.0 works fine and the page even has a link to the 3.29.0 version
Product: ProGet
Version: 3.5.6
-
Unfortunately, I cannot reproduce on a test feed (it shows that package version as per normal).
Can you use your web browser's developer tools to see if there is a failed Ajax request, and if so, what the contents of the response to that request are?
-
This request
with these form values
feedName=Default&packageId=AutoFixture&packageVersion=3.30.2
merely returns null
when I access http://proget/feeds/Default/AutoFixture/3.30.2
-
I'm able to reproduce this sometimes. I think what's happening is ProGet's request to nuget.org is timing out, and that page just isn't showing an error message like it should. We've been seeing occasional timeouts and delays from nuget.org lately - best way I know to fix it at this point is to go to the connector settings in admin and increase the timeout period to 30 seconds or so.
Does that help at all?
-
It seems to be more stable now, or I can at least see the NuGet page on ProGet.
Thanks.