Comment 12 for bug 1009786

Revision history for this message
ScaryTom (t-denley) wrote :

I'm an idiot, ignore my last post.

For some reason I removed the python-ubuntuone-client package and didn't re-install it. With that done, I'm back to the original exception:

Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,**kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 586, in _doReadOrWrite
    why = selectable.doRead()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 55, in doRead
    self.reactor._simulate()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py", line 313, in _simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 773, in runUntilCurrent
    f(*a, **kw)
  File "/usr/local/lib/python2.7/dist-packages/u1sync/client.py", line 328, in _connect
    ctx = get_ssl_context(no_verify)
exceptions.TypeError: get_ssl_context() takes exactly 2 arguments (1 given)