Comment 32 for bug 844369

Revision history for this message
Oliver Sauder (sao) wrote :

I still experience those timeouts with 13.10 whereas there is no ubuntuone-couch anymore I assume this issue is now directly in duplicity?

Debug:
DUPLICITY: DEBUG 1
DUPLICITY: . Backtrace of previous error: Traceback (innermost last):
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/backends/u1backend.py", line 80, in request
DUPLICITY: . resp, content = self.client.request(url, method, headers=headers, body=body)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1569, in request
DUPLICITY: . (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1316, in _request
DUPLICITY: . (response, content) = self._conn_request(conn, request_uri, method, body, headers)
DUPLICITY: . File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1285, in _conn_request
DUPLICITY: . response = conn.getresponse()
DUPLICITY: . File "/usr/lib/python2.7/httplib.py", line 1045, in getresponse
DUPLICITY: . response.begin()
DUPLICITY: . File "/usr/lib/python2.7/httplib.py", line 409, in begin
DUPLICITY: . version, status, reason = self._read_status()
DUPLICITY: . File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
DUPLICITY: . line = self.fp.readline(_MAXLINE + 1)
DUPLICITY: . File "/usr/lib/python2.7/socket.py", line 476, in readline
DUPLICITY: . data = self._sock.recv(self._rbufsize)
DUPLICITY: . File "/usr/lib/python2.7/ssl.py", line 305, in recv
DUPLICITY: . return self.read(buflen)
DUPLICITY: . File "/usr/lib/python2.7/ssl.py", line 224, in read
DUPLICITY: . return self._sslobj.read(len)
DUPLICITY: . SSLError: The read operation timed out
DUPLICITY: .