Open Swwils opened 6 years ago
Thanks for the report @Swwils! I did a bunch of work on the tools today and retested everything with no issues. No changes to this file though. Can you try to repro with latest?
@air I'm seeing the same issue. I was able to determine that I was getting back an empty list from the get world ID call https://github.com/air/minecraft-tools/blob/master/realms-download.sh#L19 It is definitely the right account and I can login/validate ok.
When I hit the mco/client/compatible
stage I get back OUTDATED
, until I switched my version to 1.13.1 then I get COMPATIBLE
. Unfortunately just changing the version in the cookie string didn't resolve the issue. I'll probably poke around at it a bit more, but any suggestions would be helpful.
I wonder if this is related to the number of worlds you have on your account...
My best guess would be that this would be a difference in how "Minecraft" realms are handled vs "Java Edition" realms. But that is only a wild guess really. I have the former.
Hello,
Thanks for the tools, trying to get them to pull a realm backup down for use with overviewer - however the script for realms-download is pulling a 404 when being executed:
login.sh working fine and gets token, name and id
Is it possible that the endpoint has changed location?