SpigotMC / BungeeCord

BungeeCord, the 6th in a generation of server portal suites. Efficiently proxies and maintains connections and transport between multiple Minecraft servers.
https://www.spigotmc.org/go/bungeecord
Other
1.54k stars 1.1k forks source link

You are already connected to this proxy! #2574

Open x1p opened 5 years ago

x1p commented 5 years ago

Some players get disconnected when trying to connect to my Survival server. When they join, they connect to this server, and get disconnected 5 seconds later. I suspect something in BungeeCord. The server itself only shows a disconnection, no error or clue that something has gone wrong. This is the main part of the log. It's Player123 that gets disconnected.

09:56:55 [INFO] [Player123] <-> InitialHandler has connected
09:56:56 [INFO] [Player123] <-> ServerConnector [Lobby] has connected
09:57:01 [INFO] [Player123] <-> ServerConnector [Survival] has connected
09:57:01 [INFO] [Player123] <-> DownstreamBridge <-> [Lobby] has disconnected
09:57:09 [INFO] [AnotherPlayer] <-> ServerConnector [Survival] has connected
09:57:09 [INFO] [/123.123.123.123:30882] <-> InitialHandler has connected
09:57:10 [INFO] [AnotherPlayer] <-> DownstreamBridge <-> [Lobby] has disconnected
09:57:11 [INFO] [Player123] <-> InitialHandler has connected
09:57:11 [INFO] [Player123] disconnected with: You are already connected to this proxy!
09:57:11 [INFO] [Player123] <-> ServerConnector [Lobby] has connected
09:57:12 [INFO] [Player123] <-> DownstreamBridge <-> [Survival] has disconnected
09:57:12 [INFO] [Player123] -> UpstreamBridge has disconnected
09:57:41 [WARNING] [Player123] -> UpstreamBridge - read timed out
09:57:41 [INFO] [Player123] disconnected with: §fReadTimeoutException : null
09:57:41 [INFO] [Player123] -> UpstreamBridge has disconnected
09:57:42 [INFO] [Player123] <-> DownstreamBridge <-> [Lobby] has disconnected

Searching the internet didn't get me closer to a solution. Can someone tell me where to look? Config is pretty default. BungeeCord build 1390

Janmm14 commented 5 years ago

Are you sure the ip in your bungee config of the survival server is correct?

In general this looks like a configuration issue and no issue with bungeecord itself.

x1p commented 5 years ago

95% of the connections function without any problems. The hostnames mentioned in the config are name based (shared host). I could try IP numbers instead. https://pastebin.com/JCzNkkWd

Janmm14 commented 5 years ago

The reason why I'm asking is that he got kicked with "You are already connected to this proxy". But yeah that doesn't look like its your issue here.

x1p commented 5 years ago

Bringing down the network_compression_threshold down from 512 to it's default value somehow solved it for now. But not 100%

Cornelime920 commented 3 years ago

I have the same problem, but i don't understand yall. :(