Closed holic closed 8 years ago
According to the protocol, the port should be an unsigned short. I discovered this while trying to ping a server with port 44444, which raised the following exception:
44444
error: 'h' format requires -32768 <= number <= 32767
Ah, I see this was fixed in https://github.com/Dinnerbone/mcstatus/pull/29. Closing as a duplicate.
According to the protocol, the port should be an unsigned short. I discovered this while trying to ping a server with port
44444
, which raised the following exception: