vocodedev / vocode-core

🤖 Build voice-based LLM agents. Modular + open source.
https://vocode.dev
MIT License
2.9k stars 489 forks source link

Regression: transcript not updating in 1.111a3 (was working in 1.111a2) #358

Closed cstigler closed 5 months ago

cstigler commented 1 year ago

I noticed that using the React SDK demo code, the transcript display feature is not working in the current version with the self-hosted client backend. Specifically, when transcript display is enabled, only the bot's intro message appears properly (e.g. "bot: Hello"), but all further messages do not appear.

If I keep exactly the same React client code, but downgrade the Python client backend to 1.111a2 (from 1.111a3) and rebuild, the transcript is updated properly. So something changed between 1.111a2 and 1.111a3 that broke the transcript display. I'd guess this means it's not sending the transcript events properly, but I haven't investigated far enough to confirm.

I am depending on the transcription display for my application, so a fix would be much appreciated! Let me know if I can provide any more info to help debug.

artkulak commented 1 year ago

Experiencing the same issue in the release version 1.111

aspdev91 commented 11 months ago

Same here. Has anyone found a fix for this?

navi504 commented 8 months ago

Same here, any fix yet?

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 5 months ago

This issue has been automatically closed due to inactivity. Thank you for your contributions.