Discussion:
[Duplicity-talk] duplicity 0.7.07 - Amazon S3: No connection to backend
Richard
2016-04-11 15:07:53 UTC
Permalink
Hello,

Since update to version 0.7.07 of duplicity:

Backtrace of previous error: Traceback (innermost last):
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 367,
in inner_retry
return fn(self, *args)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 569,
in list
return [tobytes(x) for x in self.backend._list()]
File
"/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
252, in _list
raise BackendException("No connection to backend")
BackendException: No connection to backend

Please help.

--
Richard
Kenneth Loafman
2016-04-11 15:51:16 UTC
Permalink
See https://bugs.launchpad.net/bugs/1568677. There's a patch at the end.
Post by Richard
Hello,
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 367,
in inner_retry
return fn(self, *args)
File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 569,
in list
return [tobytes(x) for x in self.backend._list()]
File
"/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
252, in _list
raise BackendException("No connection to backend")
BackendException: No connection to backend
Please help.
--
Richard
_______________________________________________
Duplicity-talk mailing list
https://lists.nongnu.org/mailman/listinfo/duplicity-talk
Richard McGraw
2016-04-11 16:49:31 UTC
Permalink
On Mon, 11 Apr 2016 10:51:16 -0500
Post by Kenneth Loafman
See https://bugs.launchpad.net/bugs/1568677. There's a patch at the end.
Thanks.

Loading...