question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

io.netty.handler.codec.DecoderException with a Forge server

See original GitHub issue

Describe 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:

  1. Run a Forge server without any mod
  2. Connect via Geyser
  3. See error

Expected behavior Successful connection.

Screenshots Screenshot_20200328-120519

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:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Redned235commented, Mar 28, 2020

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.

1reaction
Camotoycommented, Apr 15, 2020

This should be fixed next build, when the MCProtocolLib changes can register.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found