eris icon indicating copy to clipboard operation
eris copied to clipboard

Rework file attachments

Open bsian03 opened this issue 3 years ago • 3 comments

This should futureproof endpoints requiring a multipart/form-data with a JSON body

bsian03 avatar Oct 16 '21 13:10 bsian03

Seems to break sending an attachment alongside text content when using CommandInteraction#createMessage, causing Discord to return a 50035 error with the content Only dictionaries may be used in a ModelType.

TheEssem avatar Jun 28 '22 05:06 TheEssem

Seeing as this has a lot of ongoing issues it would be nice for them to either be fixed or get at least some kind of time frame

DonovanDMC avatar Jul 02 '22 12:07 DonovanDMC

Any update on this PR?

HeadTriXz avatar Aug 14 '22 13:08 HeadTriXz

Seems to break sending an attachment alongside text content when using CommandInteraction#createMessage, causing Discord to return a 50035 error with the content Only dictionaries may be used in a ModelType.

This should be fixed from my testing, I'm getting @beanjo55 to double check as well

bsian03 avatar Jan 04 '24 23:01 bsian03