-
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
youtube_dl is not part of the bundle. Add it to Gemfile. (Gem::LoadError) #31
Comments
You have an outdated |
Hmm.. No luck. Here's the trace:
|
Ahh, I see the problem: |
Oh, weird. Any idea on how to uninstall it? I thought removing it from gemfile was enough.. no? |
This gem, It's really complicated, and it really sucks, but there's nothing I can really do about it. |
Ah, confusing but makes sense. Thanks for the explanation. Successfully removed youtube_dl, uninstalled youtube-dl.rb and re-installed from scratch. Same use case, I'm getting this error:
Sorry to keep beating at this, really appreciate your help. Edit: think this has to do with not having ffmpeg, I'll play around with that. Tried installing ffmpeg locally via homebrew - no change |
I've traced my error back to line 39 in youtube-dl.rb/lib/youtube-dl/video.rb
I can try running this directly in the console
Any ideas? |
In support.rb line 30:
executable_path == "/Users/birchlore/.rbenv/shims/youtube-dl" so my line.command looks like and then line.run throws the error. If I run
|
Update. Issue resolved by running |
This is a very weird situation, but I applaud your persistence. I'll keep this issue open since it is technically a bug, and we might have to call in the rbenv guys to figure it out. Anyway, thanks for bringing my attention to an issue! |
When calling:
YoutubeDL.download "https://www.youtube.com/watch?v=gvdf5n-zI14", output: 'some_file.mp4'
I get this error:
/Users/jackson/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/bundler-1.11.2/lib/bundler/rubygems_integration.rb:304:in block in replace_gem: youtube_dl is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
I previously had 'youtube_dl' in my gemfile, but replaced with 'youtube-dl.rb' and bundle install, bundle update.
Any idea why I'm getting this error message?
The text was updated successfully, but these errors were encountered: