You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finished in 29.98 seconds (files took 1.19 seconds to load)
14 examples, 0 failures
If i'm running it in Travis i'm getting the error:
Downloader .get downloads a file from youtube
Failure/Error: video = YoutubeDL.download(url)
Cocaine::ExitStatusError:
Command '/home/travis/build/saigkill/youtube_dlhelper/vendor/bundle/ruby/2.2.0/gems/youtube-dl.rb-0.3.1.2016.09.11.1/vendor/bin/youtube-dl --no-color --no-progress --print-json "https://www.youtube.com/watch?v=UgdSarGbE0g"' returned 1. Expected 0
Here is the command output: STDOUT:
STDERR:
WARNING: unable to extract uploader nickname
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/home/travis/build/saigkill/youtube_dlhelper/vendor/bundle/ruby/2.2.0/gems/youtube-dl.rb-0.3.1.2016.09.11.1/vendor/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1005, in _decrypt_signature
video_id, player_url, s
File "/home/travis/build/saigkill/youtube_dlhelper/vendor/bundle/ruby/2.2.0/gems/youtube-dl.rb-0.3.1.2016.09.11.1/vendor/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 897, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'/yts/jsbin/player-vfl1RKjMF/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Cannot identify player u'/yts/jsbin/player-vfl1RKjMF/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
The differences:
Locally i'm running Ubuntu Zesty, Travis works with Trusty.
Both are using youtube-dl.rb-0.3.1.2016.09.11.1.
The text was updated successfully, but these errors were encountered:
Hello layer8x,
i'm using your nice gem inside my own gem.
In my lib/downloader.rb i'm using:
My tests are located there
If i'm running the tests locally, i get:
If i'm running it in Travis i'm getting the error:
The differences:
Locally i'm running Ubuntu Zesty, Travis works with Trusty.
Both are using youtube-dl.rb-0.3.1.2016.09.11.1.
The text was updated successfully, but these errors were encountered: