-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SERVER] Packet Login ? Network Protocol Error #1370
Comments
Please use flying-squid if you need to make a server. Only use nmp if you understand the underlying server protocol very well. |
you misunderstand me, they're completely different mistakes. I used both flying-squid and nmp server, same errors. Specifically here the problem is with online-mode and that the server handles it wrong. |
Then you need to open an issue under flying-squid. This repo is about node-minecraft-protocol. |
same error also on flying-squid, i tested |
the root of the problem is nmp, because flying-squid is based on it. |
upload login file in https://github.com/PrismarineJS/minecraft-data/tree/master/data/pc/1.21.4 and it'll work |
Versions
Detailed description of a problem
When trying to connect to the server, I get “Network Protocol Error”, although the Packet Login itself is filled in correctly. see minecraft logs:
Based on the first log, you might think that the error is in dimensionCodec
Current code
Expected behavior
expected the player was log on to the server without error.
Additional context
The text was updated successfully, but these errors were encountered: