# error: 2023-10-25 05:15:32 ERROR discord.ext.commands.bot Ignoring exception in command minesweaper Traceback (most recent call last): File "/home/container/.local/lib/python3.11/site-packages/discord/app_commands/commands.py", line 828, in _do_call return await self._callback(interaction, **params) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/container/temp.py", line 1242, in mine await ctx.send( File "/home/container/.local/lib/python3.11/site-packages/discord/ext/commands/context.py", line 1060, in send await self.interaction.response.send_message(**kwargs) File "/home/container/.local/lib/python3.11/site-packages/discord/interactions.py", line 801, in send_message await adapter.create_interaction_response( File "/home/container/.local/lib/python3.11/site-packages/discord/webhook/async_.py", line 221, in request raise HTTPException(response, data) discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body In data.components.0.components.0.label: This field is required In data.components.0.components.1.label: This field is required In data.components.0.components.2.label: This field is required In data.components.0.components.3.label: This field is required In data.components.0.components.4.label: This field is required In data.components.1.components.0.label: This field is required In data.components.1.components.1.label: This field is required In data.components.1.components.2.label: This field is required In data.components.1.components.3.label: This field is required In data.components.1.components.4.label: This field is required In data.components.2.components.0.label: This field is required In data.components.2.components.1.label: This field is required In data.components.2.components.2.label: This field is required In data.components.2.components.3.label: This field is required In data.components.2.components.4.label: This field is required In data.components.3.components.0.label: This field is required In data.components.3.components.1.label: This field is required In data.components.3.components.2.label: This field is required In data.components.3.components.3.label: This field is required In data.components.3.components.4.label: This field is required In data.components.4.components.0.label: This field is required In data.components.4.components.1.label: This field is required In data.components.4.components.2.label: This field is required In data.components.4.components.3.label: This field is required In data.components.4.components.4.label: This field is required The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/container/.local/lib/python3.11/site-packages/discord/ext/commands/hybrid.py", line 438, in _invoke_with_namespace value = await self._do_call(ctx, ctx.kwargs) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/container/.local/lib/python3.11/site-packages/discord/app_commands/commands.py", line 846, in _do_call raise CommandInvokeError(self, e) from e discord.app_commands.errors.CommandInvokeError: Command 'minesweaper' raised an exception: HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body