-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build downloads failed to complete for a period of time #197
Comments
I just got the same error:
changing the URL slightly to force cache miss worked:
I noticed this difference between requests: - < x-served-by: cache-iad-kiad7000127-IAD, cache-ams21040-AMS
+ < x-served-by: cache-iad-kjyo7100093-IAD, cache-ams2100127-AMS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report: elixir-lang/elixir-lang.github.com#1781
For a period of time (at least ~20 minutes), attempting to download https://builds.hex.pm/builds/otp/amd64/ubuntu-22.04/master.tar.gz was failing with the following errors:
$ curl -fsSLo master.tar.gz https://builds.hex.pm/builds/otp/amd64/ubuntu-22.04/master.tar.gz curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) $ curl --http1.1 -fsSLo master.tar.gz https://builds.hex.pm/builds/otp/amd64/ubuntu-22.04/master.tar.gz curl: (18) transfer closed with 24841216 bytes remaining to read
At the time, it was specifically
master.tar.gz
that was failing; I was able to successfully download both Elixir archives as well as OTP 27.1.2. Unfortunately, I can no longer reproduce the issue, but @wojtekmach suggested reporting here to create a paper trail. 🙂The text was updated successfully, but these errors were encountered: