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
But sending data from the cache regularly results in an error:
cannot send cached poster by URL: HTTP 400 Bad Request, {"message": "Invalid Form Body", "code": 50035, "errors": {"attachments": {"0": {"_errors": [{"code": "ATTACHMENT_NOT_FOUND", "message": "Attachment data not found"}]}}}}
exit status 1
If I use just attachment URL, then I got error about "Invalid attachment ID".
If I use the URL of the uploaded file as an image, however, it embeds with a border that I want to avoid:
However, if I use the URL of the uploaded file as is, using it in Content, it uploads at a smaller size than the original in the client interface:
The text was updated successfully, but these errors were encountered:
I'm trying to implement a simple cache for regularly used files in slash command responses:
But sending data from the cache regularly results in an error:
If I use just attachment URL, then I got error about "Invalid attachment ID".
If I use the URL of the uploaded file as an image, however, it embeds with a border that I want to avoid:
However, if I use the URL of the uploaded file as is, using it in
Content
, it uploads at a smaller size than the original in the client interface:The text was updated successfully, but these errors were encountered: