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

Error 10061 No Connection coukd be made #7868

Closed
AndreJuntermanns opened this issue Dec 14, 2015 · 4 comments
Closed

Error 10061 No Connection coukd be made #7868

AndreJuntermanns opened this issue Dec 14, 2015 · 4 comments

Comments

@AndreJuntermanns
Copy link

@AndreJuntermanns AndreJuntermanns commented Dec 14, 2015

C:\Users\guenni\Downloads>youtube-dl --verbose https://www.youtube.com
/watch?v=5p7qal4D2Zk
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--verbose', u'https://www.youtube.com/watch?v=5p7q
al4D2Zk']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.11.27.1
[debug] Python version 2.7.10 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {'ftp': 'ftp://localhost:8080', 'http': 'http://localhost:808
0', 'https': 'https://localhost:8080'}
[youtube] 5p7qal4D2Zk: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 10061] Es konnte keine
Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte> (
caused by URLError(error(10061, 'Es konnte keine Verbindung hergestellt werden,
da der Zielcomputer die Verbindung verweigerte'),))
File "youtube_dl\extractor\common.pyo", line 329, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1878, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 805, in https_open
File "urllib2.pyo", line 1197, in do_open

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 15, 2015

Does your proxy up and running?

@AndreJuntermanns
Copy link
Author

@AndreJuntermanns AndreJuntermanns commented Dec 16, 2015

Good day,
i have got no proxy running, i dunno if youtube-dl does read out of old iptables... youtube-dl worked fine about one year, but since a few month it stopped.
It worked great and did a good job, thanks for that ! I did not change a thing in my usage.
Merry christmas :-)

@Hrxn
Copy link

@Hrxn Hrxn commented Dec 16, 2015

I'd bet on some issue with a firewall.

Which firewall(s) are up and running?

And if it works in the browser..
You know where the fault is, or rather isn't.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 17, 2015

[debug] Proxy map: {'ftp': 'ftp://localhost:8080', 'http': 'http://localhost:808
0', 'https': 'https://localhost:8080'}

You have proxy setup with env variable, remove HTTP_PROXY env variable or pass --proxy "" to youtube-dl.

@dstftw dstftw closed this Dec 17, 2015
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
3 participants
You can’t perform that action at this time.