Minecraft Bungeecord Error? - 1

Bi
- in Servers
2

As soon as I start my bungee cord server and join the sub-server "lobby", this error code appears in the console:

PM io.netty.bootstrap.AbstractBootstrap setChannelOption
WARNING: Failed to set channel option 'CONNECT_TIMEOUT_MILLIS' with value '-1' for channel '[id: 0xac6d7656]'
java.lang.IllegalArgumentException: connectTimeoutMillis: -1 (expected:> = 0)
at io.netty.util.internal.ObjectUtil.checkPositiveOrZero (ObjectUtil.java:66)
at io.netty.channel.DefaultChannelConfig.setConnectTimeoutMillis (DefaultChannelConfig.java:208)
at io.netty.channel.epoll.EpollChannelConfig.setConnectTimeoutMillis (EpollChannelConfig.java:66)
at io.netty.channel.epoll.EpollSocketChannelConfig.setConnectTimeoutMillis (EpollSocketChannelConfig.java:591)
at io.netty.channel.epoll.EpollSocketChannelConfig.setConnectTimeoutMillis (EpollSocketChannelConfig.java:40)
at io.netty.channel.DefaultChannelConfig.setOption (DefaultChannelConfig.java:167)
at io.netty.channel.epoll.EpollChannelConfig.setOption (EpollChannelConfig.java:59)
at io.netty.channel.epoll.EpollSocketChannelConfig.setOption (EpollSocketChannelConfig.java:171)
at io.netty.bootstrap.AbstractBootstrap.setChannelOption (AbstractBootstrap.java:451)
at io.netty.bootstrap.AbstractBootstrap.setChannelOptions (AbstractBootstrap.java:443)
at io.netty.bootstrap.Bootstrap.init (Bootstrap.java:265)
at io.netty.bootstrap.AbstractBootstrap.initAndRegister (AbstractBootstrap.java:311)
at io.netty.bootstrap.Bootstrap.doResolveAndConnect (Bootstrap.java:155)
at io.netty.bootstrap.Bootstrap.connect (Bootstrap.java:116)
at net.md_5.bungee.UserConnection.connect (UserConnection.java:370)
at net.md_5.bungee.UserConnection.connect (UserConnection.java:268)
at net.md_5.bungee.connection.InitialHandler $ 6 $ 1.run (InitialHandler.java:550)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute (AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks (SingleThreadEventExecutor.java:472)
at io.netty.channel.epoll.EpollEventLoop.run (EpollEventLoop.java:384)
at io.netty.util.concurrent.SingleThreadEventExecutor $ 4.run (SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap $ 2.run (ThreadExecutorMap.java:74)
at java.lang.Thread.run (Thread.java:748) **

looks like it can't ping some server.

Re

Have you also listed every single server in the BungeeCord Config with exactly the name of the server and also assigned a different port to each server and set BungeeCord to true in the lobby server in the Config and changed the port to the one in the server properties is listed on BungeeCord?

If not, I would advise you to watch a tutorial on Youtube or a tutorial on the Internet.

Bi

Hey thanks for your answer and sorry for my late reply, we have already found another solution.