[Bug]: Minecraft Bedrock Install/Update no longer works due to changes of URLs on website. #4673
Labels
command: install
command: update
game: Minecraft Bedrock
info: website
type: bug
Something isn't working
Milestone
User story
As a server administrator, I want to be able to install Minecraft Bedrock Edition dedicated server easily
Game
Minecraft Bedrock
Linux distro
Other
Command
command: update, command: install
Further information
A recent update to the Minecraft download site has changed the URL for downloads. This results in Minecraft servers with their version set to
latest
to fail to updateThe current URL used in mcb_update.sh is
'https://minecraft.azureedge.net/bin-linux/[^"]*'
However this is no longer found on the page, resulting in update and installs to fail.
This is now
'https://www.minecraft.net/bedrockdedicatedserver/bin-linux/[^"]*'
curl | grep output included in logs as evidence.
The original URL still works to download, so systems configured with a specific version will still work (for now).
It's mainly that the download page no longer uses the URL so the lookup for remote build of Latest fails.
Relevant log output
Steps to reproduce
attempt to install or update mcbserver with version set to Latest
The text was updated successfully, but these errors were encountered: