Advertisement
Guest User

Untitled

a guest
May 1st, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. xbmcpidgin --host xmbc
  2. ERROR:dbus.connection:Exception in handler for D-Bus signal:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
  5. self._handler(*args, **kwargs)
  6. File "/usr/lib/python2.7/site-packages/xbmctools/pidgin.py", line 36, in receiveIM
  7. self._client.send_notification(title='%s says' % sender, message=html2text(message))
  8. File "/usr/lib/python2.7/site-packages/xbmctools/pidgin.py", line 14, in html2text
  9. p.feed(html)
  10. File "/usr/lib/python2.7/sgmllib.py", line 104, in feed
  11. self.goahead(0)
  12. File "/usr/lib/python2.7/sgmllib.py", line 129, in goahead
  13. self.handle_data(rawdata[i:j])
  14. File "/usr/lib/python2.7/htmllib.py", line 70, in handle_data
  15. self.formatter.add_flowing_data(data)
  16. File "/usr/lib/python2.7/formatter.py", line 195, in add_flowing_data
  17. self.writer.send_flowing_data(data)
  18. File "/usr/lib/python2.7/formatter.py", line 420, in send_flowing_data
  19. write(word)
  20. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 4: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement