You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add subserver with command "/db add server1 127.0.0.1:25567 false".
Its output is [DynamicBungee]: Adding server with name: server1 and host 127.0.0.1/<unresolved>:25567
I can login my subserver at this time.
Then I restart my bungeecord server.
The server start log write[DynamicBungee]: Adding server with name: server1 and host 127.0.0.1/<unresolved>/<unresolved>:25567
It has one more / and it is same in config file
Then I can't login my subserver
It say Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? UnknownHostException : 127.0.0.1/<unresolved>
The text was updated successfully, but these errors were encountered:
this might be an issue with the way SocketAddresses are resolved. I'll have a look at this, see if I can reproduce and maybe write a workaround (if it is what I think it is) in the config save.
the added backslashes are weird behaviour.
I add subserver with command "/db add server1 127.0.0.1:25567 false".
Its output is
[DynamicBungee]: Adding server with name: server1 and host 127.0.0.1/<unresolved>:25567
I can login my subserver at this time.
Then I restart my bungeecord server.
The server start log write
[DynamicBungee]: Adding server with name: server1 and host 127.0.0.1/<unresolved>/<unresolved>:25567
It has one more / and it is same in config file
Then I can't login my subserver
It say
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? UnknownHostException : 127.0.0.1/<unresolved>
The text was updated successfully, but these errors were encountered: