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!
Feeds with a connector to nuget.org are returning errors
-
Feeds with a connector to nuget.org are returning errors (both in Proget 4.7.4 and 4.7.6):
[nuget.org-microsoft.net-proxy] The V2 feed at 'https://packages.tobania.be/nuget/packages.org-microsoft.net-proxy/Search()?$filter=IsLatestVersion&searchTerm='entity'&targetFramework='net40'&includePrerelease=false&$skip=0&$top=26' returned an unexpected status code '500 Object reference not set to an instance of an object.'.
[nuget.org-proxy] The V2 feed at 'https://packages.tobania.be/nuget/packages.org-proxy/Search()?$filter=IsLatestVersion&searchTerm='entity'&targetFramework='net40'&includePrerelease=false&$skip=0&$top=26' returned an unexpected status code '500 Object reference not set to an instance of an object.'.Searching on nuget.org/packages/ does not return any errors.
Product: ProGet
Version: 4.7.6
-
Unfortunately we can't produce this on our end, and nothing has changed in recent versions that would impact this. The NuGet API has not changed as far as we're aware either.
From here the best bet is to attach a debug proxy server (such as Fiddler) between ProGet and NuGet.org to see the specific request/responses that are causing this 500 error.
-
It's working again now, there was an issue with one of our feed URL's. But I would expected an HTTP 404 error instead of an HTTP 500 error then..