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

[1.19.2] - exception encountered in org.adde0109.ambassador.velocity.VelocityForgeHandshakeSessionHandler@4ee4d1e7 #15

Closed
AnCasper opened this issue Feb 9, 2023 · 15 comments
Labels
bug Something isn't working

Comments

@AnCasper
Copy link

AnCasper commented Feb 9, 2023

Keep getting dosconnected when trying to connect to the hub/lobby through velocity.

Velocity Log -
https://mcpaste.io/5c202fa0f54ee94b

Edit: Noticed that it mentions something about version [1.19..1], lobby is on version [1.18.2]

@AnCasper AnCasper changed the title [1.19.2] - [1.19.2] - exception encountered in org.adde0109.ambassador.velocity.VelocityForgeHandshakeSessionHandler@4ee4d1e7 Feb 9, 2023
@adde0109 adde0109 added the bug Something isn't working label Feb 10, 2023
@adde0109
Copy link
Owner

Could you try using the latest version of Ambassador i just released?

@AnCasper
Copy link
Author

Could you try using the latest version of Ambassador i just released?

Can do, will try it out and I will report back.

@AnCasper
Copy link
Author

Still doing some testing to see if this issue is on my end... Getting hit with no errors just a bad io.netty error on login attempt. See attached image.
io netty_issue

@AnCasper
Copy link
Author

AnCasper commented Feb 17, 2023

Okay so when ( Ambassador-Velocity-1.2.0-beta-all.jar ) is installed on the velocity proxy I get through to the forge server but cant connect because of:

[21:11:14] [Netty Epoll Server IO #0/WARN] [co.co.Connectivity/]: io.netty.handler.codec.DecoderException: The received encoded string buffer length is longer than maximum allowed (1220 > 765)
[21:11:14] [Netty Epoll Server IO #0/WARN] [co.co.Connectivity/]: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: Index 104 out of bounds for length 51

Without the mod installed it trys to put me in the paper lobby (which is great) but it throws the error I posted above in the image. The error in the image is probs releated to something I have configured wrong or needs to be changed... I think... I hope lol

@adde0109
Copy link
Owner

adde0109 commented Feb 18, 2023

Make sure you have uninstalled the server mod (Ambassador-forge) because it's no longer needed. Also what mods do you test with?

@iLemon
Copy link

iLemon commented Apr 4, 2023

Did you figure this out @AnCasper? I am experiencing a similar issue https://pastes.dev/MopaWyZ9Ve

What's strange is I can join the network on my main account 'iLemon' but can't join on my alt account 'DeeMetrics', using the exact same instance folder of mods/version. Seems about half my players can get in, the other can't.

Tried Ambassador 1.2.0 and 1.3.0.

@adde0109
Copy link
Owner

adde0109 commented Apr 4, 2023

What plugins do you have installed? It looks like something is trying to send something to the player while the player is still joining.

@iLemon
Copy link

iLemon commented Apr 4, 2023

CleanShot 2023-04-04 at 22 15 21@2x

List of my velocity plugins^

@adde0109
Copy link
Owner

adde0109 commented Apr 4, 2023

Do you know if any of these sends a chat message directly after you join?

@iLemon
Copy link

iLemon commented Apr 4, 2023

I just tried unloading the plugins 1 by 1 and found it's caused by the Friends.jar plugin. Which would send a message on join, yeah.

https://www.spigotmc.org/resources/party-and-friends-extended-edition-for-bungeecord-velocity-supports-1-7-1-19.10123/

@adde0109
Copy link
Owner

adde0109 commented Apr 4, 2023

Thank you. Now I have something to work with in order to resolve this issue. I will keep this issue open and updated.

@iLemon
Copy link

iLemon commented Apr 4, 2023

No problem. Thanks for helping me find it - I'll disable the friends plugin in the meantime :)

@RealRigBot
Copy link

This issue has broke some of my plugins too. After testing:

@Subscribe(order = PostOrder.NORMAL) - Breaks with error above
@Subscribe(order = PostOrder.LAST) - Works fine

@adde0109
Copy link
Owner

Could you try building from source using the latest commit?

@RealRigBot
Copy link

So far works well although now I'm experiencing incompatibility issues with LimboAPI

When I join on Forge Client:
image

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

4 participants