Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Velocity LimboHub as a fallback server #5

Open
sipimokus opened this issue Aug 28, 2023 · 5 comments
Open

Velocity LimboHub as a fallback server #5

sipimokus opened this issue Aug 28, 2023 · 5 comments

Comments

@sipimokus
Copy link

sipimokus commented Aug 28, 2023

Hello, can you help me please?

I wanna use the LimboHub as a fallback server (try) server, but I can't config it.

Situation:
I can try connect to parkour server from LimboHub lobby, but my server under maintenance and can't connect it.

Problem:
Always kicking the player from the HUB / Velocity server, can't connect automatically for LimboHub.


First try:
Result message: Unable to connect you to parkour. Please try again later.

Velocity config:

[servers]
parkour = "x.x.x.x:25565"
hub = "127.0.0.1:25565"

try = []

Logs:

proxy-main_1 | [17:04:42 INFO] [geyser]: /W.X.Y.Z:38814 tried to connect!
proxy-main_1 | [17:04:43 INFO] [geyser]: Player connected with username userfoobar
proxy-main_1 | [17:04:44 INFO] [geyser]: userfoobar (logged in as: userfoobar) has connected to the Java server
proxy-main_1 | [17:04:44 INFO] [floodgate]: Floodgate player who is logged in as userfoobar 00000000-0000-0000-0000-00000000 joined
proxy-main_1 | [17:04:46 INFO] [limboapi]: userfoobar (/W.X.Y.Z:0) has connected to the LimboHub Limbo
proxy-main_1 | [17:05:06 INFO] [limboapi]: userfoobar (/W.X.Y.Z:0) has disconnected from the LimboHub Limbo
proxy-main_1 | [17:05:07 ERROR]: [connected player] userfoobar (/W.X.Y.Z:0): unable to connect to server parkour
proxy-main_1 | java.net.UnknownHostException: server-parkour: Name or service not known
[...]
proxy-main_1 | [17:05:07 INFO]: [connected player] userfoobar (/W.X.Y.Z:0) has disconnected: Unable to connect you to parkour. Please try again later.
proxy-main_1 | [17:05:07 INFO] [floodgate]: Floodgate player logged in as userfoobar disconnected
proxy-main_1 | [17:05:07 INFO] [geyser]: userfoobar has disconnected from the Java server because of Unable to connect you to parkour. Please try again later.

Second try:
Result message: You are already connected to this proxy!

Velocity config:

[servers]
parkour = "x.x.x.x:25565"
hub = "127.0.0.1:25565"

try = ["hub"]
proxy-main_1 | [17:10:12 INFO] [geyser]: /W.X.Y.Z:38814 tried to connect!
proxy-main_1 | [17:10:14 INFO] [geyser]: Player connected with username userfoobar
proxy-main_1 | [17:10:14 INFO] [geyser]: userfoobar (logged in as: userfoobar) has connected to the Java server
proxy-main_1 | [17:10:14 INFO] [floodgate]: Floodgate player who is logged in as userfoobar 00000000-0000-0000-0000-00000000 joined
proxy-main_1 | [17:10:16 INFO] [limboapi]: userfoobar (/W.X.Y.Z:0) has connected to the LimboHub Limbo
proxy-main_1 | [17:10:33 INFO] [limboapi]: userfoobar (/W.X.Y.Z:0) has disconnected from the LimboHub Limbo
proxy-main_1 | [17:10:33 ERROR]: [connected player] userfoobar (/W.X.Y.Z:0): unable to connect to server parkour
[...]
proxy-main_1 | [17:10:33 INFO]: [server connection] userfoobar -> hub has connected
proxy-main_1 | [17:10:33 INFO]: [connected player] userfoobar (/127.0.0.1:46992) has disconnected: You are already connected to this proxy!
proxy-main_1 | [17:10:33 INFO]: [server connection] userfoobar -> hub has disconnected
proxy-main_1 | [17:10:33 ERROR]: [connected player] userfoobar (/W.X.Y.Z:0): disconnected while connecting to hub: You are already connected to this proxy!
proxy-main_1 | [17:10:33 INFO]: [connected player] userfoobar (/W.X.Y.Z:0) has disconnected: Unable to connect to hub: You are already connected to this proxy!
proxy-main_1 | [17:10:33 INFO] [floodgate]: Floodgate player logged in as userfoobar disconnected
proxy-main_1 | [17:10:33 INFO] [geyser]: userfoobar has disconnected from the Java server because of Unable to connect to hub: You are already connected to this proxy!

Thank you!

@WESHOK
Copy link

WESHOK commented Aug 28, 2023

If you complain about always kicking the player from the HUB, I fixed it in my fork, and can give it to you though discord Rozo_007

@AndrobaL
Copy link

AndrobaL commented May 6, 2024

If you complain about always kicking the player from the HUB, I fixed it in my fork, and can give it to you though discord Rozo_007

can you create a MR about this ?

@WESHOK
Copy link

WESHOK commented May 10, 2024

oh, now I do not have it, but there somewhere is a jar sent by me in elytrium chat. Try to find it in ru.

@WESHOK
Copy link

WESHOK commented May 10, 2024

If you complain about always kicking the player from the HUB, I fixed it in my fork, and can give it to you though discord Rozo_007

can you create a MR about this ?

https://discord.com/channels/775778822334709780/868930650537857024/1162301080894443550 here is this thing

@AndrobaL
Copy link

If you complain about always kicking the player from the HUB, I fixed it in my fork, and can give it to you though discord Rozo_007

can you create a MR about this ?

https://discord.com/channels/775778822334709780/868930650537857024/1162301080894443550 here is this thing

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants