silentsokolov / go-vimeo

Vimeo Go API client
MIT License
25 stars 18 forks source link

UploadVideo() returns nil on larger videos #10

Open spl0i7 opened 6 years ago

spl0i7 commented 6 years ago

Although I can upload smaller files but uploading larger files is very unreliable, I used the example code from readme, and client.Users.UploadVideo("", f) often returns nil leading to segfault. What can we fix this?

silentsokolov commented 6 years ago

go-vimeo does not implement file upload and tus protocol, we recommend using go-tus, you can use your implement. If you are sure that the error appears due to go-vimeo, need more information.

spl0i7 commented 6 years ago

you're right this seems more like an issue of go-tus,.