bundabrg / GeyserReversion

Multiversion Protocol Support for Geyser
MIT License
76 stars 12 forks source link

Error when changing ports in Geyser config.yml #50

Closed MythicalFlame closed 3 years ago

MythicalFlame commented 3 years ago

If you change the default port (or enable clone-remote-port) in config.yml and try to run a server with Geyser Reversion, you get the following error:

[ERROR] [Geyser-Spigot] {GeyserReversion} Failed to start Geyser on /0.0.0.0:40,952

However, disabling GeyserReversion and running the server does not give you an error.

MythicalFlame commented 3 years ago

It seems that the issue is because Geyser Reversion inserts a comma in the port (40952 ----> 40,952) for some reason that I do not know.

bundabrg commented 3 years ago

Thanks for the bug report. I'll check it why it does that