adk-web icon indicating copy to clipboard operation
adk-web copied to clipboard

Restarting bidirectional streaming is not currently supported. Please refresh the page or start a new session.

Open vorburger opened this issue 3 months ago • 3 comments

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?

vorburger avatar Sep 21 '25 12:09 vorburger

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?

axvx avatar Sep 27 '25 01:09 axvx

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."

vorburger avatar Sep 29 '25 13:09 vorburger

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.

jinnigu avatar Oct 13 '25 08:10 jinnigu