-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Fails to download new version from minecraft.net #492
Comments
hmm, it seems the issue is not related to the agent after all, as the existing agent is accepted, as opposed to no agent at all, but I still have the issue when running docker-compose up |
I have been trying to figure out the issue. Somehow curl fauls, but if I try curl on the command line myself with the same options/url, it works. I have tried it on two seperate servers both running: Server2: They are also on different ISPs. I tried a 3rd option using WSL on my PC, and to my surprice, it works. Same yml file in all 3 cases. services: Not even using volumes or anyting spechial. Why does it fail on ubuntu now? It has worked before... |
It downloads fine for me.
|
I tried on a third ubuntu server, and it worked there. same version of os. So I went back to the servers that failed, and I apt removed and purged docker and everything, still it did not work. docker ps -a listed nothing. but still it failed. That's when I ran docker images, and it listed quite a bit, two instances of itzg/minecraft-bedrock-server. I deleted them, and ran the docker-compose again. This time it actually downloaded everyting. Somehow there old images messed it up. not sure why, shoulden't it download the newest version when I create a new docker? Unless there is a way to prevent that I guess the issue can be closed =) thanks |
No. You have to explicitly do a |
bds_1 | Looking up latest version...
bds_1 | Downloading Bedrock server version 1.21.61.01 ...
bds_1 | curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)
bds_1 | ERROR failed to download from https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.61.01.zip
bds_1 | Double check that the given VERSION is valid
minecraft_bds_1 exited with code 2
The text was updated successfully, but these errors were encountered: