doesn't refresh due to utf8 handling issue
Bug #1055762 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gwibber |
Fix Released
|
Undecided
|
Ken VanDine | ||
gwibber (Ubuntu) |
Fix Released
|
Medium
|
Ken VanDine |
Bug Description
Using quantal beta2, gwibber-service in french hits that issue:
" File "/usr/share/
return getattr(self, opname)(**args)
File "/usr/share/
return [self._
File "/usr/share/
m["html"] += " " + _("at") + " <p><b>%s</b></p>" % m["location"
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)"
replacing the 2 _("at") instances with _("at")
Related branches
lp://staging/~ken-vandine/gwibber/lp_1055762
- Sebastien Bacher (community): Approve
-
Diff: 15 lines (+2/-2)1 file modifiedgwibber/microblog/plugins/facebook/__init__.py (+2/-2)
Changed in gwibber: | |
status: | New → Fix Committed |
Changed in gwibber (Ubuntu): | |
milestone: | none → ubuntu-12.10 |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ken VanDine (ken-vandine) |
Changed in gwibber: | |
assignee: | nobody → Ken VanDine (ken-vandine) |
milestone: | none → 3.6 |
Changed in gwibber: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
(the real line is 272, I added a print debug statement)