Victor Mendoza

Results 8 comments of Victor Mendoza

Yes, i tried to upload an .avi and .MKV and got the same error in both upload

Never tried with Python 2, all my virtualenv is setup for Python 3, this is all my dependecies for PyVimeo: `PyVimeo==1.0.11 - requests [required: >=2.4.0, installed: 2.20.1] - certifi [required:...

Hi, i tried to run using Python 2 and got this error: ` 'Unexpected error when uploading through tus.' VideoUploadFailure: (55, 'SSL_write() returned SYSCALL, errno = 32') `

Never got a solution using the Tus upload option. I used the form upload option, was getting the action link from the form and used a request with PUT to...

The videos are 400MB+, i tried it with a video i create and the video is uploaded but i'm getting the same response, 503 or ERROR

Hello, i tried to contact Vimeo but i didn't get a response I was trying to make a post to upload_link with a file in multipart-form called file_data, with small...

@xtsimpouris my solution was used the "upload_link" from the response from /me/videos route from Vimeo API after that doing a request to "upload_link" with the difference the request was a...