Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. kinedax339_3276
    K
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    kinedax339_3276

    @kinedax339_3276

    0
    Reputation
    5
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    kinedax339_3276 Follow

    Best posts made by kinedax339_3276

    This user hasn't posted anything yet.

    Latest posts made by kinedax339_3276

    • RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)

      @atripp Thank you too! It works to downlaod cc so I'm happy

      posted in Support
      K
      kinedax339_3276
    • RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)

      @atripp When I run cargo build it first goes to /cargo/public-cargo/config.json and it seems fine. Then it starts doing GET requests for every package. Anyhow is downloaded from /cargo/public-cargo/an/yh/anyhow

      But when it's going to get cc it goes to /cargo/public-cargo/2/cc and gets a 404 Not Found with the answe:

      Inedo.Web.HttpException: Endpoint not available at this url.
         at Inedo.ProGet.WebApplication.FeedEndpoints.Cargo.CargoFeedHandler.ProcessRequestAsync(AhHttpContext context, WebApiContext apiContext, CargoFeed feed, String relativeUrl)
            i C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E619576\Src\src\ProGet\WebApplication\FeedEndpoints\Cargo\CargoFeedHandler.cs:rad 111
         at Inedo.ProGet.WebApplication.FeedEndpoints.CanonicalFeedHandler`1.Inedo.Web.IHttpAsyncHandler.ProcessRequestAsync(AhHttpContext context)
            i C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E619576\Src\src\ProGet\WebApplication\FeedEndpoints\CanonicalFeedHandler.cs:rad 85
      
      

      It works for packages with a length of 3, for example, ryu it will download from /cargo/public-cargo/3/r/ryu and that works.

      I think the regex should be "([1-2])" in the beginning where it's "(1-2)"

      posted in Support
      K
      kinedax339_3276
    • RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)

      @atripp After updating ProGet to 25.0.17-ci.5, I do still get the "error: the crate cc could not be found in registry index." on my Linux machine. But opening it via the GUI works so that's great. Do you want me to open a new issue?

      [registries]
      proget = {index = "sparse+https://mydomain.com/cargo/public-cargo/" }

      [registry]
      default = "proget"

      [source]
      [source.proget]
      registry = "sparse+https://mydomain.com/cargo/public-cargo/"
      [source.crates-io]
      replace-with = "proget"

      posted in Support
      K
      kinedax339_3276
    • RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)

      @atripp Oh thank you

      posted in Support
      K
      kinedax339_3276
    • Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)

      My company is going to switch from jfrog artifactory to proget, but can't because cc crate won't download.

      64eb9227-d84d-4efd-88e0-3bbcce7af909-image.png
      Clicking on "cc" will display the image below:
      3a43ef4a-fd8e-446a-a252-c3556f8c49c0-image.png

      An error occurred in the web application: Sequence contains no elements
      
      URL: http://mydomain.com:8624/feeds/public-cargo/cc/versions
      Referrer: http://mydomain.com:8624/feeds/public-cargo?Search=cc
      User: Admin
      User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0
      IP Address: ::ffff:10.10.20
      Stack trace:    at System.Linq.ThrowHelper.ThrowNoElementsException()
         at Inedo.ProGet.WebApplication.Pages.Packages.Versions.ListPackageVersionsPageBase.CreateChildControlsAsync()
         at Inedo.ProGet.WebApplication.Pages.ProGetSimplePage.InitializeAsync() in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E614013\Src\src\ProGet\WebApplication\Pages\ProGetSimplePage.cs:line 69
         at Inedo.Web.PageFree.SimplePageBase.ExecutePageLifeCycleAsync()
         at Inedo.Web.PageFree.SimplePageBase.ProcessRequestAsync(AhHttpContext context)
         at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context)
      
      ::Web Error on 12/10/2025 10:02:06::
      
      posted in Support
      K
      kinedax339_3276