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

Unresolved String #4

Open
jerry12122 opened this issue Mar 28, 2022 · 1 comment
Open

Unresolved String #4

jerry12122 opened this issue Mar 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jerry12122
Copy link

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>

@mia-riezebos
Copy link
Contributor

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.

@mia-riezebos mia-riezebos self-assigned this Apr 3, 2022
@mia-riezebos mia-riezebos added the bug Something isn't working label Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants