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: achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.data.game.statistic.GenericStatistic.

See original GitHub issue

io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Value achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.data.game.statistic.GenericStatistic. i started getting this error when joining hypixel i have no clue how to fix it

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Steveice10commented, Nov 27, 2017

Added CustomStatistic as a fallback for any unknown statistic IDs. Let me know if there are any further problems.

2reactions
Steveice10commented, Nov 23, 2017

Advancements are not mapped to enums, so this does not happen for custom advancements. I suppose I could change statistics to just use strings, although I’m away for Thanksgiving holiday right now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to keep the `QuicChannel` alive? · Issue #132 - GitHub
I tried to send data from the client side to the server using IdleStateHandler , as follows: QuicChannel quicChannel = QuicChannel.newBootstrap( ...
Read more >
achievement.openInventory ignored - SpigotMC
Spigot configuration help says this [ATTACH] So this is my config: stats: disable-saving: true forced-stats: achievement.openInventory: 1...
Read more >
How solve Error: java.lang.ClassNotFoundException: io.netty ...
Looks like you are missing a dependency. You can get it from. https://mvnrepository.com/artifact/io.netty/netty-all/5.0.0.Alpha2.
Read more >
The lambdaattack from games647 - Coder Social Home
IllegalArgumentException: Value achievement.openInventory has no mapping for key class com.github.steveice10.mc.protocol.v1_12.data.game.statistic.
Read more >
Error on 1.8 server using ViaVersion,about games647 ...
DecoderException : java.lang. ... openInventory has no mapping for key class com.github.steveice10.mc.protocol.v1_12.data.game.statistic.GenericStatistic.
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