chocolatey / home

The place to start for issues with areas of Chocolatey that are infrastructure related, or really any issues could be started here. There is also choco for the CLI client, Chocolatey GUI for the GUI.
Apache License 2.0
29 stars 10 forks source link

push.chocolatey.org returns weird error messages when the version number is wrong. #72

Open dertuxmalwieder opened 3 years ago

dertuxmalwieder commented 3 years ago

I haven't been able to push an updated GnuCOBOL package since yesterday, despite Chocolatey itself working just fine and the API key being configured. I get one of two error messages:

> choco push gnucobol.3.1.2_1.nupkg
Chocolatey v0.11.0
Attempting to push gnucobol.3.1.2_1.nupkg to https://push.chocolatey.org/
Failed to process request. 'Bad Gateway'.
Der Remoteserver hat einen Fehler zurückgegeben: (502) Ungültiges Gateway..

Or:

> choco push gnucobol.3.1.2_1.nupkg
Chocolatey v0.11.0
Attempting to push gnucobol.3.1.2_1.nupkg to https://push.chocolatey.org/
Failed to process request. 'Origin Time-out'.
Der Remoteserver hat einen Fehler zurückgegeben: (524) Origin Time-out..

What could I have done wrong?

┆Issue is synchronized with this Gitlab issue by Unito

dertuxmalwieder commented 3 years ago

Fixed: Just using a documentation-compliant version number (3.1.2.20210902 worked) makes this problem go away. Yet, the error message is misleading in my opinion. Leaving this open... ;-)

vexx32 commented 3 years ago

This looks more to do with chocolatey.org itself rather than choco. I think we're best off transferring this to chocolatey/home so it can be prioritised properly. 🙂