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

[BUG] Client can not decode compressed packet after used /sendfilter multiple times #59

Open
skbeh opened this issue May 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@skbeh
Copy link

skbeh commented May 2, 2023

Describe the bug
After used /sendfilter multiple (sometimes single one is enough) times, the client disconnects with a DecoderException.

To Reproduce
Steps to reproduce the behavior:

  1. Install the plugin on latest velocity.
  2. Execute /sendfilter (my username).
  3. If the filter passes, do step 2 again.
  4. The client immediately disconnects after executing /sendfilter (my username), with a line:
    Internal Exception: io.netty.handler.codec.DecoderException: java.util.zip.DataFormatException: inflate data is bad.

Expected behavior
Client keeps connected no matter how many times it is sent to filter.

Screenshots
Screenshot_20230503_003557

Server Info (please complete the following information):

@skbeh skbeh added the bug Something isn't working label May 2, 2023
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

1 participant