Activity log for bug #1833827

Date Who What changed Old value New value Message
2019-06-22 20:54:56 Manuel J. bug added bug
2019-06-22 20:56:20 Manuel J. bug task added deja-dup
2019-06-22 21:01:50 Manuel J. description The following error is produced, when attempting to run a backup to S3. This bug blocks backups completely. --- Traceback (innermost last): File "/snap/deja-dup/178/bin/duplicity", line 1706, in <module> with_tempdir(main) File "/snap/deja-dup/178/bin/duplicity", line 1692, in with_tempdir fn() File "/snap/deja-dup/178/bin/duplicity", line 1525, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/commandline.py", line 1189, in ProcessCommandLine globals.backend = backend.get_backend(args[0]) File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backend.py", line 228, in get_backend obj = get_backend_object(url_string) File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backend.py", line 214, in get_backend_object return factory(pu) File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backends/_boto_single.py", line 173, in __init__ self.resetConnection() File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backends/_boto_single.py", line 193, in resetConnection self.storage_uri = boto.storage_uri(self.boto_uri_str) NameError: name 'boto' is not defined --- Duplicity version 8.00 Deja-Dup version: 40.1 (via snap) Python version: 3.6 OS: Ubuntu 18.04 Filesystem: Linux The following error is produced, when attempting to run a backup to S3. This bug blocks backups completely. --- Traceback (innermost last):   File "/snap/deja-dup/178/bin/duplicity", line 1706, in <module>     with_tempdir(main)   File "/snap/deja-dup/178/bin/duplicity", line 1692, in with_tempdir     fn()   File "/snap/deja-dup/178/bin/duplicity", line 1525, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/commandline.py", line 1189, in ProcessCommandLine     globals.backend = backend.get_backend(args[0])   File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backend.py", line 228, in get_backend     obj = get_backend_object(url_string)   File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backend.py", line 214, in get_backend_object     return factory(pu)   File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backends/_boto_single.py", line 173, in __init__     self.resetConnection()   File "/snap/deja-dup/178/lib/python3.6/site-packages/duplicity/backends/_boto_single.py", line 193, in resetConnection     self.storage_uri = boto.storage_uri(self.boto_uri_str)  NameError: name 'boto' is not defined --- Duplicity version 0.8.00 Deja-Dup version: 40.1 (via snap) Python version: 3.6 OS: Ubuntu 18.04 Filesystem: Linux
2019-06-24 22:25:18 Launchpad Janitor branch linked lp:~mterry/duplicity/boto-import
2019-06-25 00:52:23 Michael Terry deja-dup: status New Fix Released
2019-06-29 16:16:53 Kenneth Loafman duplicity: status New Fix Committed
2019-06-29 16:17:00 Kenneth Loafman duplicity: milestone 0.8.01
2019-06-29 16:17:20 Kenneth Loafman duplicity: importance Undecided Medium
2019-07-14 19:40:39 Kenneth Loafman duplicity: status Fix Committed Fix Released