TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
811 stars 173 forks source link

start.sh Auto Update Broken #66

Closed LeseulNick closed 3 years ago

LeseulNick commented 3 years ago

# Test internet connectivity first wget --spider --quiet https://minecraft.net/en-us/download/server/bedrock/ results in: "HTTP request sent, awaiting response... 503 Service Unavailable Remote file does not exist -- broken link!!!"

# Download server index.html to check latest version wget -O downloads/version.html https://minecraft.net/en-us/download/server/bedrock/ result in: "downloads/version.html: No such file or directory"

Auto-update fails and although server will restart correctly, clients will be unable to connect to it.

TheRemote commented 3 years ago

Hey LeseulNick,

Make sure you update to the latest version. The problem is the "--spider" parameter. Mojang added something on their backend that detected that and returns and error if a spider hits the web site.

The new updated version that has been out for a while now takes care of this so if you haven't already go ahead and give it an update!