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 have a Velocity 3.4.0-SNAPSHOT-451 proxy running with a FABRIC server and a PAPER server behind it. player-info-forwarding-mode = "modern" ping-passthrough = "all"
For the Paper server it correctly shows the icon and MOTD
For the Fabric server it shows the velocity icon and MOTD
When adding the fabric server directly it shows the correct icon and motd
I can still connect through velocity though so it is not a connection issue
I am using the default FabricProxy-Lite.toml config with the secret added.
Whenever I press "Refresh" in the server list I get this error in the Fabric server logs
[10:58:37] [Netty Epoll Server IO #2/ERROR]: Exception occurred in netty pipeline
io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer
The text was updated successfully, but these errors were encountered:
The reason for this error was the mod "Better Compatibility Checker"
After removing it the ping passthrough worked again.
I think the mod modifies the messages sent and velocity can't process them.
I have a Velocity 3.4.0-SNAPSHOT-451 proxy running with a FABRIC server and a PAPER server behind it.
player-info-forwarding-mode = "modern"
ping-passthrough = "all"
For the Paper server it correctly shows the icon and MOTD
For the Fabric server it shows the velocity icon and MOTD
When adding the fabric server directly it shows the correct icon and motd
I can still connect through velocity though so it is not a connection issue
I am using the default FabricProxy-Lite.toml config with the secret added.
Whenever I press "Refresh" in the server list I get this error in the Fabric server logs
The text was updated successfully, but these errors were encountered: