Well I tried some tricks and I get this debug of gwibber-service:

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/dispatcher.py", line 
75, in perform_operation
    message_data = PROTOCOLS[account["protocol"]].Client(account)(opname, 
**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/friendfeed.py", line 
124, in __call__
    return getattr(self, opname)(**args)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/friendfeed.py", line 
127, in receive
    return self._get("feed/home", num=count, start=since)
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/friendfeed.py", line 
103, in _get
    passwd = self.account.get("secret_key", self.account["password"])
KeyError: 'password'

Searching in /usr/lib/python2.6/dist-packages/gwibber/microblog/friendfeed.py
 under line 103 I realized that this field doesn't exists or is not used, so I 
replaced line 103 with this:

#passwd = self.account.get("secret_key", self.account["password"])
  passwd = self.account.get("secret_key")

now works fine for me :) .. please try this workaround and check if
works for you.

** Changed in: gwibber (Ubuntu)
       Status: Incomplete => Confirmed

-- 
FriendFeed stream is blank
https://bugs.launchpad.net/bugs/566295
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to