Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. File "/usr/bin/add-apt-repository", line 122, in <module>
  2. shortcut = shortcut_handler(line)
  3. File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 864, in shortcut_handler
  4. ret = factory(shortcut)
  5. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 407, in shortcut_handler
  6. return PPAShortcutHandler(shortcut)
  7. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 364, in __init__
  8. info = get_ppa_info(self.shortcut)
  9. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 335, in get_ppa_info
  10. ret = get_ppa_info_from_lp(user, ppa)
  11. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 92, in get_ppa_info_from_lp
  12. return get_info_from_lp(lp_url)
  13. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, in get_info_from_lp
  14. return _get_https_content_py3(lp_url)
  15. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 110, in _get_https_content_py3
  16. lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
  17. File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
  18. return opener.open(url, data, timeout)
  19. File "/usr/lib/python3.5/urllib/request.py", line 466, in open
  20. response = self._open(req, data)
  21. File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
  22. '_open', req)
  23. File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
  24. result = func(*args)
  25. File "/usr/lib/python3.5/urllib/request.py", line 1297, in https_open
  26. context=self._context, check_hostname=self._check_hostname)
  27. File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open
  28. h.request(req.get_method(), req.selector, req.data, headers)
  29. File "/usr/lib/python3.5/http/client.py", line 1106, in request
  30. self._send_request(method, url, body, headers)
  31. File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request
  32. self.endheaders(body)
  33. File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders
  34. self._send_output(message_body)
  35. File "/usr/lib/python3.5/http/client.py", line 934, in _send_output
  36. self.send(msg)
  37. File "/usr/lib/python3.5/http/client.py", line 877, in send
  38. self.connect()
  39. File "/usr/lib/python3.5/http/client.py", line 1252, in connect
  40. super().connect()
  41. File "/usr/lib/python3.5/http/client.py", line 849, in connect
  42. (self.host,self.port), self.timeout, self.source_address)
  43. File "/usr/lib/python3.5/socket.py", line 702, in create_connection
  44. sock.connect(sa)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement