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
After building the project and the examples (on the lastest version of agent-js), when I run the pipeline_voice_agent example, I encounter this Protobuf error when a user joins a room, which gets thrown and stops the agent's process.
Error: Load model from /Users/nicolasjuelle/Projects/agents-js/plugins/silero/dist/silero_vad.onnx failed:Protobuf parsing failed.
at new OnnxruntimeSessionHandler (/Users/nicolasjuelle/Projects/agents-js/node_modules/.pnpm/[email protected]/node_modules/onnxruntime-node/dist/backend.js:24:92)
at Immediate.<anonymous> (/Users/nicolasjuelle/Projects/agents-js/node_modules/.pnpm/[email protected]/node_modules/onnxruntime-node/dist/backend.js:64:29)
at process.processImmediate (node:internal/timers:478:21)
pnpm version : 9.15.0
node version : 20.12.2
Do not hesitate if you need more information.
Thanks in advance
The text was updated successfully, but these errors were encountered:
I finally managed to make it work by manually downloading the model and placing it in the dist/ directory.
Also, I tried to open the model downloaded by Git LSF in https://netron.app/ ang got an "header error".
Hello Livekit team,
After building the project and the examples (on the lastest version of
agent-js
), when I run thepipeline_voice_agent
example, I encounter this Protobuf error when a user joins a room, which gets thrown and stops the agent's process.Do not hesitate if you need more information.
Thanks in advance
The text was updated successfully, but these errors were encountered: