-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Chat message validation failure #212
Labels
status: needs triage
type: bug
Something doesn't work as it was intended to.
version: 1.20.4
Game version 1.20.4
Comments
FunixG
added
status: needs triage
type: bug
Something doesn't work as it was intended to.
labels
Apr 8, 2024
Are you using a proxy? |
Yes ! Velocity with geyser and floodgate, here is the start logs
|
Little precision, the player is kicked only when he clicks on the message event. |
Does this still happen on 1.21.3? |
Will try that soon ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: needs triage
type: bug
Something doesn't work as it was intended to.
version: 1.20.4
Game version 1.20.4
Expected behavior
I am sending a message to a player with player.sendMessage(Component) and sometimes (not always) the player is kicked because it can't sign the message.
For instance the message sended contains clickable command text. It only occus when the component built contains click events or hover events
Observed/Actual behavior
The player is kicked on the message reception and the console shows that :
[11:13:47 WARN]: Failed to validate message acknowledgements from Seenty1
[11:13:47 INFO]: Seenty1 lost connection: Chat message validation failure
Steps/models to reproduce
Send a message to a player with a plugin, you need to try multiples times. My source code is in other part
Plugin and Datapack List
Only custom plugins
[11:45:36 INFO]: Bukkit Plugins:
[11:45:36 INFO]: - CoreProtect, PacifistaMain, PacifistaSurvie, voicechat
Folia version
[11:45:47 INFO]: Checking version, please wait...
[11:45:47 INFO]: This server is running Folia version git-Folia-"ef2c697" (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: ef2c697)
You are running the latest version
Previous version: git-Paper-463 (MC: 1.20.4)
Other
Here is the source code :
The buildMessage method
Here is the pagination builder where the clicks events occurs
The text was updated successfully, but these errors were encountered: