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

Error decoding client data #146

Closed
ilCapo01 opened this issue Apr 27, 2020 · 4 comments
Closed

Error decoding client data #146

ilCapo01 opened this issue Apr 27, 2020 · 4 comments

Comments

@ilCapo01
Copy link

[1] Error decoding client data
[1] TypeError: this[methodName] is not a function
[1] at ByteBuffer.put (server\node_modules@runejs\byte-buffer\src\byte-buffer.ts:95:29)
[1] at LoginHandshakeParser.parse (server\src\net\data-parser\login-handshake-parser.ts:21:26)
[1] at ClientConnection.parseIncomingData (server\src\net\client-connection.ts:51:33)
[1] at Socket.socket.on.data (server\src\game-server.ts:110:38)
[1] at Socket.emit (events.js:189:13)
[1] at addChunk (_stream_readable.js:284:12)
[1] at readableAddChunk (_stream_readable.js:265:11)
[1] at Socket.Readable.push (_stream_readable.js:220:10)
[1] at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)

I'm using "refactored-client-435" to connect.

@Promises
Copy link
Collaborator

Did you change the supplied rsa keys?

@ilCapo01
Copy link
Author

@Promises
Copy link
Collaborator

Seems like you used the public keys on the server, that's supposed to be private keys, I recommend you test with the default ones to verify it works

@TheBlackParade
Copy link
Contributor

Looks like it's been awhile, so I'll consider this closed. Feel free to submit another ticket or give us a shout on Discord if you continue to experience issues.

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

3 participants