[Bug 570396] Re: Twitter feed does not refresh; manually refreshing does not work.

2010-08-26 Thread Mark Wu
I meet the same bug 2 days ago. I try to trace this bug, I just found there is one "none" element in data list from twitter( or gwibber itself), so I just try to filter the "none" element before show them in the panel. it works for me, hope it can solve your problem. https://bugs.launchpad.net/ubu

[Bug 618596] Re: Gwibber barely ever updates timeline.

2010-08-26 Thread Mark Wu
Hi Evert: Can you try the patch I list here https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/617395/comments/2 to see if it solve your problem? Mark -- Gwibber barely ever updates timeline. https://bugs.launchpad.net/bugs/618596 You received this bug notification because you are a member

[Bug 624017] Re: Gwibber failed to fetch twitter timeline, August 23

2010-08-26 Thread Mark Wu
Hi Giri: Could you close the Gwibber and run it from bash shell through "gwibber- service -do" to see if it shows the same error messages as Jens listed here: https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/617395 If the error messages looks the same, maybe you can try my patch mentioned

[Bug 617395] Re: Gwibber won't update timeline

2010-08-24 Thread Mark Wu
Okay, I think I have the same bug, and I also fix that for myself. Hope this works for you. Here comes the patch for /usr/lib/python2.6/dist- packages/gwibber/microblog/twitter.py 135c135,137 < if parse: return [getattr(self, "_%s" % parse)(m) for m in data] --- > > cleandata = [m for m