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!

Issue On Feed with connector as 404 error on listing packages



  • Hi,
    i have this message in a feed with external nuget connector:
    "There was an error with a connector: The remote server returned an error: (404) Not Found."

    The connector seems to be ok. It can list the package count and as a status "ok".
    But when i add this connector to a new feed i have the 404 error.

    (The external repository as a user and password configured).

    There is the XML that return on the URL address in the connector:

    <service xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xmlns="http://www.w3.org/2007/app" xml:base="https://nuget.scientiamobile.com/repository/wurfl-onsite/">
    <workspace>
    <atom:title>Default</atom:title>
    <collection href="Packages">
    <atom:title>Packages</atom:title>
    </collection>
    </workspace>
    </service>
    

    Product: ProGet
    Version: 5.0.10



  • what remote feed are you trying to connect to?



  • It's in the XML. It's an external third party feed https://nuget.scientiamobile.com/repository/wurfl-onsite/



  • I see; my guess is that they have a custom-developed feed, and that feed is only supporting the limited/minimum number of queries required to get it working in the versions of Visual Studio of they support. In other words, it's not a proper feed.

    ProGet relies on a feed implementing the required API endpoints.

    In this case, your best bet will be to download the packages from the vendor, and then upload them into your ProGet repository.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation