You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
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.
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
TypeError: RTVIProcessor.init() got an unexpected keyword argument 'transport'
The text was updated successfully, but these errors were encountered: