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

FrameProcessor __internal_push_frame should raise exception it catches #684

Open
y22ma opened this issue Nov 1, 2024 · 0 comments
Open
Assignees

Comments

@y22ma
Copy link

y22ma commented Nov 1, 2024

Description

Feature request: raise issue after catching it within __internal_push_frame in FrameProcessor.py

Environment

  • pipecat-ai version: latest
  • python version: 3.11.0
  • OS: Ubuntu 20.04

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

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

2 participants