Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
19:11:02 net.minecraft.realms.RealmsConnect Realms-connect-task error Couldn't connect to world
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection timed out: no further information: ec2-54-194-233-251.eu-west-1.compute.amazonaws.com/54.194.233.251:27008
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716)
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:352)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:340)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:612)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection timed out: no further information
... 10 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment