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

Received chat packet with missing or invalid signature #311

Closed
JorelAli opened this issue Jul 30, 2022 · 2 comments
Closed

Received chat packet with missing or invalid signature #311

JorelAli opened this issue Jul 30, 2022 · 2 comments
Labels
bug Something isn't working critical bug A bug that should be fixed ASAP implemented for next release This has been implemented in the current dev build for the next public release

Comments

@JorelAli
Copy link
Owner

JorelAli commented Jul 30, 2022

CommandAPI version

8.5.0

Minecraft version

1.19

Are you shading the CommandAPI?

No

What I did

  • Register this command:
    new CommandAPICommand("test")
          .withArguments(new AdventureChatArgument("testarg")
              .withPreview(previewInfo -> MiniMessage.miniMessage().deserialize(previewInfo.input())))
          .executes((commandSender, objects) -> {
            commandSender.sendMessage("test");
          })
          .register();
  • Run /test <gray>

What actually happened

The player is instantly kicked from the server with the message Received chat packet with missing or invalid signature

What should have happened

The player receives the message "test"

Server logs and CommandAPI config

No response

Other

This occurs only on 1.19.1, but not 1.19.

@JorelAli JorelAli added bug Something isn't working critical bug A bug that should be fixed ASAP labels Jul 30, 2022
@JorelAli
Copy link
Owner Author

Currently being worked on as of f558112 for 8.5.1's release.

@JorelAli JorelAli added the implemented for next release This has been implemented in the current dev build for the next public release label Jul 31, 2022
@JorelAli
Copy link
Owner Author

Fixed in 8.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical bug A bug that should be fixed ASAP implemented for next release This has been implemented in the current dev build for the next public release
Projects
None yet
Development

No branches or pull requests

1 participant