Minecraft Bedrock Edition gamedig monitor queries Java edition server instead of Bedrock #4635
Closed
1 task done
Labels
area:monitor
Everything related to monitors
blocked-upstream
upstream (i.e. a dependency we depend on will have to do this work)
bug
Something isn't working
type:enhance-existing
feature wants to enhance existing monitor
π I have found these related issues/pull requests
None
π‘οΈ Security Policy
Description
When you create a gamedig monitor and select Minecraft: Bedrock Edition, it queries the server using the Minecraft Java Edition protocol. This results in no response when querying a Bedrock server. If you have a Java and Bedrock server at the same address, the monitor will receive a response from the Java Edition server.
I was able to fix this issue by doing the following:
Opening the games.txt file at {server directory}\nodemodules\gamedig
Then editing the line:
This change causes the Bedrock Edition monitor to query Bedrock Edition servers as intended.
I'm not sure if this is the most optimal place to make this change, but it worked for me without causing any other problems (as far as I can tell).
π Reproduction steps
Create a Minecraft: Bedrock Edition monitor and direct it to an address that is hosting a Bedrock Edition server.
π Expected behavior
The monitor will query the server using the Bedrock Editon protocol and get a response form the bedrock server.
π Actual Behavior
The monitor queries the server with the Java edition protocol, either getting no response or receiving a response from a Java server if there is also one of those at the same address.
π» Uptime-Kuma Version
1.23.11
π» Operating System and Arch
Windows 11 23H2
π Browser
Same across all
π₯οΈ Deployment Environment
π Relevant log output
No response
The text was updated successfully, but these errors were encountered: