Bug 426421 - Kup won't finish backup - UnicodeDecodeError
Summary: Kup won't finish backup - UnicodeDecodeError
Status: RESOLVED DUPLICATE of bug 426139
Alias: None
Product: kup
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Simon Persson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-11 18:44 UTC by elman
Modified: 2020-09-12 07:53 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elman 2020-09-11 18:44:37 UTC
SUMMARY
Scheduled backup won't finish and I have no idea why because log doesn't say.

OBSERVED RESULT
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.


EXPECTED RESULT
Backup is saved.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Manjaro Stable
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.73.0
Qt Version: 5.8.6
kupdaemon: 0.7.3
Comment 1 Simon Persson 2020-09-12 07:53:52 UTC

*** This bug has been marked as a duplicate of bug 426139 ***