Skip to content

Instantly share code, notes, and snippets.

@X-Niter
Created June 14, 2022 03:06
Show Gist options
  • Save X-Niter/5be25ede83a2bbaa4c2147a2ed0001e9 to your computer and use it in GitHub Desktop.
Save X-Niter/5be25ede83a2bbaa4c2147a2ed0001e9 to your computer and use it in GitHub Desktop.
X_Niter]: <-> DownstreamBridge <-> [lobby] - could not decode packet! java.lang.IllegalArgumentException: No provider for argument ftbteams:team
ERROR21:56:32
io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: No provider for argument ftbteams:team
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:98)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:795)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:480)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:378)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:831)
Caused by: java.lang.IllegalArgumentException: No provider for argument ftbteams:team
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)
at net.md_5.bungee.protocol.packet.Commands$ArgumentRegistry.read(Commands.java:619)
at net.md_5.bungee.protocol.packet.Commands$ArgumentRegistry.access$000(Commands.java:308)
at net.md_5.bungee.protocol.packet.Commands.read(Commands.java:85)
at net.md_5.bungee.protocol.DefinedPacket.read(DefinedPacket.java:266)
at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:60)
at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:12)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
... 22 more
INFO21:56:32
[X_Niter]: disconnected with: The server you were previously on went down, you have been connected to a fallback server
[/216.221.102.219:9671|X_Niter]: <-> DownstreamBridge <-> [lobby] has disconnected
[/216.221.102.219:9671|X_Niter]: -> UpstreamBridge has disconnected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment