rtvi-ai / rtvi-infra-examples

Example backend infrastructure for launching new bots that connect to your RTVI clients.
19 stars 10 forks source link

RTVIProcessor.__init__() got an unexpected keyword argument 'transport' #8

Open sadimoodi opened 3 weeks ago

sadimoodi commented 3 weeks ago

I am getting this error below then running the app.py or the bot.py, it seems like the RTVI.py file contains a class (RTVIProcessor) which does not accept "transport" as a parameter in the constructor, how to fix this? i went back to pipecat repo and their implementation of rtvi does not contain this parameter.

rtai = RTVIProcessor(transport=transport)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: RTVIProcessor.init() got an unexpected keyword argument 'transport'

ttamoud commented 3 weeks ago

Rtvi standard file in pipecat has changed quite a lot since this repo last udpate, there is no more RTVISetup et they introduce a few new modules. We're waiting on the rtvi team to update the frontend RTVI-WEB-DEMO and the backend RTVI-INFRA-EXAMPLES, I've been trying to reach out and leave issues, but no one is answering.

sadimoodi commented 3 weeks ago

Rtvi standard file in pipecat has changed quite a lot since this repo last udpate, there is no more RTVISetup et they introduce a few new modules. We're waiting on the rtvi team to update the frontend RTVI-WEB-DEMO and the backend RTVI-INFRA-EXAMPLES, I've been trying to reach out and leave issues, but no one is answering.

i also tried to reach out to few members in pipecat and no one replied yet, i also tested this library here but transcription isnt working