-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Error downloading minecraft server zip, curl fails #358
Comments
Unfortunately this is something unique to your network; however, the most common cause I have heard for odd network connectivity issues is a mismatch in MTU of the docker network vs your LAN network. |
Thanks for the quick response itzg, I just checked MTU and seems to be level across the layers at 1500. I'll poke around and some of my other settings. |
Same problem here. I would not say my setup is "clean" but all other pods seem to work fine.
|
This seams to have good hints: #361. |
This is still affecting me, and it is getting more problematic. You can't use an older version of the docker image, for it is no longer supported by the current client. The best solution seems to use the latest docker release, following this worked on my Debian installation https://docs.docker.com/engine/install/debian/. |
Hi,
I'm getting this issue in the logs when running the docker: "curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)". What am I doing wrong?
Here's the full debug output:
++ jq -r '.[0].href'
++ restify --user-agent=itzg/minecraft-bedrock-server --headers 'accept-language:*' --attribute=data-platform=serverBedrockLinux https://www.minecraft.net/en-us/download/server/bedrock
�
2
++ basename https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.32.03.zip
Downloading Bedrock server version 1.20.32.03 ...
} [5 bytes data]
} [512 bytes data]
{ [5 bytes data]
{ [122 bytes data]
{ [29 bytes data]
{ [4735 bytes data]
{ [264 bytes data]
{ [52 bytes data]
} [1 bytes data]
} [52 bytes data]
} [5 bytes data]
} [5 bytes data]
{ [5 bytes data]
{ [265 bytes data]
{ [265 bytes data]
{ [5 bytes data]
< HTTP/2 200
< content-length: 91031974
< content-type: application/octet-stream
< content-md5: Mz50y2KtwAl9AaFMmac86A==
< last-modified: Thu, 05 Oct 2023 16:04:34 GMT
< accept-ranges: bytes
< etag: "0x8DBC5BCC4AB5F0C"
< server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
< x-ms-request-id: dec36d49-d01e-002a-5ea8-f74393000000
< x-ms-version: 2014-02-14
< x-ms-lease-status: unlocked
< x-ms-lease-state: available
< x-ms-blob-type: BlockBlob
< date: Wed, 11 Oct 2023 18:58:55 GMT
<
{ [5 bytes data]
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
ERROR failed to download from https://minecraft.azureedge.net/bin-linux/bedrock-server-1.20.32.03.zip
Double check that the given VERSION is valid
The text was updated successfully, but these errors were encountered: