We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Latest release download failing because s3 urls have been deprecated https://twitter.com/Dinnerbone/status/993773511469686784
fatal: [minecraft]: FAILED! => {"changed": false, "dest": "/srv/minecraft/minecraft_server.1.13.1.jar", "msg": "Request failed", "response": "HTTP Error 403: Forbidden", "state": "absent", "status_code": 403, "url": "https://s3.amazonaws.com/Minecraft.Download/versions/1.13.1/minecraft_server.1.13.1.jar"}
New urls are may not be constructed programmatically but can be retrieved from this new json file: http://jsonviewer.stack.hu/#http://launchermeta.mojang.com/mc/game/version_manifest.json
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. This should be simple enough to fix.
Sorry, something went wrong.
Hey @benwebber
Is it possible that you can resolve this issue? I would be very glad.
It looks, like there is even a nice pull request, that only need your approval to do this.
Thanks
No branches or pull requests
Latest release download failing because s3 urls have been deprecated https://twitter.com/Dinnerbone/status/993773511469686784
fatal: [minecraft]: FAILED! => {"changed": false, "dest": "/srv/minecraft/minecraft_server.1.13.1.jar", "msg": "Request failed", "response": "HTTP Error 403: Forbidden", "state": "absent", "status_code": 403, "url": "https://s3.amazonaws.com/Minecraft.Download/versions/1.13.1/minecraft_server.1.13.1.jar"}
New urls are may not be constructed programmatically but can be retrieved from this new json file:
http://jsonviewer.stack.hu/#http://launchermeta.mojang.com/mc/game/version_manifest.json
The text was updated successfully, but these errors were encountered: