AutoReconnect icon indicating copy to clipboard operation
AutoReconnect copied to clipboard

Stuck in limbo

Open Aeris1One opened this issue 3 years ago • 2 comments

What did I do ?

  1. Set up a bungeecord with only 1 spigot server (useless but for testing purposes)
  2. Install AutoReconnect and Protocolize
  3. Connect user
  4. Restart server
  5. The player is connected to the limbo, the "Reconnecting" title appears only ~1 second
  6. The "Connecting" title appears for ~2 seconds then fade out
  7. Nothing... Stuck in the limbo

My config file looks like this : https://pastebin.com/if7QAE5b

Logs (debug mode) :

HERE : SERVER ONLINE, PLAYER CONNECTING
14:36:52 [INFO] [celemo,/[redactedip]:34092] <-> InitialHandler has connected
14:36:53 [INFO] [celemo] <-> ServerConnector [minigame] has connected
14:36:59 [WARNING] [Protocolize] Unable to parse lore component: This is used to detect right clicks!
14:36:59 [WARNING] [Protocolize] Unable to parse lore component: This is used to detect right clicks!
14:37:00 [WARNING] [Protocolize] Unable to parse lore component: This is used to detect right clicks!
14:37:11 [INFO] [/[redactedip]:34106] <-> InitialHandler has pinged
14:37:16 [INFO] [AutoReconnect] Attempting to reconnect user celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame because of kick: Server closed
14:37:16 [INFO] [AutoReconnect] Reconnecting user celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame because of kick: Server closed
14:37:16 [INFO] [AutoReconnect] Attempting to move to limbo
14:37:16 [INFO] [AutoReconnect] Version 1.16 or greater
14:37:16 [INFO] [AutoReconnect] Version 1.16.2 or greater
14:37:16 [INFO] [AutoReconnect] Keeping user connection alive celemo (28db2679-b412-4a38-8e95-53a7ecc16ce5)
14:37:16 [INFO] [celemo] <-> DownstreamBridge <-> [minigame] has disconnected
14:37:18 [INFO] [AutoReconnect] Reconnect attempt 1 for celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame
14:37:18 [INFO] [AutoReconnect] Attempting to ping server for celemo (28db2679b4124a388e9553a7ecc16ce5) to connect to minigame
14:37:18 [INFO] [AutoReconnect] Pinging for celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame
14:37:18 [INFO] [AutoReconnect] Pinged server for celemo (28db2679b4124a388e9553a7ecc16ce5) to connect to minigame Result: Available
14:37:18 [INFO] [AutoReconnect] Will connect celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame
14:37:18 [INFO] [AutoReconnect] Attempting to connect celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame
14:37:18 [INFO] [AutoReconnect] Connection successful for celemo (28db2679b4124a388e9553a7ecc16ce5) to minigame
14:37:18 [INFO] [AutoReconnect] Cancelling reconnect task for 28db2679-b412-4a38-8e95-53a7ecc16ce5
14:37:18 [INFO] [celemo] <-> ServerConnector [minigame] has connected
14:37:18 [INFO] [celemo] <-> ServerConnector [minigame] has disconnected
HERE : STUCK IN THE LIMBO

Seems it detects the server as available even if it's not, looks like it doesn't wait for the delay-before-trying (which is set to 15000, not to 1500 like it is in pastebin)

Aeris1One avatar Apr 10 '21 12:04 Aeris1One