Skip to content

postMediaChunked Hangs #481

Description

@ImDestinedMe

Trying to upload a 7MB video using postMediaChunked takes over a minute to respond for some reason.
I made sure the video is the right codec by trying to upload it through the website and that responds almost instantly, but this hangs for some reason.

twit.postMediaChunked({ file_path: file }, function (err, data, resp) { if (err) { console.log(Failed: ${err}) } else { console.log(data) } })

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions