KeyError: 'sig' #919

Closed
opened 2026-02-20 22:02:05 -05:00 by deekerman · 2 comments
Owner

Originally created by @MartinBucko on GitHub (Aug 3, 2013).

Hi dears,

after fresh instal on linux mint 15 got this error:

martinez@nb100 ~/Downloads $ youtube-dl http://www.youtube.com/watch?v=5y_KJAg8bHI
[youtube] Setting language
[youtube] 5y_KJAg8bHI: Downloading video webpage
[youtube] 5y_KJAg8bHI: Downloading video info webpage
[youtube] 5y_KJAg8bHI: 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'

Originally created by @MartinBucko on GitHub (Aug 3, 2013). Hi dears, after fresh instal on linux mint 15 got this error: martinez@nb100 ~/Downloads $ youtube-dl http://www.youtube.com/watch?v=5y_KJAg8bHI [youtube] Setting language [youtube] 5y_KJAg8bHI: Downloading video webpage [youtube] 5y_KJAg8bHI: Downloading video info webpage [youtube] 5y_KJAg8bHI: 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 <module> 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 <genexpr> KeyError: 'sig'
Author
Owner

@jaimeMF commented on GitHub (Aug 3, 2013):

You are running an outdated version, that error was fixed (see #897), run sudo youtube-dl -U to update.

@jaimeMF commented on GitHub (Aug 3, 2013): You are running an outdated version, that error was fixed (see #897), run `sudo youtube-dl -U` to update.
Author
Owner

@MartinBucko commented on GitHub (Aug 4, 2013):

It works, many thanks jaimeMF! :)

@MartinBucko commented on GitHub (Aug 4, 2013): It works, many thanks jaimeMF! :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#919
No description provided.