-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
400 Bad Request (error code: 50035): Invalid Form Body
In embeds.0.fields.0.value: Must be 1024 or fewer in length.
File "/app/venv/lib/python3.12/site-packages/nextcord/client.py", line 527, in _run_event
await coro(*args, **kwargs)
File "/app/fred/fred.py", line 321, in on_message
_reacted = await self.Crashes.process_message(message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/fred/cogs/crashes.py", line 406, in process_message
await self.bot.reply_to_msg(message, embed=embed, propagate_reply=False, files=resp_files)
File "/app/fred/fred.py", line 256, in reply_to_msg
return await self.safe_send(message.channel, content, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/fred/fred.py", line 224, in safe_send
return await chan.send(content, files=files, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/venv/lib/python3.12/site-packages/nextcord/abc.py", line 1528, in send
data = await state.http.send_files(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/venv/lib/python3.12/site-packages/nextcord/http.py", line 911, in request
should_retry = await self._handle_http_response_errors(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/venv/lib/python3.12/site-packages/nextcord/http.py", line 1086, in _handle_http_response_errors
raise HTTPException(response, return_value)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog