Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UploadVideo() returns nil on larger videos #10

Open
spl0i7 opened this issue Oct 22, 2018 · 2 comments
Open

UploadVideo() returns nil on larger videos #10

spl0i7 opened this issue Oct 22, 2018 · 2 comments

Comments

@spl0i7
Copy link

spl0i7 commented Oct 22, 2018

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
Copy link
Owner

silentsokolov commented Oct 23, 2018

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
Copy link
Author

spl0i7 commented Oct 24, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants