Comment 34 for bug 376087

Revision history for this message
John O'Brien (jdobrien) wrote :

In reviewing these bugs this looks like several different issue.

One issue in particular I think our code should be able to handle is:

auth.py", line 111, in _get_keyring_items
    self.consumer.key})
gnomekeyring.NoKeyringDaemonError:
Unhandled error in Deferred:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 497, in __bootstrap

We should check for a keyring daemon or catch handle gnomekeyring.NoKeyringDaemonError and notify the user.