thebuildcraft / RemotePlayerWaypointsForXaero

Shows player and marker positions from Dynmap, Bluemap, Squaremap or Pl3xMap in game using Xaeros Minimap and Worldmap. Also displays AFK status in the tab list.
GNU General Public License v3.0
14 stars 4 forks source link

Map connection failure. #16

Closed Omni-MC closed 4 months ago

Omni-MC commented 4 months ago

Playing on mc.spitter.space. Have used my config menu to add the server and its Bluemap website https://map.spitter.space. The mod refuses to connect however. If you need any more info I'm glad to provide it.

thebuildcraft commented 4 months ago

~Hi. Yes, some more information would be nice. Please send all errors you get and your config file. Then I will have a look at it later.~ Forget it...

thebuildcraft commented 4 months ago

Ok, so I did some testing: The Bluemap of your MC server has "overworld2", "overworld3" and "overworld4" which seem to be broken on the server side (they don't even load in the browser). This means that some HTTP GET request links the mod generates are broken and don't return the JSON data it needs. It then throws an error and doesn't even try the other links. I can fix this with some try catch or null checks. However, I'm currently trying to rewrite the mod to make it multi-loader and multi-version in one branch, so you'll have to wait a bit until I'm done with that.

thebuildcraft commented 4 months ago

@Omni-MC The multi-loader, multi-version port will take a bit longer than expected... I have fixed your issue and will release an update soon so you don't have to wait any longer.