-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cocaine::ExitStatusError? #24
Comments
Turns out it was a conflict with a previous gem I had installed called youtube_dl. Lol |
Yeahh.... If youtube-dl.rb (this gem) finds a youtube-dl in the system $PATH then it assumes that's the youtube-dl executable to use. Thanks for bringing my attention to the gem conflict though! |
Thanks for your work on the gem! |
sapslaj
added a commit
that referenced
this issue
Sep 11, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what I'm getting when trying this library
Cocaine::ExitStatusError: Command '/Users/usercore/.rvm/gems/ruby-2.2.2/bin/youtube-dl --no-color --output 'some_file.mp4' "https://www.youtube.com/watch?v=gvdf5n-zI14"' returned 1. Expected 0
The text was updated successfully, but these errors were encountered: