Advertisement
swimmerhair

Swimbot Error

May 3rd, 2023
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.74 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/Swimbot/venv/lib/python3.9/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 416, in whois
  5.     message = await ctx.message.channel.send(embed=embed_list[0])
  6.   File "/home/pi/Swimbot/venv/lib/python3.9/site-packages/discord/abc.py", line 1065, in send
  7.     data = await state.http.send_message(channel.id, content, tts=tts, embed=embed,
  8.   File "/home/pi/Swimbot/venv/lib/python3.9/site-packages/discord/http.py", line 254, in request
  9.     raise HTTPException(r, data)
  10. discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
  11. In embed.fields.5.value: Must be 1024 or fewer in length.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement