Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1.  
  2. ERROR: Unable to download webpage: <urlopen error [Errno 1] general SOCKS server failure> (caused by URLError(Socks5Error(1, u'general SOCKS server failure'),))
  3. File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 627, in _request_webpage
  4. return self._downloader.urlopen(url_or_request)
  5. File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 2229, in urlopen
  6. return self._opener.open(req, timeout=self._socket_timeout)
  7. File "/usr/lib/python2.7/urllib2.py", line 429, in open
  8. response = self._open(req, data)
  9. File "/usr/lib/python2.7/urllib2.py", line 447, in _open
  10. '_open', req)
  11. File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
  12. result = func(*args)
  13. File "/usr/local/lib/python2.7/dist-packages/youtube_dl/utils.py", line 2724, in https_open
  14. req, **kwargs)
  15. File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
  16. raise URLError(err)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement