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

It just plainly doesn't work on Xubuntu 16.04 / 64bit. If it's Ubuntu-based, it should work just fine. No, it doesn't. #10232

Closed
Humppatarzan opened this issue Aug 5, 2016 · 8 comments

Comments

@Humppatarzan
Copy link

@Humppatarzan Humppatarzan commented Aug 5, 2016

I have just updated my system.

Everything is in the working order, though, with the reboot my system just said "We've encountered an error. Sorry to bother you, fuck off. " I'm pretty sure it has nothing to do with this issue, though, probably another wine related problem.

k3ttun3n@k3ttun3n-System-Product-Name:~$ youtube-dl https://www.youtube.com/watch?v=JWY1Fxyu5x4 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'https://www.youtube.com/watch?v=JWY1Fxyu5x4', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.02.22
[debug] Python version 2.7.12 - Linux-4.4.0-31-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.6-1ubuntu2, ffprobe 2.8.6-1ubuntu2, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] JWY1Fxyu5x4: Downloading webpage
[youtube] JWY1Fxyu5x4: Downloading video info webpage
[youtube] JWY1Fxyu5x4: Extracting video information
[youtube] {22} signature length 45.43, html5 player en_US-vflHuW2fm
[youtube] JWY1Fxyu5x4: Downloading player https://s.ytimg.com/yts/jsbin/player-en_US-vflHuW2fm/base.js
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 820, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'Ny'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'Ny'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how 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; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 820, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'Ny'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 316, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1407, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 915, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)
ExtractorError: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 820, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'Ny'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'Ny'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how 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; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

As you can see, things aren't working that well... Are they? I just wanted to download a silly YouTube video to change its aspect ratio with more comprehensive tools...

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 5, 2016

You are using an outdated version of youtube-dl. Read our FAQ if you have troubles updating.

@dstftw dstftw closed this Aug 5, 2016
@Humppatarzan
Copy link
Author

@Humppatarzan Humppatarzan commented Aug 5, 2016

youtube-dl is already the newest version (2016.02.22-1).

Am I? Why the hell does Xubuntu give me outdated versions?!

@Humppatarzan
Copy link
Author

@Humppatarzan Humppatarzan commented Aug 5, 2016

Should I be using some extra repository? Just so, this sort of inconvenience wouldn't bother you guys anymore?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Aug 5, 2016

Did you even read what I've posted?

@Humppatarzan
Copy link
Author

@Humppatarzan Humppatarzan commented Aug 5, 2016

I have to admit, for my own shame, that I did not.

I just thought it was pretty much like any other FAQ I've encountered. Obviously, it is not.

I apologize. Sorry.

@Humppatarzan
Copy link
Author

@Humppatarzan Humppatarzan commented Aug 5, 2016

Apparently, this is worse than working with ffmpeg...

@Humppatarzan
Copy link
Author

@Humppatarzan Humppatarzan commented Aug 5, 2016

;o) ;o) No regrets, though, I do have a Windows 7 virtual machine. :D :D

@phihag
Copy link
Contributor

@phihag phihag commented Aug 5, 2016

If something does not work still, please open a new issue and describe what's wrong. Note that youtube-dl is a Linux application first; although the Windows exe builds are fin and we do support Windows, most developers use Linux.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.