Issue with communicating with the server #2501
Unanswered
everettperiman
asked this question in
Q&A
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Host: Ubuntu 20.04
Clients: Ubuntu 20.04, Windows 10
I was able to get some of the example scripts to work recently but I am not having issues. When hosting a MC server no matter if I run the client scripts on the host computer or a remote windows pc it keeps giving me the same error pasted below. Any help would be appreciated with this!
Error: unsupported/unknown protocol version: 758, update minecraft-data
at /home/server/node_modules/minecraft-protocol/src/client/autoVersion.js:32:28
at /home/server/node_modules/minecraft-protocol/src/ping.js:13:7
at processTicksAndRejections (internal/process/task_queues.js:95:5)
TypeError: Cannot read property 'minecraftVersion' of undefined
at /home/server/node_modules/minecraft-protocol/src/client/autoVersion.js:34:42
at /home/server/node_modules/minecraft-protocol/src/ping.js:13:7
at processTicksAndRejections (internal/process/task_queues.js:95:5)
Beta Was this translation helpful? Give feedback.
All reactions