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.
ERROR: Unable to download JSON metadata: <urlopen error [Errno 11002] getaddrinf o failed> (caused by URLError(gaierror(11002, 'getaddrinfo failed'),)) #3909
Comments
|
YouTube play list you reference takes me to the YouTube home page. Should that play list URL be going to an actual play list? |
|
As @sunk818 mentioned, that is not a valid list ID. In any case, |
|
I also cant reproduce the error, I can confirm it was related to DNS settings. Thanks |
When I enter the following code :
youtube-dl -t "http://www.youtube.com/watch?list=UU1d-wdTNWxPLu
ku4UmcCeVQ"
[debug] System config: []
[debug] User config: ['--extract-audio', '--no-mtime', '--restrict-filenames', '
--verbose']
[debug] Command-line args: ['-t', 'http://www.youtube.com/watch?list=UU1d-wdTNWx
PLuku4UmcCeVQ']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2014.10.05.2
[debug] Python version 2.7.8 - Windows-8-6.2.9200
[debug] Proxy map: {}
I get the following error
ERROR: Unable to download JSON metadata: <urlopen error [Errno 11002] getaddrinf
o failed> (caused by URLError(gaierror(11002, 'getaddrinfo failed'),))
File "youtube_dl\extractor\common.pyo", line 226, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1266, in urlopen
File "urllib2.pyo", line 410, in open
File "urllib2.pyo", line 523, in http_response
File "urllib2.pyo", line 442, in error
File "urllib2.pyo", line 382, in _call_chain
File "urllib2.pyo", line 629, in http_error_302
File "urllib2.pyo", line 404, in open
File "urllib2.pyo", line 422, in _open
File "urllib2.pyo", line 382, in _call_chain
File "youtube_dl\utils.pyo", line 645, in https_open
File "urllib2.pyo", line 1184, in do_open