pipecat icon indicating copy to clipboard operation
pipecat copied to clipboard

fix websocekt-server bot.py file

Open usamatariq180 opened this issue 8 months ago • 4 comments

There was an issue at startup websocket server on my wndows, I added this line to resolve that runner = PipelineRunner(handle_sigint=False)

usamatariq180 avatar Apr 18 '25 21:04 usamatariq180

@usamatariq180 what was the issue you saw? I can run the websocket example without any issues on my machine (macOS). Others have had no issues on Windows and Linux. Could there be something unique about your computer or setup?

markbackman avatar May 07 '25 22:05 markbackman

@usamatariq180 when you get a chance, please let me know. I'll close this out soon though if I don't hear.

markbackman avatar May 16 '25 18:05 markbackman

Hi, I'm using windows. When I clone this project it requires handle_sigint=False to run, runner = PipelineRunner(handle_sigint=False)

usamatariq180 avatar May 20 '25 11:05 usamatariq180

@usamatariq180 I understand that part. What I'm asking is what issue did you see that caused you to have to add handle_sigint=False?

markbackman avatar May 20 '25 12:05 markbackman

Closing this PR as this example has been refactored.

markbackman avatar Jun 24 '25 22:06 markbackman