Advertisement
staffcondor

Kubuntu 18.04 add-apt-repository doesn't response anything

Apr 8th, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.85 KB | None | 0 0
  1. sudo add-apt-repository -y ppa:kokoye2007/ppa
  2. ^CTraceback (most recent call last):
  3.   File "/usr/bin/add-apt-repository", line 136, in <module>
  4.     shortcut = shortcut_handler(line)
  5.   File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 868, in shortcut_handler
  6.     ret = factory(shortcut)
  7.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 398, in shortcut_handler
  8.     return PPAShortcutHandler(shortcut)
  9.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 355, in __init__
  10.     info = get_ppa_info(self.shortcut)
  11.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 326, in get_ppa_info
  12.     ret = get_ppa_info_from_lp(user, ppa)
  13.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in get_ppa_info_from_lp
  14.     return get_info_from_lp(lp_url)
  15.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 95, in get_info_from_lp
  16.     return get_info_from_https(lp_url, True)
  17.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, in get_info_from_https
  18.     data = _get_https_content_py3(url, accept_json)
  19.   File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in _get_https_content_py3
  20.     lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
  21.   File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
  22.     return opener.open(url, data, timeout)
  23.   File "/usr/lib/python3.6/urllib/request.py", line 526, in open
  24.     response = self._open(req, data)
  25.   File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
  26.     '_open', req)
  27.   File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
  28.     result = func(*args)
  29.   File "/usr/lib/python3.6/urllib/request.py", line 1361, in https_open
  30.     context=self._context, check_hostname=self._check_hostname)
  31.   File "/usr/lib/python3.6/urllib/request.py", line 1318, in do_open
  32.     encode_chunked=req.has_header('Transfer-encoding'))
  33.   File "/usr/lib/python3.6/http/client.py", line 1254, in request
  34.     self._send_request(method, url, body, headers, encode_chunked)
  35.   File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request
  36.     self.endheaders(body, encode_chunked=encode_chunked)
  37.   File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders
  38.     self._send_output(message_body, encode_chunked=encode_chunked)
  39.   File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output
  40.     self.send(msg)
  41.   File "/usr/lib/python3.6/http/client.py", line 974, in send
  42.     self.connect()
  43.   File "/usr/lib/python3.6/http/client.py", line 1407, in connect
  44.     super().connect()
  45.   File "/usr/lib/python3.6/http/client.py", line 946, in connect
  46.     (self.host,self.port), self.timeout, self.source_address)
  47.   File "/usr/lib/python3.6/socket.py", line 713, in create_connection
  48.     sock.connect(sa)
  49. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement