-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When I try to use BungeeCord and this plugin with GameTracker I get the following error:
00:07:27 [SEVERE] [/208.167.241.186:35960] <-> InitialHandler - encountered exception
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Unknown packet id 81
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:437)
at io.netty.handler.codec.ByteToMessageDecoder.inboundBufferUpdated(ByteToMessageDecoder.java:69)
at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:46)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1031)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.handler.timeout.ReadTimeoutHandler.inboundBufferUpdated(ReadTimeoutHandler.java:149)
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:1057)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:998)
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:978)
at io.netty.channel.DefaultChannelPipeline.fireInboundBufferUpdated(DefaultChannelPipeline.java:828)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:118)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:429)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:392)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:322)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:114)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.RuntimeException: Unknown packet id 81
at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:78)
at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:398)
... 16 more
Is it possible in any way to fix it?