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

could not decode packet on 1.20.4 paper #3799

Open
3 of 4 tasks
LPPRR123 opened this issue Mar 6, 2025 · 20 comments · May be fixed by #3800
Open
3 of 4 tasks

could not decode packet on 1.20.4 paper #3799

LPPRR123 opened this issue Mar 6, 2025 · 20 comments · May be fixed by #3800

Comments

@LPPRR123
Copy link

LPPRR123 commented Mar 6, 2025

Bungeecord version

This server is running BungeeCord version git:BungeeCord-Bootstrap:1.21-R0.1-SNAPSHOT:4582465:1918 by md_5

Server version

1.20.4

Client version

1.20.4

Bungeecord plugins

none

The bug

When switching server, ill be send back to lobby immediately

Log output (links)

09:12:16 [信息] [PrisonZero] <-> DownstreamBridge <-> [lobby] has disconnected
09:12:16 [警告] [PrisonZero] <-> DownstreamBridge <-> [spawn] - could not decode packet!
io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Unknown string key ALWAYS
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:101)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:333)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:455)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: Unknown string key ALWAYS
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:218)
at net.md_5.bungee.protocol.DefinedPacket.readStringMapKey(DefinedPacket.java:77)
at net.md_5.bungee.protocol.packet.Team.read(Team.java:74)
at net.md_5.bungee.protocol.DefinedPacket.read(DefinedPacket.java:559)
at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:42)
at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:11)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:91)
... 26 more

Checking

  • I am using BungeeCord and not a fork. Issues with forks should not be reported here.
  • I think this is not an issue with a bungeecord plugin.
  • I have not read these checkboxes and therefore I just ticked them all.
  • This is not a question or plugin creation help request.
@Outfluencer
Copy link
Collaborator

Outfluencer commented Mar 6, 2025

I guess your player groups plugin sends the nametag visibility wrong

It should be always not ALWAYS
Do you have such a plugin?

@pixkk

This comment has been minimized.

@Outfluencer
Copy link
Collaborator

This exception seems unrelated and you are not using BungeeCord

@pixkk
Copy link

pixkk commented Mar 6, 2025

This exception seems unrelated and you are not using BungeeCord

Sorry, wrong logfile. Attached screenshot with latest version of Bungeecord.

Image

@Outfluencer
Copy link
Collaborator

#3783

@Outfluencer
Copy link
Collaborator

Outfluencer commented Mar 7, 2025

The issue is most likely caused by bad plugins, we could fix it by allowing all bad values and forward them.

@md-5 what do you think, should we do so? Otherwise all the plugin devs have to fix it and i don't think that will happen on plugins for older versions like 1.8

@md-5
Copy link
Member

md-5 commented Mar 7, 2025

Plugins messing things as usual but maybe we need to switch to a string for older versions

@pixkk
Copy link

pixkk commented Mar 7, 2025

The issue is most likely caused by bad plugins, we could fix it by allowing all bad values and forward them.

@md-5 what do you think, should we do so? Otherwise all the plugin devs have to fix it and i don't think that will happen on plugins for older versions like 1.8

bad plugins? If this bungeecord method was available for plugin development, then can plugins be called "bad"?

@Outfluencer
Copy link
Collaborator

because said plugins have not used the api, and send packets raw with invalid values

@mathemaciel
Copy link

I have the same error in 1.21.4, I don't know what to do to fix it, I've tried everything

@Janmm14
Copy link
Contributor

Janmm14 commented Mar 7, 2025

I have the same error in 1.21.4, I don't know what to do to fix it, I've tried everything

"everything" is... what exactly?

@mathemaciel
Copy link

mathemaciel commented Mar 7, 2025

install another bungeecord version, remove the plugins and put them back in, removing them one by one and testing

On my server, I can enter the lobby, but on the skyblock gameplay server I can't enter

@pixkk
Copy link

pixkk commented Mar 7, 2025

I AM NOT RECCOMENDING TO DO THIS -> It is very stupidly, but... I cloned bungeecord and stupidly inserted try catch. After this i builded it and problem disapeared (and no problems with another plugins).

I did it only because i can't wait for fix from plugin developers or bungeecord (if this problem from bungeecord).

Image

@mathemaciel
Copy link

mathemaciel commented Mar 7, 2025

Image

is the same ?

@pixkk
Copy link

pixkk commented Mar 7, 2025

Image

is the same ?

yes. But for me Bungeecord says only "unknown string key ____".
#3799 (comment)

@mathemaciel
Copy link

I AM NOT RECCOMENDING TO DO THIS -> It is very stupidly, but... I cloned bungeecord and stupidly inserted try catch. After this i builded it and problem disapeared (and no problems with another plugins).

I did it only because i can't wait for fix from plugin developers or bungeecord (if this problem from bungeecord).

Image

I don't know how to do this, it's complicated for me to be trying to solve it since yesterday, everything was normal for 3 days and then yesterday out of nowhere it bugged like this, I don't know what to do

@Outfluencer
Copy link
Collaborator

If no one gets ahead of me, I will do a pr tomorrow that should fix the problem

@mathemaciel
Copy link

from what I was testing, my problem was the animatedscoreboard, they even have a report of the last update but the problem continued anyway. I removed the plugin and I'm using the tab now it's working fine

@LPPRR123
Copy link
Author

LPPRR123 commented Mar 9, 2025

Same.The issue is the animated scoreboard.

@PyroFT
Copy link

PyroFT commented Mar 26, 2025

same issue on 1.21.3

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

Successfully merging a pull request may close this issue.

7 participants