We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I am trying to run gemini_agent.py and I encountered the following error
2025-01-13 20:35:26,630 - ERROR livekit.agents - Error in _capture_task Traceback (most recent call last): File "/usr/local/lib/python3.12/dist-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs return await fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/livekit/agents/multimodal/agent_playout.py", line 138, in _capture_task await self._source.capture_frame(f) File "/usr/local/lib/python3.12/dist-packages/livekit/rtc/audio_source.py", line 152, in capture_frame raise Exception(cb.capture_audio_frame.error) Exception: an RtcError occured: InvalidState - failed to capture frame
Can I get some help please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I am trying to run gemini_agent.py and I encountered the following error
2025-01-13 20:35:26,630 - ERROR livekit.agents - Error in _capture_task Traceback (most recent call last): File "/usr/local/lib/python3.12/dist-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs return await fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/dist-packages/livekit/agents/multimodal/agent_playout.py", line 138, in _capture_task await self._source.capture_frame(f) File "/usr/local/lib/python3.12/dist-packages/livekit/rtc/audio_source.py", line 152, in capture_frame raise Exception(cb.capture_audio_frame.error) Exception: an RtcError occured: InvalidState - failed to capture frame
Can I get some help please?
The text was updated successfully, but these errors were encountered: