pipecat-ai / pipecat

Open Source framework for voice and multimodal conversational AI
BSD 2-Clause "Simplified" License
3.04k stars 249 forks source link

can't start more then one DailyTransport on same server in order to support multi Daily rooms chatboot #417

Open dudyme opened 3 weeks ago

dudyme commented 3 weeks ago

transport = DailyTransport( 2024-08-23T14:33:13.921582262Z ^^^^^^^^^^^^^^^ 2024-08-23T14:33:13.921587022Z File "/micromamba/envs/3.11/lib/python3.11/site-packages/pipecat/transports/services/daily.py", line 725, in init 2024-08-23T14:33:13.921589912Z self._client = DailyTransportClient( 2024-08-23T14:33:13.921592762Z ^^^^^^^^^^^^^^^^^^^^^ 2024-08-23T14:33:13.921595622Z File "/micromamba/envs/3.11/lib/python3.11/site-packages/pipecat/transports/services/daily.py", line 156, in init 2024-08-23T14:33:13.921598542Z Daily.init()

aconchillo commented 3 weeks ago

@dudyme Hi! Yep, that's a currently known issue. The solution, for now, is to launch one process per bot.

dudyme commented 3 weeks ago

Thank you @aconchillo for your replay got it,