This bug was fixed in the package gwibber - 3.5.91-0ubuntu1
---------------
gwibber (3.5.91-0ubuntu1) quantal; urgency=low
* New upstream release
- Default action on the preview should be view, retweet could
be dangerous (LP: #1058222)
- work around bug in libunity's SocialPreview by explicitly
setting title and subtitle (LP: #1058198)
- decode the translated string for "at" (LP: #1055762)
-- Ken VanDine <[email protected]> Fri, 28 Sep 2012 16:17:00 -0400
** Changed in: gwibber (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gwibber in Ubuntu.
https://bugs.launchpad.net/bugs/1055762
Title:
doesn't refresh due to utf8 handling issue
Status in Gwibber:
Fix Released
Status in “gwibber” package in Ubuntu:
Fix Released
Bug description:
Using quantal beta2, gwibber-service in french hits that issue:
" File "/usr/share/gwibber/plugins/facebook/__init__.py", line 370, in
__call__
return getattr(self, opname)(**args)
File "/usr/share/gwibber/plugins/facebook/__init__.py", line 394, in receive
return [self._message(post) for post in data["data"]]
File "/usr/share/gwibber/plugins/facebook/__init__.py", line 273, in
_message
m["html"] += " " + _("at") + " <p><b>%s</b></p>" % m["location"]["name"]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1:
ordinal not in range(128)"
replacing the 2 _("at") instances with _("at").decode('utf8') fixes
the issue, thanks Ken ;-)
To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/1055762/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp