io.netty.handler.codec.DecoderException with a Forge server
See original GitHub issueDescribe the bug I can’t join a Forge server running without any mod:
Leeo97one has disconnected from remote java server on address 127.0.0.1 because of io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Value minecraft: has no mapping for key class com.github.steveice10.mc.protocol.data.game.command.CommandParser.
To Reproduce Steps to reproduce the behavior:
- Run a Forge server without any mod
- Connect via Geyser
- See error
Expected behavior Successful connection.
Screenshots
Server version forge-1.15.2-31.1.0-universal
Geyser version Revision: 03e11df58beafbc91b414f8e50a020a76e8e2e7c
Bedrock version 1.14.30
Additional context No mods.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Can't join modded server (1.19) (io.netty.handler.codec ...
The server and the client are both running on Forge 41.0.63. We would update but some of the mods we are using don't...
Read more >[Solved] [FIXED] io.netty.handler.codec.decoderexception java ...
Hello, I have a minecraft cauldron server, and I play with my friends on it, and it works fine, however, when we tried...
Read more >Internal Exception: io.netty.handler.codec ... - Reddit
Here's the logs we get after joining the server and getting kicked right after: r/MinecraftHelp - Internal Exception: io.netty.handler.codec ...
Read more >Internal Exception: io.netty.handler ... - Aternos Community
I have an old minecraft server where i used only PaperMC , then i changed it to Arclight to have mods and plugins....
Read more >How to fix Internal Exception Error in Minecraft (io.netty ...
How do you fix the Minecraft Internal Exception (io.netty.handler) (Java.IO.IOException) errors? · First, check if the server you are trying to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ideally, Geyser should be able to join Forge and Fabric servers that don’t require the client to have any mods without any problems. Likely what is happening is the Forge server is sending a packet that Geyser does not recognize, thus causing them to be kicked. On a normal Notchian client, the packet is ignored.
This should be fixed next build, when the MCProtocolLib changes can register.