-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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 :)
Metadata
Metadata
Assignees
Labels
No labels