Shaunwei / RealChar

🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖
https://RealChar.ai/
MIT License
5.9k stars 716 forks source link

Failed to execute 'start' on 'MediaRecorder' #410

Open zeyadalmothafar opened 11 months ago

zeyadalmothafar commented 11 months ago

Everything is running for me and the avatar is responding to my talks but i ma getting the following error for some reason:

Failed to execute 'start' on 'MediaRecorder': The MediaRecorder's state is 'recording'. at startRecording (http://localhost:3000/static/js/bundle.js:4157:27) at recognition.current.onend (http://localhost:3000/static/js/bundle.js:4263:9)

pycui commented 11 months ago

Hi - what base commit are you running at? Are you able to reproduce this on the prod site (realchar.ai)? Thanks

zeyadalmothafar commented 10 months ago

@pycui Sorry for the late response, I don't get the same error when I use realchar.ai

zeyadalmothafar commented 10 months ago

@pycui I used uvicorn realtime_ai_character.main:app
to run the app