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

Bug: Crash when starting hybrid-echidna in tmux #90

Open
rappie opened this issue Nov 5, 2022 · 0 comments
Open

Bug: Crash when starting hybrid-echidna in tmux #90

rappie opened this issue Nov 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@rappie
Copy link

rappie commented Nov 5, 2022

It works in urxvt and Konsole when not in tmux. But when I run it in tmux it crashes with this error:

❯ poetry run hybrid-echidna . --contract E2E --config echidna-config.yaml
Exception in thread Thread-1 (_display):
Traceback (most recent call last):
  File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.10/threading.py", line 953, in run
    self._target(*self._args, **self._kwargs)
  File "/home/rappie/.cache/pypoetry/virtualenvs/optik-test-D8mu_njD-py3.10/lib/python3.10/site-packages/optik/echidna/display.py", line 481, in _display
    raise exc
  File "/home/rappie/.cache/pypoetry/virtualenvs/optik-test-D8mu_njD-py3.10/lib/python3.10/site-packages/optik/echidna/display.py", line 459, in _display
    curses.init_color(curses.COLOR_RED, 245 * 4, 130 * 4, 0 * 4)
_curses.error: init_extended_color() returned ERR

Additional context:

  • Manjaro Linux, Python 3.10.8
  • Echidna 2.0.3
  • Slither 0.9.1
@rappie rappie added the bug Something isn't working label Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant