Advertisement
swimmerhair

Swimbot Error

Apr 13th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.71 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/whois.py", line 421, in whois
  5.     await message.edit(embed = embed_list[index])
  6.   File "/home/pi/.local/lib/python3.7/site-packages/discord/message.py", line 884, in edit
  7.     data = await self._state.http.edit_message(self.channel.id, self.id, **fields)
  8.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 245, in request
  9.     raise HTTPException(r, data)
  10. discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
  11. In embed.fields.3.value: Must be 1024 or fewer in length.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement