← Back to team overview

duplicity-team team mailing list archive

[Question #403599]: One drive backend issues

 

New question #403599 on Duplicity:
https://answers.launchpad.net/duplicity/+question/403599

Hi,

I'm using duplicity with one drive backend to backup my pc.
My OS is raspbian on raspberry pi 2.
Duplicity version 0.7.10.

Error from log file using verbosity 9:
AsyncScheduler: running task synchronously (asynchronicity disabled)
Writing duplicity-full.20161028T162602Z.vol1.difftar.gpg
Checked quota in 1.345569s
Backtrace of previous error: Traceback (innermost last):
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 369, in inner_retry
    return fn(self, *args)
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 522, in put
    self.__do_put(source_path, remote_filename)
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backend.py", line 508, in __do_put
    self.backend._put(source_path, remote_filename)
  File "/usr/local/lib/python2.7/dist-packages/duplicity/backends/onedrivebackend.py", line 282, in _put
    headers=headers)
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 522, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests_oauthlib/oauth2_session.py", line 358, in request
    headers=headers, data=data, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 475, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 596, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 473, in send
    raise ConnectionError(err, request=request)
 ConnectionError: ('Connection aborted.', error("(104, 'Connection reset by peer')",))

Looks like an issue with oauth authentication with one drive?
I already created the authentication key using the website provided by the duplicity execution.

Any additional info missing?

Please advise.

Thanks,
Lioz.

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.