@atripp Thank you too! It works to downlaod cc so I'm happy
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!
Posts
-
RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)
-
RE: Cargo "CC" package - (500) Server Error Version 2025.15 (Build 9)
@atripp When I run
cargo buildit first goes to/cargo/public-cargo/config.jsonand it seems fine. Then it starts doing GET requests for every package.Anyhowis downloaded from/cargo/public-cargo/an/yh/anyhowBut when it's going to get
ccit goes to/cargo/public-cargo/2/ccand 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 85It works for packages with a length of 3, for example,
ryuit will download from/cargo/public-cargo/3/r/ryuand that works.I think the regex should be "([1-2])" in the beginning where it's "(1-2)"
-
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 cratecccould 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" -
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.

Clicking on "cc" will display the image below:

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::