Skip to content
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
@Aerglonus

Description

@Aerglonus

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'
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions