threads-api icon indicating copy to clipboard operation
threads-api copied to clipboard

Posting with image bug? (PNG Upload)

Open yekayee opened this issue 1 year ago • 2 comments

Failed to publish: Cannot read properties of undefined (reading 'split')

      await threadsAPI.publish({
        text: text,
        image: 'scr.png',
      });

yekayee avatar Jul 13 '23 04:07 yekayee

Finding similar error on lots of functions

sidgithub780 avatar Jul 13 '23 04:07 sidgithub780

Similar to #111 devs are aware of the bug

Aerglonus avatar Jul 13 '23 09:07 Aerglonus