youtube-dl --update #355

Closed
opened 2026-02-20 23:01:55 -05:00 by deekerman · 5 comments
Owner

Originally created by @allenlinux on GitHub (Oct 26, 2012).

python youtube-dl --update
Updating to latest version...
Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "youtube-dl/__main__.py", line 7, in <module>
  File "youtube-dl/__init__.py", line 536, in main

  File "youtube-dl/__init__.py", line 510, in _real_main

  File "youtube-dl/__init__.py", line 55, in updateSelf

  File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 400, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 418, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1215, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1177, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Originally created by @allenlinux on GitHub (Oct 26, 2012). ``` python youtube-dl --update Updating to latest version... Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "youtube-dl/__main__.py", line 7, in <module> File "youtube-dl/__init__.py", line 536, in main File "youtube-dl/__init__.py", line 510, in _real_main File "youtube-dl/__init__.py", line 55, in updateSelf File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib64/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib64/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib64/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib64/python2.7/urllib2.py", line 1215, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib64/python2.7/urllib2.py", line 1177, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> ```
Author
Owner

@allenlinux commented on GitHub (Oct 26, 2012):

using slackware 14 current 64 bits | behind a proxy. SYNC and exporting already did successfully.

@allenlinux commented on GitHub (Oct 26, 2012): using slackware 14 current 64 bits | behind a proxy. SYNC and exporting already did successfully.
Author
Owner

@FiloSottile commented on GitHub (Oct 26, 2012):

(edited to add codeblock)

@FiloSottile commented on GitHub (Oct 26, 2012): (edited to add codeblock)
Author
Owner

@phihag commented on GitHub (Oct 26, 2012):

Is that on the same machine you're reporting this issue? And what output do you get when you enter

youtube-dl --version
env | grep -i proxy

?

@phihag commented on GitHub (Oct 26, 2012): Is that on the same machine you're reporting this issue? And what output do you get when you enter ``` youtube-dl --version env | grep -i proxy ``` ?
Author
Owner

@allenlinux commented on GitHub (Oct 29, 2012):

1.- our programmer manager "magicly erased the squid | proxy ip tables configuration "BY MISTAKE"...
2.- after that my youtube-dl run with no problems, but, i have to run it using perl, wich means:
3.- # perl youtube-dl ..."whatever".....
4.- i hate proxys.
5.- youtube-dl works fine, forget it about my post, i think the proxy and squid ip configuration was the problem.

@allenlinux commented on GitHub (Oct 29, 2012): 1.- our programmer manager "magicly erased the squid | proxy ip tables configuration "BY MISTAKE"... 2.- after that my youtube-dl run with no problems, but, i have to run it using perl, wich means: 3.- # perl youtube-dl ..."whatever"..... 4.- i hate proxys. 5.- youtube-dl works fine, forget it about my post, i think the proxy and squid ip configuration was the problem.
Author
Owner

@allenlinux commented on GitHub (Oct 29, 2012):

thanks for everything

@allenlinux commented on GitHub (Oct 29, 2012): thanks for everything
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-ytdl-org#355
No description provided.