-
-
Notifications
You must be signed in to change notification settings - Fork 924
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 parameter is empty in 'chat' and 'whisper' events #3493
Comments
i have the same problem right now |
Tests show it works with vanilla.
Please provide more information on how to reproduce
…On Fri, Nov 1, 2024, 12:57 0x00sec ***@***.***> wrote:
i have the same problem right now
—
Reply to this email directly, view it on GitHub
<#3493 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR437RRYEJN5H2WVLJG4BTZ6NUBXAVCNFSM6AAAAABQ57R526VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJRG42TOMRVG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I tested it on multiple Vanilla servers, just to find out just now that it's caused by a mod in my own client "No Chat Reports" |
Are you using the mod "No Chat Reports"? |
Is No Chat Reports causing this, still considered a bug that needs to be fixed, or can I close this? |
Fabric or Forge? No Chat Reports version? More info. |
Fabric, Latest for 1.21.1 |
Have same problem at vanilla server 1.21.1 paper. Mineflayer get empty messages from server, but server sends correct messages (authorization messages) The server allows you to log in with and without a license, most likely this is the problem |
Versions
Detailed description of a problem
When using the
bot.on('chat')
event, themessage
parameter is always empty, while theusername
is correctly captured.What did you try yet?
I tried logging the parameters in the chat event and sending messages in chat, but the
message
parameter is consistently empty.Your current code
Expected behaviour
I expected the message parameter to contain the text of the message sent by other players in the chat.
The text was updated successfully, but these errors were encountered: