duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity response status 200 with reason 'OK'


From: edgar . soldin
Subject: Re: [Duplicity-talk] Duplicity response status 200 with reason 'OK'
Date: Fri, 13 Jun 2014 13:34:04 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 13.06.2014 13:10, Andreas Vogler wrote:
> Hallo ,
> Hier das Logfile:
> 
SNIP

two questions.

1. did it work before?

2. is the webdav space full by any possibility.

try to add some debug out to 'duplicity/backends/webdavbackend.py' around line 
403

if response.status in [201, 204]:
   response.read()
   response.close()
else:
   status = response.status
   reason = response.reason
   document = response.read()       <---- add this
   log.Debug("%s" % (document,))    <---- and this
   response.close()
   raise BackendException("Bad status code %s reason %s." % (status,reason))

make sure the indention matches with the surrounding lines.
run again with -v9 and send the output.


..ede/duply.net



reply via email to

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