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: Kenneth Loafman
Subject: Re: [Duplicity-talk] Python error in Webdav backend
Date: Sat, 5 Oct 2019 13:04:09 -0500

This fix will be in the next release, 0.8.05.

Thanks for the help!

...Ken

On Fri, Sep 20, 2019 at 1:25 PM Sven Hazejager via Duplicity-talk <address@hidden> wrote:


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.
_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk

reply via email to

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