← Back to team overview

duplicity-team team mailing list archive

Re: [Question #153143]: WebDAV PROPFIND attempt #1 failed: 200

 

Question #153143 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/153143

    Status: Open => Answered

Matthias Nagl proposed the following answer:
Here the output with verbosity=9

##################################################


Using archive dir: /var/cache/duplicity/ab656df5729abab979d79f2d2c50d2d6
Using backup name: ab656df5729abab979d79f2d2c50d2d6
Import of duplicity.backends.ftpsbackend Succeeded
Import of duplicity.backends.botobackend Succeeded
Import of duplicity.backends.rsyncbackend Succeeded
Import of duplicity.backends.tahoebackend Succeeded
Import of duplicity.backends.ftpbackend Succeeded
Import of duplicity.backends.cloudfilesbackend Succeeded
Import of duplicity.backends.webdavbackend Succeeded
Import of duplicity.backends.hsibackend Succeeded
Import of duplicity.backends.giobackend Failed: No module named gio
Import of duplicity.backends.localbackend Succeeded
Import of duplicity.backends.imapbackend Succeeded
Import of duplicity.backends.sshbackend Succeeded
Using WebDAV host dav.disk.alice.de
Using WebDAV directory /host/subdir/
Using WebDAV protocol http
Reading globbing filelist /etc/duplicity/exclude-list.cfg
Main action: full
================================================================================
duplicity 0.6.13 (April 02, 2011)
Args: /usr/bin/duplicity full -v9 --encrypt-key 086924C3 --sign-key 086924C3 --archive-dir /var/cache/duplicity --exclude-globbing-filelist /etc/duplicity/exclude-list.cfg --num-retries 5 --volsize 200 --log-file /var/log/duplicity.log / webdav://mnagl\@alice.de:secret@xxxxxxxxxxxxxxxxx/host/subdir
Linux host 2.6.37-hardened-r7 #1 SMP Sun May 1 10:19:09 CEST 2011 x86_64 Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz
/usr/bin/python2.7 2.7.1 (r271:86832, Mar 30 2011, 10:22:03) 
[GCC 4.4.4]
================================================================================
Using temporary directory /tmp/duplicity-XZsqVH-tempdir
Registering (mkstemp) temporary file /tmp/duplicity-XZsqVH-tempdir/mkstemp-H02dlV-1
Temp has 35921014784 available, backup will use approx 272629760.
Listing directory /host/subdir/ on WebDAV server
WebDAV PROPFIND attempt #1 failed: 200 
Listing directory /host/subdir/ on WebDAV server
WebDAV PROPFIND attempt #2 failed: 200 
Listing directory /host/subdir/ on WebDAV server
WebDAV PROPFIND attempt #3 failed: 200 
Listing directory /host/subdir/ on WebDAV server
WebDAV PROPFIND attempt #4 failed: 200 
Listing directory /host/subdir/ on WebDAV server
WebDAV PROPFIND attempt #5 failed: 200 
Removing still remembered temporary file /tmp/duplicity-XZsqVH-tempdir/mkstemp-H02dlV-1
Traceback (most recent call last):
  File "/usr/bin/duplicity-2.7", line 1250, in <module>
    with_tempdir(main)
  File "/usr/bin/duplicity-2.7", line 1243, in with_tempdir
    fn()
  File "/usr/bin/duplicity-2.7", line 1144, in main
    sync_archive()
  File "/usr/bin/duplicity-2.7", line 919, in sync_archive
    remlist = globals.backend.list()
  File "/usr/lib64/python2.7/site-packages/duplicity/backends/webdavbackend.py", line 181, in list
    log.Info("%s" % (document,))
UnboundLocalError: local variable 'document' referenced before assignment

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.