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 Report]: Fatal Error when writing in chat while muted #257

Closed
2 tasks done
xNiika opened this issue Mar 13, 2024 · 5 comments
Closed
2 tasks done

[Bug Report]: Fatal Error when writing in chat while muted #257

xNiika opened this issue Mar 13, 2024 · 5 comments
Labels
invalid Not related to this program platform-related Related to or caused by specific platform interactions

Comments

@xNiika
Copy link

xNiika commented Mar 13, 2024

LibertyBans Version

LibertyBans 1.1.0-RC2

I have confirmed that ...

  • LibertyBans is up to date
  • No similar issue has been reported

Platform

Velocity

Description

If a user is sending a chat message while beeing muted it will produce an fatal error and kicks the player:

[16:36:45 FATAL]: A plugin tried to cancel a signed chat message. This is no longer possible in 1.19.1 and newer. Disconnecting player <playername>
[16:36:45 INFO]: [connected player] <playername> (/<ip-adress>) has disconnected: A proxy plugin caused an illegal protocol state. Contact your network administrator.
@xNiika xNiika added the bug Interferes with efficient operation label Mar 13, 2024
@KoxSosen
Copy link
Collaborator

Hello! Thank you for reporting. I think this issue is mainly caused by the new chat signing system, which frankly proxies do not implement just yet. I would recommend installing SignedVelocity to fix this issue temporary.

@KoxSosen KoxSosen added the platform-related Related to or caused by specific platform interactions label Mar 13, 2024
@NixNux123
Copy link

Hello, i have the same issue. I tried SignedVelocity but after that the muted user could write. Does this happened only to me?

@SrBedrock
Copy link

Hello, i have the same issue. I tried SignedVelocity but after that the muted user could write. Does this happened only to me?

Nope, it happens to me too.

@A248
Copy link
Owner

A248 commented Mar 29, 2024

If you're using SignedVelocity and it allows muted players to chat, that relates to your backend server's chat plugins. There are two possibilities:

  1. You need to try using SignedVelocity-Legacy, a variant of SignedVelocity which accounts for legacy chat plugins.
  2. The chat plugin you're using is broken and it is not respecting the cancelation status of the chat event.

@NixNux123
Copy link

Hey, thank you very much. For me I need to fix my Chatsystem to check if the message was cancelled.

@A248 A248 added invalid Not related to this program and removed bug Interferes with efficient operation labels Aug 9, 2024
@A248 A248 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Not related to this program platform-related Related to or caused by specific platform interactions
Projects
None yet
Development

No branches or pull requests

5 participants