Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacktrace When Joining a Room #40

Open
benhamill opened this issue Jan 26, 2012 · 0 comments
Open

Stacktrace When Joining a Room #40

benhamill opened this issue Jan 26, 2012 · 0 comments

Comments

@benhamill
Copy link

When I join a room, this shows up in my terminal:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant