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

Arrow keys cause a crash #1

Open
pklapperich opened this issue Jul 22, 2018 · 0 comments
Open

Arrow keys cause a crash #1

pklapperich opened this issue Jul 22, 2018 · 0 comments

Comments

@pklapperich
Copy link
Owner

pklapperich commented Jul 22, 2018

Traceback (most recent call last):
  File "/usr/bin/git-crecord", line 11, in <module>
    load_entry_point('git-crecord==20161226.0', 'console_scripts', 'git-crecord')()
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/main.py", line 196, in main
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/crecord_core.py", line 220, in dorecord
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/crecord_core.py", line 87, in recordfunc
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/crpatch.py", line 701, in filterpatch
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/chunk_selector.py", line 75, in chunkselector
  File "/usr/lib/python3.6/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/chunk_selector.py", line 1128, in main
  File "/usr/lib/python3.6/site-packages/git_crecord-20161226.0-py3.6.egg/git_crecord/chunk_selector.py", line 1071, in handlekeypressed
TypeError: expect bytes or str of length 1, or int, got a str of length 6
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