-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
bedrock players when floodgate is set to "send-data" are disconnected with velocity.error.modern-forwarding-failed
#83
Comments
velocity.error.modern-forwarding-failed
velocity.error.modern-forwarding-failed
setting "hackEarlySend" to false in FabricProxyLite's config fixes the issue |
However, that will stop luckperms from properly working. I'm honestly stumped about why send-floodgate-data and hackEarlySend set to true worked before, and stopped now though. https://1drv.ms/u/s!ApW4KLFOl-B6gfxECify5qijKrn6AQ?e=B4SEVo <- onedrive link to my test setup & logs |
great find, i dont know why i never even trialled the just tested it on my server, and can confirm your findings.. :) |
@gadget78 if you're on 1.19.4, mind testing if this works? |
is this the public version 2.5 thats on Modrinth ? althou i am having an issue with bedrock players connecting if there's a mod that uses polymer. (java players are fine) |
The issue with polymer would be a separate one unrelated to this. |
i have tried MANY things now to try get to bottom of polymer issue, maybe its best to close this and open a new one ? but just a couple of questions.. |
Since this issue is not yet fixed, don't close it. |
Hi, |
I've used it in production fine, but not sure what side-effects it might have, worked fine for me though. |
As for providing a patched version - i personally wont do that, but you can do the same unsafe patch by removing this if statement and always register the sending of the player info packet on ServerLoginConnectionEvents.QUERY_START. |
Thanks, |
There's no debug/testing version available for Floodgate-Velocity, so your best bet will be this hacky workaround :/ |
I can believe this has already been a year. |
I am having the same issue here 👍🏻 |
Having a issue with bedrock/linked players connecting to fabric servers on our Velocity network..
WHATS HAPPENING
when trying to connect, player connects then gets disconnected from the fabric server;
velocity.error.modern-forwarding-failed
your server did not send a forwarding request to the proxy, make sure the server is configured for Velocity forwarding
lost connection: Disconnected
WHEN IT HAPPENS
send-floodgate-data: true
set on proxysend-floodgate-data:
is set tofalse
then bedrock players can connect ok(but does connect fine with the Paper server which is next in proxy list)
SETUP ;
-VELOCITY PROXY
velocity-3.2.0-SNAPSHOT-229.jar
floodgate 2.2.0-SNAPSHOT (b74-4f36112)
geyser 2.1.0-SNAPSHOT (git-master-e7b8b4e)
tried with and without ViaVersion 4.5.1 plugin
player forwarding is set to modern
floodgate has
send-floodgate-data: true
-FABRIC SERVER
also current, and on 1.19.3
with mods;
fabric-api-0.74.0+1.19.3.jar
FabricProxy-Lite-2.4.0.jar
and
floodgate-fabric-1.19.3-18thfeb.jar
(floodgate 2.2.0-SNAPSHOT)and it DOES have the same key.pem file as proxy
and has same 24 character text, that is in "forwarding.secret" file on proxy, thats in the file
FabricProxy-Lite.toml
undersecret = ""
-PAPER SERVER
on 1.19.2 many mods etc etc but connect fine to this after failing above
The text was updated successfully, but these errors were encountered: