You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignoring exception in command start_vote:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/discord/ext/commands/core.py", line 125, in wrapped
ret = await coro(*args, **kwargs)
(1 line is here. but I can't show you because of privacy)
File "/usr/local/lib/python3.9/dist-packages/discord/abc.py", line 1413, in send
data = await state.http.send_message(
File "/usr/local/lib/python3.9/dist-packages/discord/http.py", line 337, in request
raise HTTPException(response, data)
discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
In components.0.components.1.label: This field is required
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/discord/ext/commands/bot.py", line 960, in invoke
await ctx.command.invoke(ctx)
File "/usr/local/lib/python3.9/dist-packages/discord/ext/commands/core.py", line 825, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "/usr/local/lib/python3.9/dist-packages/discord/ext/commands/core.py", line 134, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
In components.0.components.1.label: This field is required
Summary
Button in discord.py 2.0
Reproduction Steps
When create button 2+ times.
Minimal Reproducible Code
Expected Results
Actual Results
2+ times of sending, error is happun.
Intents
typing=False members=True
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: