Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [23:27:57 ERROR]: [connected player] _Zo3 (/lmao:43480): exception encountered in com.velocitypowered.proxy.connection.client.ClientPlaySessionHandler@13fdef70
- io.netty.handler.codec.CorruptedFrameException: Error decoding class com.velocitypowered.proxy.protocol.packet.TabCompleteRequestPacket Direction SERVERBOUND Protocol 1.21.7 State PLAY ID 0xe
- at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.handleDecodeFailure(MinecraftDecoder.java:130) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:85) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:794) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
- Caused by: io.netty.handler.codec.CorruptedFrameException: Got a too-long string (got 2152, max 2048)
- at com.velocitypowered.proxy.protocol.util.NettyPreconditions.checkFrame(NettyPreconditions.java:83) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.ProtocolUtils.readString(ProtocolUtils.java:291) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.ProtocolUtils.readString(ProtocolUtils.java:278) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.packet.TabCompleteRequestPacket.decode(TabCompleteRequestPacket.java:100) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:83) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
- ... 26 more
- [23:27:57 INFO]: [server connection] _Zo3 -> Maze-Trials has disconnected
Advertisement
Add Comment
Please, Sign In to add comment