duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Python error in Webdav backend


From: Sven Hazejager
Subject: Re: [Duplicity-talk] Python error in Webdav backend
Date: Fri, 20 Sep 2019 20:24:46 +0200



On Fri, 20 Sep 2019 at 19:11, Sven Hazejager <address@hidden> wrote:

Attempt 1 failed. TypeError: can only concatenate str (not "bytes") to str

Any ideas? :-)


Again, I am replying to myself. I fixed it and basic backup use cases seem to work (more testing needed still):

/usr/local/lib/python3.7/dist-packages/duplicity/backends/webdavbackend.py

Line 411 add .decode() to remote_filename
Line 437 add .decode() to remote_filename
Line 459 add .decode() to filename

So far, good news.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]