Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

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

Open
sadimoodi opened this issue Aug 26, 2024 · 2 comments

Comments

@sadimoodi
Copy link

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
Copy link

ttamoud commented Aug 26, 2024

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.

@github-staff github-staff deleted a comment from sadimoodi Aug 27, 2024
@sadimoodi
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@sadimoodi @ttamoud and others