What is io.netty.handler.timeout.ReadTimeoutException?

Discussion in 'Bukkit Discussion' started by matt6090, Jan 4, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    matt6090

    For awhile, I have been receiving the same error after trying to connect to my server: io.netty.handler.timeout.ReadTimeoutException. How do I fix this? And please don't give me a link to the error on Mojang, that doesn't help!
     
  2. Offline

    Nateb1121

    It just means your MineCraft client got tired of waiting for your server to respond. Make sure the IP you have and the port are correct, and make sure it's on too.
     
  3. Offline

    DoingItWell

    Nateb's answer is good - check basic networking connectivity.

    If you want a more detailed explanation, Minecraft switched their networking code to use 'Netty' (a Java library/framework). When the server doesn't respond back the client 'times out'. Normally an app will display a user friendly message but they decided to just report the raw Exception details.
     
  4. Offline

    merryxmaschaz

    Thanks for posting this,was just wondering about message myself.
     
Thread Status:
Not open for further replies.

Share This Page