draftbit / twitter-lite

A tiny, full-featured, flexible client / server library for the Twitter API

Home Page:https://npm.im/twitter-lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

media/upload chunk status fails

faustoct1 opened this issue · comments

      const result = await this.client.post("media/upload", { 
        'command': 'STATUS',
        'media_id': `....`
      })

this code gives me an error

errors: [ { code: 38, message: 'media parameter is missing.' } ]

What Am I missing here?