Restarting bidirectional streaming is not currently supported. Please refresh the page or start a new session.
In https://github.com/enola-dev/enola/issues/1764,
we are exploring using the microphone icon on adk-web.
I've noticed that it works once, but when you stop and then press it again (in the same session), then it fails with:
Restarting bidirectional streaming is not currently supported. Please refresh the page or start a new session.
Perhaps this could be supported in the future?
So it means that we cannot communicate with the agents using our voice while using adk web? But perhaps we could do it writing our own web interface?
So it means that we cannot communicate with the agents using our voice while using adk web? But perhaps we could do it writing our own web interface?
No, it actually kinda works as-is already; see e.g. (my) YT video linked from https://docs.enola.dev/agents/vui.
This bug is just about a specific issue that I've run into - as described above; please do read, repeating it: "It works once, but when you stop and then press it again, then it fails."
Hi @vorburger, here's the fix: https://github.com/google/adk-web/pull/156. I tested with model gemini-2.0-flash-live-001. No longer seeing the error when stop and restart within the same session.