Skip to content

IdentiCurse crashes: UnicodeError - ordinal not in range(128) #26

Description

@mavjs

OS: Fedora 19
IdentiCurse version: 0.10-dev

Traceback:

Traceback (most recent call last):
  File "/usr/bin/identicurse", line 9, in <module>
    load_entry_point('identicurse==0.10-dev', 'console_scripts', 'identicurse')()
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/__init__.py", line 130, in main
    IdentiCurse(additional_config)
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 467, in __init__
    curses.wrapper(self.initialise)
  File "/usr/lib64/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 932, in initialise
    self.loop()
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 1155, in loop
    self.redraw()
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 756, in redraw
    self.status_bar.redraw()
  File "/usr/lib/python2.7/site-packages/identicurse-0.10_dev-py2.7.egg/identicurse/statusbar.py", line 42, in redraw
    self.window.addstr(0, 1, self.text.encode("utf-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 13: ordinal not in range(128)

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions