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

Youtube-dl download error #1947

Closed
rahdabas opened this issue Dec 11, 2013 · 1 comment
Closed

Youtube-dl download error #1947

rahdabas opened this issue Dec 11, 2013 · 1 comment

Comments

@rahdabas
Copy link

@rahdabas rahdabas commented Dec 11, 2013

Hi. I recently reinstalled my Linux System and tried using youtube-dl as usual but got this error:

youtube-dl -wt http://www.youtube.com/watch?v=XbGs_qK2PQA
[youtube] Setting language
[youtube] XbGs_qK2PQA: Downloading video webpage
[youtube] XbGs_qK2PQA: Downloading video info webpage
[youtube] XbGs_qK2PQA: Extracting video information
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/bin/youtube-dl/main.py", line 7, in
File "/usr/bin/youtube-dl/init.py", line 536, in main
File "/usr/bin/youtube-dl/init.py", line 520, in _real_main
File "/usr/bin/youtube-dl/FileDownloader.py", line 475, in download
File "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract
File "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in
KeyError: 'sig'

Did I do something wrong here?
I tried reinstalling but the same error is returned.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 11, 2013

You're probably running a (really) outdated version (run youtube-dl --version to find it), that error appeared at the start of the last summer, and it was fixed soon after that. You'll have to update with sudo youtube-dl -U or using the package manager of your distribution.
In general, we prefer to get the output with the --verbose option (like youtube-dl -wt http://www.youtube.com/watch?v=XbGs_qK2PQA --verbose), which gives us info about the version, operating system and other stuff we may need.
Anyways, thanks for your report. If you have any problem, just ask or open an new issue if it's unrelated.

@jaimeMF jaimeMF closed this Dec 11, 2013
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
2 participants
You can’t perform that action at this time.