Comment 17 for bug 711162

Revision history for this message
Thomas Kluyver (takluyver) wrote :

This is the error details I get when trying to start the U1 client. It's similar, but note that this traceback *does* go through ubuntuone-client.

CredentialsError
DBusException(dbus.String(u'Traceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 707, in _message_cb\n retval = candidate_method(self, *args, **keywords)\n File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/credentials/linux.py", line 172, in find_credentials\n reply_handler=reply_handler, error_handler=error_handler)\n File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 137, in __call__\n **keywords)\n File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 584, in call_async\n message.append(signature=signature, *args)\nValueError: Unable to guess signature from an empty dict\n'),)

Here's the u1 frame pulled out:

  File "/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/credentials/linux.py", line 172, in find_credentials
    reply_handler=reply_handler, error_handler=error_handler)