adde0109 / Ambassador

This is a Velocity plugin that makes it possible to host a modern forge server behind a Velocity proxy!
GNU Lesser General Public License v2.1
85 stars 18 forks source link

Negotiating... #17

Closed Teastrands closed 1 year ago

Teastrands commented 1 year ago

90% of users can connect between servers just fine. Here is an example of a negotiating... bug after the latest update.

Proxy is running latest ambassador/velocity Lobby is 1.19 spigot, modded servers are 1.16.5 pixelmon on arclight with PCF mod

https://pastebin.com/TyZAAkH7

adde0109 commented 1 year ago

Can't see anything in this log. Please upload debug.log if you can.

Teastrands commented 1 year ago

Here is the debug log, and here is the instance from server console: https://pastebin.com/qjazkUpR debug.log

Teastrands commented 1 year ago

Here is another player who is experiencing the issue. I am not seeing anything helpful in the debug server log or velocity log.

https://pastebin.com/XLfYVu7R

adde0109 commented 1 year ago

Seems like a bug related to protocollib not PCF or ambassador.

Teastrands commented 1 year ago

Fixed by changing to the following settings and allowing more time for the connection to happen

ambassador config- reset-timeout = 10000 server-switch-cancellation-time = 15

velocity config- connection-timeout = 11000

Thank you for your help and the awesome mod.