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
The following code executes successfully when run directly on an Ubuntu-based system like say python3 make_transcript.py. However, when executed as a service file, it fails and exits with the error:
Issue: Service Execution Failure -
status=6/ABRT
The following code executes successfully when run directly on an Ubuntu-based system like say python3 make_transcript.py. However, when executed as a service file, it fails and exits with the error:
Code Snippet
Observed Behavior
The code runs without any issues when executed directly in a terminal or Python environment.
When the code is run as part of a systemd service file, it crashes with the following error and basically it does not execute properly.
It runs properly until it starts entering the for loop there it crashes
Observe the failure in logs.
I would be very grateful if anyone can identify the cause of the failure and provide a resolution or guidance on debugging this issue further.
The text was updated successfully, but these errors were encountered: