Skip to content
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

Connection drop #46

Open
nathanosoares opened this issue Nov 10, 2021 · 1 comment
Open

Connection drop #46

nathanosoares opened this issue Nov 10, 2021 · 1 comment

Comments

@nathanosoares
Copy link

nathanosoares commented Nov 10, 2021

Console:

client<-server: Error in packet play.entity_equipment
received buffer 5086db3a00019706010a000003000f437573746f6d4d6f64656c44617461000007fc0001019706010a000003000f437573746f6d4d6f64656c44617461000007fc0005019706010a000003000f437573746f6d4d6f64656c44617461000007fd00
produced buffer 5086db3a80019706010a000003000f437573746f6d4d6f64656c44617461000007fc0081019706010a000003000f437573746f6d4d6f64656c44617461000007fc0005019706010a000003000f437573746f6d4d6f64656c44617461000007fd00
received length 97
produced length 97
Connection closed by server (play.originrealms.com:25565)

Client:
image

@sudofox
Copy link

sudofox commented Dec 2, 2021

I'm getting the same thing (not that specific error but i get the entity_equipment thing.). I feel like I was able to fix it the other day by cancelling those packets but for some reason that doesn't seem to work anymore (either I forgot how to do it correctly or my solution wasn't actually solving the root issue)

This is what I tried today (no worky):

exports.downstreamHandler = function (meta, data, server, client) {
 if (meta.name === 'entity_equipment') {
    return;
  }
  client.sendPacket(meta, data)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants