Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

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

Description

@rappie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions