Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Downloading js player not working in 2014.07.23.1 #3326
Comments
|
Can you post the output you get when you add |
|
ip-10-110-162-99:/usr/local/bin # /usr/local/bin/youtube-dl -v -f 18 --youtube-print-sig-code --skip-download fwK7ggA3-bU |
|
To narrow down the issue, I just ran the command with -v to download the video and got the same errors. Here's the output: ip-10-110-162-99:/usr/local/bin # ./youtube-dl fwK7ggA3-bU ip-10-110-162-99:/usr/local/bin # ./youtube-dl -v fwK7ggA3-bU |
Fixes #3326 Apparently, on some platforms, even outputting this fails already.
|
Thanks for the feedback. Can you post the output you get (with and without |
|
Reopening, it is unlikely that the changes have fixed the output configuration error we're seeing here. |
|
Thanks. I updated it but getting different errors now. Here's the output: ip-10-110-162-99:/usr/local/bin # /usr/local/bin/youtube-dl -v -f 18 --youtube-print-sig-code --skip-download fwK7ggA3-bU |
|
Note that you use |
|
ip-10-110-162-99:/usr/local/bin # python --version ip-10-110-162-99:/usr/local/bin # uname -a ip-10-110-162-99:/usr/local/bin # cat /etc/*-release |
|
This is also happening with the standalone .exe provided at http://rg3.github.io/youtube-dl/ UPDATE: Was using 3 day old bin, ignroe this post =) havent encountered the error since updating to .23 |
|
Automatic signature extraction failed with the latest version. Here's the output: domU-12-31-39-09-14-01:/usr/local/bin # ./youtube-dl -v McEoTIqoRKk ERROR: Automatic signature extraction failed: Traceback (most recent call last): |
|
@DabKick That's unrelated to your problem with |
|
I can reproduce the error with SLES 11 SP1, but not SLES 11 SP3. |
|
In the Python in SLES 11 SP1, the following does not hold in a zipfile:
I'm afraid we can not support such outdated versions. It's a surprise that only |
The only time that write_string should fail is if the Python is completely braindead. Check for that condition and output a more accurate warning. See #3326 for details.
/usr/local/bin/youtube-dl -f 18 --youtube-print-sig-code --skip-download 6g6g2mvItp4
[youtube] Setting language
[youtube] 6g6g2mvItp4: Downloading webpage
[youtube] 6g6g2mvItp4: Downloading video info webpage
[youtube] 6g6g2mvItp4: Extracting video information
[youtube] 6g6g2mvItp4: Encrypted signatures detected.
[youtube] 6g6g2mvItp4: Downloading js player vflBb0OQx
Traceback (most recent call last):
File "/usr/lib/python2.6/runpy.py", line 121, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 857, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 847, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1052, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 531, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 405, in report_error
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 358, in trouble
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 306, in to_stderr
AssertionError