You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a comment on this issue yesterday: PrismarineJS/node-minecraft-protocol#1289 (comment) suggesting an issue with the protocol and was told to try this on Flying-Squid. Well I just did, and the exact same problem is occuring at the exact same place in yggdrasil. I think the protocol really has an issue. Please let me know if I should open this over at NMP.
The client fails to connect with reason: Failed and the login event does not ever execute the callback:
I had my friend run the same code and attempt to join on their machine with their account (at a separate location). The exact same issue is occuring. The client reaches "Encrypting..." for a fraction of a second and then fails with "Failed". No other sign that anything is amiss.
This was tried on 1.21.1 and 1.21.3. The server does correctly display its motd and that it's online, but it cannot be connected to.
I mentioned in the comment on the other issue that this was occuring due to a node-fetch in Yggdrasil returning with no body.
This also seems to be the root of this issue: PrismarineJS/node-minecraft-protocol/issues/1340 because the client saying "Failed to verify username!" from back then is emitted from the same block of code that throws now (put console.error(err) at minecraft-protocol > src > server > login.js line 159 to see), but for some reason it no longer relays this message, it just says Failed instead.
I created a comment on this issue yesterday: PrismarineJS/node-minecraft-protocol#1289 (comment) suggesting an issue with the protocol and was told to try this on Flying-Squid. Well I just did, and the exact same problem is occuring at the exact same place in yggdrasil. I think the protocol really has an issue. Please let me know if I should open this over at NMP.
The client fails to connect with reason: Failed and the login event does not ever execute the callback:
The text was updated successfully, but these errors were encountered: