Open spl0i7 opened 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.
you're right this seems more like an issue of go-tus,.
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 returnsnil
leading to segfault. What can we fix this?