junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 135 forks source link

Posting with image bug? (PNG Upload) #137

Open yekayee opened 12 months ago

yekayee commented 12 months ago

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

      await threadsAPI.publish({
        text: text,
        image: 'scr.png',
      });
sidgithub780 commented 12 months ago

Finding similar error on lots of functions

Aerglonus commented 12 months ago

Similar to #111 devs are aware of the bug