I have installed 25.0.10 release. I can't reproduce the error anymore.
pariv_0352
@pariv_0352
Best posts made by pariv_0352
Latest posts made by pariv_0352
-
RE: proget 500 Internal server error when pushing to a proget docker feedposted in Support
-
RE: proget 500 Internal server error when pushing to a proget docker feedposted in Support
@stevedennis
I’ll try it as soon as it’s out :) -
RE: proget 500 Internal server error when pushing to a proget docker feedposted in Support
@atripp said in proget 500 Internal server error when pushing to a proget docker feed:
the code is not fixed in 25.0.9
Yes, I got it, just to clarify that I still have the error, so you can use me as tester )
Should I try
25.0.10-ci.5+or wait for release? -
RE: proget 500 Internal server error when pushing to a proget docker feedposted in Support
I updated to 25.0.9 as well, and still have the issue.
-
RE: proget 500 Internal server error when pushing to a proget docker feedposted in Support
I was about to start a new thread, but this one might be related to my issue. I can't push a Docker image to ProGet (version 25.0.8). Docker keeps retrying, but without success. The Diagnostic Center shows no errors. In the logs, I see:
A 500 error occurred in docker_feed: Nullable object must have a value. info: Microsoft.AspNetCore.Hosting.Diagnostics[2] Request finished HTTP/1.1 PUT http://mydomain.com/v2/docker_feed/my_service/blobs/uploads/1f3bb6af-6666-497e-bb8e-6b621d584b9c?digest=sha256%3Addfc8032fb97dfcf37359445fcb93b9742fcdf6f5bfdd288081557bf461edac6 - 500 1091 application/json 10.8169msThen I tried 25.0.9-ci.14, same result.
-
RE: proget vcpkg proxyposted in Support
vcpkg is a package manager developed by Microsoft. It's similar to Conan but can be easily integrated with Visual Studio after installation. It also offers very simple integration with CMake, making it easy to manage C++ libraries. Also it is more simple than Conan.
-
proget vcpkg proxyposted in Support
Hello, is there are plans to create vcpkg packages feed support?
-
RE: [ProGet] Invalid URI when accessing feedposted in Support
I use
Version 2023.9. And yes, I saw that thread, but looks like it is a bit different. -
[ProGet] Invalid URI when accessing feedposted in Support
I run proget behind reverse-proxy. And that proxy sits on non-standard port.
And all works fine, but when I'm trying to access feed through browser it fails with Server Error 500:Invalid URI: The hostname could not be parsed.If I run proget on non-standard port without reverse-proxy feed access works.
Looks like when proxy sets headerX-Forwarded-Hostto something with explicit port, it fails.
e.g.www.testdomain.com:82.I found out that
X-Forwarded-Hostheader is not very well defined in the case of ports. But I think proget shouldn't throw exceptions in this scenario and show feed page.There is a workaround to set
Web.BaseUrl, but its not suitable for me, because port may change over time. And I dont want to changeWeb.BaseUrlevery time it changes. -
Proget 2022.5: Can't download package with "invalid version"posted in Support
Hello, I'm trying to install/download/pull to proget package
HarfBuzzSharp.NativeAssets.Linux 2.8.2.1-preview.79, but it fails with errorInvalid package version was specified.