You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am running the example multimodal agent locally. When I connect to it from the livekit playground or from my local frontend, it throws the following truncation error.
pnpm dev
> [email protected] dev
> tsc && node dist/agent.js dev
[16:36:11.501] INFO (34126): starting worker
version: "0.1.0"
[16:36:11.525] INFO (34126): Server is listening on port 62867
[16:36:11.657] INFO (34126): registered worker
version: "0.1.0"
id: "AW_nWxXzroooSma"
server_info: {
"edition": "Cloud",
"version": "1.8.0",
"protocol": 15,
"region": "US West",
"nodeId": "NC_OPHOENIX1A_byfAyTUVQAMp",
"debugInfo": "",
"agentProtocol": 0
}
[16:36:22.573] INFO (34126): received job request
version: "0.1.0"
job: {
"id": "AJ_SmkzZrus2hCH",
"type": "JT_ROOM",
"room": {
"sid": "RM_yJDb3wZQSvDs",
"name": "roomName",
"emptyTimeout": 300,
"maxParticipants": 0,
"creationTime": "1730680490",
"turnPassword": "",
"enabledCodecs": [
{
"mime": "video/H264",
"fmtpLine": ""
},
{
"mime": "video/VP8",
"fmtpLine": ""
},
{
"mime": "video/VP9",
"fmtpLine": ""
},
{
"mime": "video/AV1",
"fmtpLine": ""
},
{
"mime": "audio/red",
"fmtpLine": ""
},
{
"mime": "audio/opus",
"fmtpLine": ""
}
],
"metadata": "",
"numParticipants": 0,
"activeRecording": false,
"numPublishers": 0,
"version": {
"unixMicro": "1730680490306295",
"ticks": 0
},
"departureTimeout": 20
},
"namespace": "",
"metadata": "",
"agentName": "",
"state": {
"status": "JS_RUNNING",
"error": "",
"startedAt": "1730680582622198028",
"endedAt": "0",
"updatedAt": "1730680582622198028",
"participantIdentity": ""
},
"dispatchId": ""
}
resuming: false
agentName: ""
waiting for participant
starting assistant example agent for voice_assistant_user_5478
Connecting to OpenAI Realtime API at wss://api.openai.com/v1/realtime?model=gpt-4o-realtime-preview-2024-10-01
[16:36:57.547] ERROR (34127): OpenAI Realtime error {"type":"invalid_request_error","code":null,"message":"Only model output audio messages can be truncated","param":null,"event_id":null}
sessionId: "sess_APfMuVBtVJ4LcIOQwO0vm"
The text was updated successfully, but these errors were encountered:
Hi! I am running the example multimodal agent locally. When I connect to it from the livekit playground or from my local frontend, it throws the following truncation error.
The text was updated successfully, but these errors were encountered: