We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hybrid-echidna
tmux
It works in urxvt and Konsole when not in tmux. But when I run it in tmux it crashes with this error:
urxvt
Konsole
❯ 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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It works in
urxvt
andKonsole
when not in tmux. But when I run it in tmux it crashes with this error:Additional context:
The text was updated successfully, but these errors were encountered: