Comment 1 for bug 1507109

Revision history for this message
Kenneth Loafman (kenneth-loafman) wrote : Re: [Bug 1507109] [NEW] Duplicity crashes in Ubuntu 15.04

Please check the version of boto. Run 'pip freeze' and make sure boto is
2.30.0 or later.

On Sat, Oct 17, 2015 at 3:24 AM, WMH <email address hidden> wrote:

> Public bug reported:
>
> Duplicity: 0.7.05
> Ubuntu: 15.04
>
> While running a backup, receive the following error. Worked fine in
> Ubuntu 14.10 but started to fail after upgrade to 15.04.
>
> Traceback (most recent call last):
> File "/usr/bin/duplicity", line 1525, in <module>
> with_tempdir(main)
> File "/usr/bin/duplicity", line 1519, in with_tempdir
> fn()
> File "/usr/bin/duplicity", line 1357, in main
> action = commandline.ProcessCommandLine(sys.argv[1:])
> File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line
> 1103, in ProcessCommandLine
> backup, local_pathname = set_backend(args[0], args[1])
> File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line
> 994, in set_backend
> globals.backend = backend.get_backend(bend)
> File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 223,
> in get_backend
> obj = get_backend_object(url_string)
> File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 209,
> in get_backend_object
> return factory(pu)
> File
> "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
> 161, in __init__
> self.resetConnection()
> File
> "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
> 187, in resetConnection
> if "NoSuchBucket" in e.error_code:
> AttributeError: 'CertificateError' object has no attribute 'error_code'
>
> ** Affects: duplicity
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/1507109
>
> Title:
> Duplicity crashes in Ubuntu 15.04
>
> Status in Duplicity:
> New
>
> Bug description:
> Duplicity: 0.7.05
> Ubuntu: 15.04
>
> While running a backup, receive the following error. Worked fine in
> Ubuntu 14.10 but started to fail after upgrade to 15.04.
>
> Traceback (most recent call last):
> File "/usr/bin/duplicity", line 1525, in <module>
> with_tempdir(main)
> File "/usr/bin/duplicity", line 1519, in with_tempdir
> fn()
> File "/usr/bin/duplicity", line 1357, in main
> action = commandline.ProcessCommandLine(sys.argv[1:])
> File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line
> 1103, in ProcessCommandLine
> backup, local_pathname = set_backend(args[0], args[1])
> File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line
> 994, in set_backend
> globals.backend = backend.get_backend(bend)
> File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line
> 223, in get_backend
> obj = get_backend_object(url_string)
> File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line
> 209, in get_backend_object
> return factory(pu)
> File
> "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
> 161, in __init__
> self.resetConnection()
> File
> "/usr/lib/python2.7/dist-packages/duplicity/backends/_boto_single.py", line
> 187, in resetConnection
> if "NoSuchBucket" in e.error_code:
> AttributeError: 'CertificateError' object has no attribute 'error_code'
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/duplicity/+bug/1507109/+subscriptions
>