Closed cstigler closed 5 months ago
Experiencing the same issue in the release version 1.111
Same here. Has anyone found a fix for this?
Same here, any fix yet?
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.
This issue has been automatically closed due to inactivity. Thank you for your contributions.
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.