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 @shaunakjoshi12, Thank you for reporting this issue with Gemini. Could you confirm if these errors are reproducible? It would help if you could share the steps to replicate the issue, so we can investigate and work on a fix.
Hi @jayeshp19 thank you very much for responding! All you need to do is
host a server on a port (eg. 8000) by executing python3 /app/src/gemini_agent.py dev
Run a frontend application to connect to that server.
I have observed after numerous tests that there is no fixed pattern where it fails but I feel it has something to do with TTSSegmentsForwarder Please find the example screenshots below
Hello! I am trying to run gemini_agent.py and I encountered the following error
Exception ignored in: <coroutine object TTSSegmentsForwarder._main_task at 0x7ffff218d940> Traceback (most recent call last): File "/usr/local/lib/python3.12/dist-packages/livekit/agents/utils/log.py", line 16, in async_fn_logs 2025-01-13 20:35:43,459 - ERROR livekit.agents - Error in _main_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) ^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: coroutine ignored GeneratorExit {"pid": 75, "job_id": "AJ_vKkaFxQ5K487"} return await fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: coroutine ignored GeneratorExit
Need some help please!
The text was updated successfully, but these errors were encountered: