[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2020-01-09 Thread Dell Green via ubuntu-bugs
*** This bug is a duplicate of bug 1770929 *** https://bugs.launchpad.net/bugs/1770929 Seeing it on Ubuntu 18.04.3 LTS De ja Dup: 37.0 backups fail Traceback (innermost last): File "/usr/bin/duplicity", line 1555, in with_tempdir(main) File "/usr/bin/duplicity", line 1541, in with_

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2019-01-19 Thread Kenneth Loafman
*** This bug is a duplicate of bug 1770929 *** https://bugs.launchpad.net/bugs/1770929 ** This bug has been marked a duplicate of bug 1770929 backup fails on ubuntu 18.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-12-19 Thread Alexander Adam
Okay so this explains everything: in my case the fault was not about special characters in files or filenames but of error messages. I executed Deja Dup / Duplicity in a localized environment and got an error. If the *error message* contains special characters the response in the view won't sho

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-12-18 Thread Alexander Adam
This bug is rather https://bugs.launchpad.net/duplicity/+bug/1386373 — right? As it seems that there's a fix in Fedora somewhere[1]: is there any chance to get this upstream fix on Ubuntu 18.04 LTS as well? I mean, I would love to have a working backup solution again. ;) Also the error message s

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-12-05 Thread Bug Watch Updater
** Changed in: deja-dup (Fedora) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736164 Title: deja-dup/duplicity backup fails with UnicodeDecodeError To m

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-11-20 Thread Sean Murphy
OK, update on the above. Taking google drive ocamlfuse out of the mix solved the problem. I am now backing up locally and syncing the backup with Insync. Two backups have run without incident. I haven't tried a restore yet but all looks good so far. Looking at this with some of the other posts abov

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-11-17 Thread Sean Murphy
As others have noted. I get this trying to backup to Google Drive mounted with gdrive ocamlfuse. Several times now the backup has proceeded normally creating 100+ tar diffs then crashes with the below. - Ubuntu 18.04 Kernel 4.15.0-39-generic - duplicity 0.7.17 Traceback (innermost last): File "

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-11-05 Thread Vicente Oyanedel
Same exact error in: * Ubuntu 18.04 kernel 4.15.0-38-generic * duplicity 0.7.17 Traceback (innermost last): File "/usr/bin/duplicity", line 1555, in with_tempdir(main) File "/usr/bin/duplicity", line 1541, in with_tempdir fn() File "/usr/bin/duplicity", line 1393, in main do_bac

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-06-29 Thread Oliver Causey
Traceback (innermost last): File "/usr/bin/duplicity", line 1555, in with_tempdir(main) File "/usr/bin/duplicity", line 1541, in with_tempdir fn() File "/usr/bin/duplicity", line 1380, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/usr/lib/python2.7/dist-p

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-06-18 Thread Vej
Hello James, thanks for comment #14, which indicates a problem with the unicode handling of the original error message. I recommend to everyone attempting to fix this to look at the solution from bug #1377873 and investigate if this patch had been removed or somehow deactivated. ** Changed in: d

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-06-14 Thread James Walters
UPDATE: In my situation, the problem was caused by using a backup directory ("/var/backups") that my user did not have permission to write to. A simple chmod fixed the issue, but this manifested itself in deja- dup as a unicode error. Please consider adding a check/caveat to the code to provide a m

[Bug 1736164] Re: deja-dup/duplicity backup fails with UnicodeDecodeError

2018-06-11 Thread James Walters
On Ubuntu MATE 18.04, I get the following error: Traceback (innermost last): File "/usr/bin/duplicity", line 1555, in with_tempdir(main) File "/usr/bin/duplicity", line 1541, in with_tempdir fn() File "/usr/bin/duplicity", line 1393, in main do_backup(action) File "/usr/bin/du