-
Notifications
You must be signed in to change notification settings - Fork 2
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
IdentiCurse crashes: UnicodeError - ordinal not in range(128) #26
Comments
Looks like a double-encode bug - You get same error if you do: |
well, removed that |
@moggers87 heh, it's been quite a while since I've used IdentiCurse, but I'm back on it on a mac. I've got the same issue if I leave the terminal for awhile. Temporary fix I've applied is to remove the encode("utf-8") like I mentioned before. When I tried
|
@mavjs would you mind testing that fix on linux too? I'm not active on StatusNet, so I can't really help with debugging this issue any longer. However, I'm more than happy to merge pull requests. |
Tried it out on my Fedora 20+Python 2.7.5 server. The same error appears. Obvious fix is to revert that commit. I tried out with just 2 PRESET_SLOGANS as below;
It seems if there is encode("utf-8") on both line 40 & 42 of statusbar.py, it crashes Identicurse. Otherwise, it works fine. (My $LANG is set as en_GB.UTF-8) |
OS: Fedora 19
IdentiCurse version: 0.10-dev
Traceback:
I just opened it and left it in another tab in terminator. And it randomly crashes. Not sure what's causing it. Although I woke up today and thought maybe because windigo has a weird symbol (☴) beside his name? :P
The text was updated successfully, but these errors were encountered: