kiko čabala

Results 4 comments of kiko čabala

I also get this warning beforehand, not sure if that's any relevant. ``` 2025-05-06 12:53:16,320 - WARNING livekit.agents - _SegmentSynchronizerImpl.playback_finished called before text/audio input is done {"pid": 34776, "job_id": "AJ_pG2PwtAGWnqE"}...

Sure, here are session & agent init snippets inside entrypoint ``` # getting user cell number, lookup client info in db # preparing userdata object ... session = AgentSession[UserData]( userdata=userdata,...

@ChenghaoMou I think this might be the culprit, since this warning only gets raised when the agent speaks, and it seems to be raised almost simultaneously with when I receive...

The transcript doesn't get computed properly. in `mark_playback_finished`, _text_input is not done. This would require `end_text_input` to be called, which it seems like isn't. _TextData object inside `mark_playback_finished` always has...