Closed TheManchineel closed 3 years ago
If you installed it from pip, then remove it and download version from github. Unpack and open there cmd, and run: python setup.py build python setup.py install
You might need to run cmd as administrator
(more info: https://github.com/barneygale/quarry/issues/102)
Fixed with new release.
I'm using the example "Downtime Server" script from the documentation. 1.16.3 shows the server perfectly while an incoming 1.16.4 ping causes the server to throw an exception:
ProtocolError("No name known for packet: %s" % (key,))
. I also can't join the server from 1.16.4 ("Unknown protocol version"), while 1.16.3 shows the MOTD kick correctly.