This repository was archived by the owner on Sep 8, 2023. It is now read-only.
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Bad Request processing failed if image is png #111
Open
Description
Making a post with a PNG image it will throw the following error:
await threadsAPI.publish({
text: '🤖 test',
image: 'https://i.imgur.com/HyfKL15.png',
});
# rest of response
.....
data: {
debug_info: {
retriable: false,
type: 'ProcessingFailedError',
message: 'Request processing failed'
}
}