gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00601
[Bug 407743] Re: gwibber does not fetch qaiku timeline if 'radar' empty
[Expired for Gwibber because there has been no activity for 60 days.]
** Changed in: gwibber
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/407743
Title:
gwibber does not fetch qaiku timeline if 'radar' empty
Status in Gwibber:
Expired
Bug description:
If qaiku 'radar' or 'replies' is empty, the server returns 404. The
exception generated by urllib goes unhandled to the gwibber core and
it never tries to read the messages / timeline.
A simple fix is to catch and handle the exception in get_replies or
responses method.
One might argue that this is actually a bug in qaiku (I would) but the
fix is really simple anyway.