You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/snakefire/mainframe.py", line 650, in _cfRoomJoined
self._cfStreamMessage(room, message, live=False, updateRoom=False)
File "/usr/lib/python2.7/site-packages/snakefire/mainframe.py", line 509, in _cfStreamMessage
self._renderMessage(renderer.render(), room, message, live=live, updateRoom=updateRoom, alert=alert, alertIsDirectPing=alertIsDirectPing)
File "/usr/lib/python2.7/site-packages/snakefire/renderers.py", line 100, in render
message = body
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 89: ordinal not in range(128)
I can't tell what is breaking here as I still seem to be able to talk in the room, etc. Any ideas what's up here?
The text was updated successfully, but these errors were encountered:
When I join a room, this shows up in my terminal:
I can't tell what is breaking here as I still seem to be able to talk in the room, etc. Any ideas what's up here?
The text was updated successfully, but these errors were encountered: