Error in Console When Players Join a Server with Certain Dialog Datapacks
Describe the bug The attached error gets sent in console three times whenever someone joins my server. Through trial and error I figured out that its caused by the open_dialog component being inside dialogs in a datapack. Eg, a dialog with a button to open another dialog.
The error -> https://mclo.gs/IGpMruy
Software brand [03:08:29 INFO]: This server is running Paper version 1.21.8-60-main@29c8822 (2025-09-06T21:49:13Z) (Implementing API version 1.21.8-R0.1-SNAPSHOT) You are running the latest version
Plugins I have tested with only packet events on a test server and this error still occurs so this is not a plugin issue.
You may also provide a screenshot.
How To Reproduce Steps to reproduce the behavior:
- Have a dialog in a datapack on the server which includes the open_dialog component.
- Join the server
- This error is sent in console
Expected behavior No errors are sent as the datapack loads correctly, the dialogs are correctly sent to players and function as expected, ect.
Additional context Contrary to what the errors says, my dialogs load fine and work as expected. This error triggers separately for knockback sync and antipopup cause those plugins include packet events separately. Also I have the plugin version of packet events installed on the most recent dev version.