Can't sent command, cuz of accept_teleportation #3514
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
I was creating a bot to send commands, but could not do so because I got the following error.
log of mineflayer
"パケットタイプ: kick_disconnect {
reason: { type: 'compound', value: { with: [Object], translate: [Object] } }
}
Botがキックされました: {
"type": "compound",
"value": {
"with": {
"type": "list",
"value": {
"type": "string",
"value": [
"Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'serverbound/minecraft:accept_teleportation'"
]
}
},
"translate": {
"type": "string",
"value": "disconnect.genericReason"
}
}
}"
log of server
" bot lost connection: Internal Exception: io.netty.handler.codec.DecoderException: Failed to decode packet 'serverbound/minecraft:accept_teleportation' "
What did you try yet?
Did you try any method from the API?
Did you try any example? Any error from those?
Your current code
Expected behavior
send and execute commands
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: