You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a graceful way of handling the killing of the child process. I suspect that instead of killing it from the parent process, we could send a signal that is handled in the Python program and shuts down itself gracefully.
Describe the bug
When detection is running and users press the Stop button, the error toast shows up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To stop the detection process without errors
Screenshots
N/A
System Information (please complete the following information):
Additional context
The error message is null. It is probably something to do with how we handle
stderr
output from the backend.The text was updated successfully, but these errors were encountered: