← Back to team overview

duplicity-team team mailing list archive

Re: [Question #255082]: Swift is working but duplicity is unable to upload a file

 

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

    Status: Answered => Open

stephane is still having a problem:
Unfortunately, google does not help.

It comes from the putrequest function.
the bug does not appear for all backups. It depends of the files or documents .


stephane@marlysa:~$ duplicity --num-retries 1 ~stephane/Téléchargement/test.wav swift://Test3
<...>
Last full backup date: none
No signatures found, switching to full backup.
> /usr/lib/python2.7/dist-packages/swiftclient/client.py(199)putrequest()
-> return self.request('PUT', full_path, data, headers, files)
(Pdb) print (full_path)
/v1/AUTH_fce*********************************/Test3/duplicity-full.20141004T124110Z.vol1.difftar.gpg
(Pdb) print(data)
<generator object chunk_reader at 0x7ff443d4fe60>
(Pdb) print(headers)
{'X-Auth-Token': u'f**********************************'}
(Pdb) print(files)
None
(Pdb) next
Error: Error([],)
> /usr/lib/python2.7/dist-packages/swiftclient/client.py(199)putrequest()
-> return self.request('PUT', full_path, data, headers, files)
(Pdb)

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