Hi Capt Chaos,

Your idea is fine but you are editing python files where you should edit
gwibber files ;)

in /usr/lib/python2.6/dist-packages/gwibber/microblog/twitter.py change
line 64

   m["text"] = unescape(data["text"])

to

   m["text"] = unescape(data["text"].encode("latin1"))

-- 
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe1 in position 0: 
unexpected end of data
https://bugs.launchpad.net/bugs/605543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to