We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature request: raise issue after catching it within __internal_push_frame in FrameProcessor.py
This line in FrameProcessor.py simply logs the exception but does not raise it to the stacks above.
This leads to the inability of trying to catch broken pipelines at higher levels of the abstraction, such as PipelineRunner.run(task)
List the steps to reproduce the issue.
The text was updated successfully, but these errors were encountered:
_audio_in_queue
InputAudioRawFrame
aconchillo
No branches or pull requests
Description
Feature request: raise issue after catching it within __internal_push_frame in FrameProcessor.py
Environment
Issue description
This line in FrameProcessor.py simply logs the exception but does not raise it to the stacks above.
This leads to the inability of trying to catch broken pipelines at higher levels of the abstraction, such as PipelineRunner.run(task)
Repro steps
List the steps to reproduce the issue.
Expected behavior
Actual behavior
Logs
The text was updated successfully, but these errors were encountered: