devops-coop / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server
https://galaxy.ansible.com/devops-coop/minecraft/
Apache License 2.0
57 stars 38 forks source link

Latest release download failing (s3 urls depricated ) #26

Open anclrii opened 6 years ago

anclrii commented 6 years ago

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

benwebber commented 6 years ago

Thanks for reporting this. This should be simple enough to fix.

DO1JLR commented 5 years ago

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