https://bugs.kde.org/show_bug.cgi?id=426139
Bug ID: 426139
Summary: No Backup due to UnicodeDecodeError in error callback
Product: kup
Version: 0.8.0
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: critical
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Since update to 0.8.0-2 no successfull backup is possible. The backup job which
works just fine since returns the following error message in the logfile:
{init, fsck & index: exit code: 0}
bup "-d" "{path}" "save" "-n" "kup" "-vv" "/{path}" "/{path}"
Traceback (most recent call last):
File "/usr/lib/bup/cmd/bup-save", line 324, in <module>
log('%s %-70s\n' % (status, path_msg(ent.name)))
File "/usr/lib/bup/cmd/../bup/io.py", line 18, in path_msg
return x.decode(errors='backslashreplace')
TypeError: don't know how to handle UnicodeDecodeError in error callback
Exit code: 1
Kup did not successfully complete the bup backup job: failed to save
everything.
STEPS TO REPRODUCE
1. Start backup job
2. Wait a while
3. Get error
OBSERVED RESULT
No backup is made
EXPECTED RESULT
Backup should have made
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: Manjaro Linux 20.1, Kernel 5.8.3-2
(available in About System)
KDE Plasma Version: 5.19.4-1
KDE Frameworks Version: 5.73.0-1
Qt Version: 5.15.0-4
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.