Traceback (most recent call last): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 90, in get_ppa_info_from_lp lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT) File "/usr/lib/python3.2/urllib/request.py", line 139, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python3.2/urllib/request.py", line 370, in open response = self._open(req, data) File "/usr/lib/python3.2/urllib/request.py", line 388, in _open '_open', req) File "/usr/lib/python3.2/urllib/request.py", line 348, in _call_chain result = func(*args) File "/usr/lib/python3.2/urllib/request.py", line 1176, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/lib/python3.2/urllib/request.py", line 1140, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/usr/lib/python3.2/http/client.py", line 970, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.2/http/client.py", line 1008, in _send_request self.endheaders(body) File "/usr/lib/python3.2/http/client.py", line 966, in endheaders self._send_output(message_body) File "/usr/lib/python3.2/http/client.py", line 811, in _send_output self.send(msg) File "/usr/lib/python3.2/http/client.py", line 749, in send self.connect() File "/usr/lib/python3.2/http/client.py", line 1103, in connect self.timeout, self.source_address) File "/usr/lib/python3.2/socket.py", line 417, in create_connection sock.connect(sa) KeyboardInterrupt During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 108, in get_ppa_info_from_lp curl.perform() pycurl.error: (23, 'Failed writing body (0 != 1129)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 126, in ppa_info = get_ppa_info_from_lp(user, ppa_name) File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 112, in get_ppa_info_from_lp raise PPAException("Error reading %s: %s" % (lp_url, e[1])) TypeError: 'error' object does not support indexing