Skip to content

Identicurse crashes - Value error for chr (occurs when entring in a message) #20

Description

@tsyesika

I am using master and was entering in a dent (don't remember what) and it crashed on me producing the 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.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/__init__.py", line 126, in main
    IdentiCurse(additional_config)
  File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 467, in __init__
    curses.wrapper(self.initialise)
  File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 932, in initialise
    self.loop()
  File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 1084, in loop
    self.parse_input(self.text_entry.edit())
  File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/textbox.py", line 185, in edit
    elif ch <= 127 and chr(ch) in string.printable:
ValueError: chr() arg not in range(256)

I'm using SL/Centos/RHEL's python 2.6.6

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

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions