Comment 40 for bug 959757

Revision history for this message
Christopher Townsend (townsend) wrote :

When testing gwibber-service-sina (0.9.1-0ubuntu7) and gwibber-service-sohu (0.8.1-0ubuntu6), the original crash is no longer occurring, but I'm getting a new crash after login to the service:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gwibber/accounts.py", line 390, in on_accounts_tree_row_activated
    self.account_show(acct["service"], icon, acct)
  File "/usr/lib/python2.7/dist-packages/gwibber/accounts.py", line 332, in account_show
    aw = globals()[service_id].AccountWidget(account, self)
  File "/usr/share/gwibber/plugins/sohu/gtk/sohu/__init__.py", line 41, in __init__
    has_secret_key = get_from_keyring(self.account['id'], 'secret_token') is not None
NameError: global name 'get_from_keyring' is not defined

Should I open a new bug for this or should we follow this regression here?