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

<urlopen error [Errno 11004] getaddrinfo failed> #11388

Closed
kaymatrix opened this issue Dec 8, 2016 · 1 comment
Closed

<urlopen error [Errno 11004] getaddrinfo failed> #11388

kaymatrix opened this issue Dec 8, 2016 · 1 comment

Comments

@kaymatrix
Copy link

@kaymatrix kaymatrix commented Dec 8, 2016

I m running youtubedl from a third party tool. When I run in usual DOS command line, Its working fine. But when I run from a tool, its throwing below error message.
Using: Win7

Command: E:\YoutubeDownloader\bin\youtube-dl.exe --output "D:\Youtubes\Qtest\Test.%%(ext)s" --recode-video mp4 "https://www.youtube.com/watch?v=ujFcyRNta7U"
Working Dir: E:\YoutubeDownloader\bin
Process Status: Starting
Process Status: Running

WARNING: The url doesn't specify the protocol, trying with http

[generic] watch?v=ujFcyRNta7U": Requesting header

WARNING: Could not send HEAD request to http://--output "D:\Youtubes\Qtest\Test.%%(ext)s" --recode-video mp4 "https://www.youtube.com/watch?v=ujFcyRNta7U": <urlopen error [Errno 11004] getaddrinfo failed>

[generic] watch?v=ujFcyRNta7U": Downloading webpage

ERROR: Unable to download webpage: <urlopen error [Errno 11004] getaddrinfo failed> (caused by URLError(gaierror(11004, 'getaddrinfo failed'),))

Process Status: NotRunning (Could be completed/Crashed/Stopped/Not yet Started)
--ProcessCompleted-ExitCode:--1

Same output for verbose too

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Dec 8, 2016

When I run in usual DOS command line, Its working fine. But when I run from a tool, its throwing below error message.

Apparently the problem is in that tool. Most likely it didn’t pass correct arguments to youtube-dl.

@yan12125 yan12125 closed this Dec 8, 2016
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.