I’m using the Convai plugin (version 4.0.0-beta. 11) in Unreal 5.5 with metahuman. For a while everything has been working fine until recently the character no longer responds to text nor audio inputs. When I attempt with text they look toward the player and my message appears in the widget, but no reply.
This is the output log when testing -
ConvaiPlayerLog: Started default audio capture
ConvaiSubsystemLog:
Attendee connected: convai-bot
LogViewport: Display: Viewport MouseLockMode Changed, LockAlways → LockOnCapture
LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown → CapturePermanently
ConvaiChatbotComponentLog: Character interrupted by user speaking
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“data”:{“config”:,“version”:“1.0.0”},“id”:“”,“label”:“rtvi-ai”,“type”:“bot-ready”}
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“label”:“rtvi-ai”,“type”:“user-started-speaking”}
ConvaiChatbotComponentLog: Character interrupted by user speaking
ConvaiPlayerLog: Started talking
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“data”:{“final”:true,“text”:“Hello”,“timestamp”:“2026-03-10 11:46:45”,“user_id”:“PA_8jWXr6dyiMpq”},“label”:“rtvi-ai”,“type”:“user-transcription”}
ConvaiPlayerLog: Transcription received: Hello
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“label”:“rtvi-ai”,“type”:“user-stopped-speaking”}
ConvaiChatbotComponentLog: Character interrupt ended
ConvaiPlayerLog: Finished talking
ConvaiPlayerLog: Transcription received:
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“data”:{“participant_id”:“PA_8jWXr6dyiMpq”,“text”:“Hello”,“type”:“final-user-transcription”},“label”:“rtvi-ai”,“type”:“server-message”}
ConvaiSubsystemLog: Warning: OnDataPacketReceived: Unknown server type ‘final-user-transcription’.
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“data”:{“text”:“Hello”},“label”:“rtvi-ai”,“type”:“user-llm-text”}
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“label”:“rtvi-ai”,“type”:“bot-llm-started”}
ConvaiSubsystemLog: Attendee ID: convai-bot, Data: {“type”:“bot-turn-completed”,“was_interrupted”:true}
ConvaiSubsystemLog: Warning: OnDataPacketReceived: Unknown packet type ‘bot-turn-completed’.
It seems that the character is being interrupted before they are able to generate a response. However, push to talk is enabled so I’m unsure how this is being triggered.