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

Error on aborting the rundown. #4

Open
llek1000 opened this issue Jun 23, 2023 · 0 comments
Open

Error on aborting the rundown. #4

llek1000 opened this issue Jun 23, 2023 · 0 comments

Comments

@llek1000
Copy link

Hi! I am experiencing an error when trying to abort a rundown, after clicking the abort button nothing happens.
The worker throws this error:

nebula-tutorial-worker-1    | Traceback (most recent call last):
nebula-tutorial-worker-1    |       File "/opt/nebula/services/play/request_handler.py", line 51, in do_POST
nebula-tutorial-worker-1    |         result = self.server.methods[method](**postvars)
nebula-tutorial-worker-1    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nebula-tutorial-worker-1    |       File "/opt/nebula/services/play/play.py", line 230, in abort
nebula-tutorial-worker-1    |         return self.controller.abort(**kwargs)
nebula-tutorial-worker-1    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nebula-tutorial-worker-1    |       File "/opt/nebula/services/play/conti/conti_controller.py", line 125, in abort
nebula-tutorial-worker-1    |         self.conti.abort()
nebula-tutorial-worker-1    |       File "/usr/local/lib/python3.11/site-packages/conti/__init__.py", line 228, in abort
nebula-tutorial-worker-1    |         self.current.stop()
nebula-tutorial-worker-1    |       File "/usr/local/lib/python3.11/site-packages/conti/source.py", line 197, in stop
nebula-tutorial-worker-1    |         os.kill(self.proc.pid, signal.SIGKILL)
nebula-tutorial-worker-1    |     ProcessLookupError: [Errno 3] No such process

Apparently it cannot find the conti process, though, I do not really understand it that well :)

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