Skip to content

Instantly share code, notes, and snippets.

@CosminNechifor
Created October 18, 2018 08:39
Show Gist options
  • Select an option

  • Save CosminNechifor/497fba2f9f5734a77152dd805d62954b to your computer and use it in GitHub Desktop.

Select an option

Save CosminNechifor/497fba2f9f5734a77152dd805d62954b to your computer and use it in GitHub Desktop.
```
pool.join(raise_error=True) │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/pool.py", line 428, in join │
│ greenlet._raise_exception() │
│ File "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/gevent/_compat.py", line 47, in reraise │
│ raise value.with_traceback(tb) │
│ File "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run │
│ File "/home/cosmin/Documents/WORK/GITHUB/raiden/tools/scenario-player/scenario_player/node_support.py", line 191, in start │
│ ret = self.executor.start() │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/mirakuru/base.py", line 440, in start │
│ self.wait_for(self.check_subprocess) │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/mirakuru/base.py", line 357, in wait_for │
│ if wait_for(): │
│ File "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/mirakuru/base.py", line 458, in check_subprocess │
│ raise ProcessExitedWithError(self, exit_code) │
│mirakuru.exceptions.ProcessExitedWithError: The process invoked by the <scenario_player.utils.HTTPExecutor: "/home/cosmin/.raiden/scenario-player/
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment