Comment 10 for bug 552227

Revision history for this message
Toupeiro (toupeiro) wrote :

Captured from tailed strace on gwibber when trying to add facebook details:

-------------------------------------------------------------
Could not identify preference: username
Could not identify preference: session_key
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 184, in on_edit_account_save
    self.get_account_data()
  File "/usr/lib/python2.6/dist-packages/gwibber/accounts.py", line 343, in get_account_data
    aId = "%s-%s" % (self.account["protocol"], self.account["username"])
KeyError: 'username'

-------------------------------------------------------------