Streaming Error #2834
Replies: 1 comment
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The "Chunk too big" error is likely due to a size limit on the data chunks in the streaming response, probably from an intermediary server. Try checking your server's configuration for any request/response size limits and consider breaking down large responses from your agent into smaller pieces. Hello @petrupetru, Thank you for your question. The Here are a few steps you can take to troubleshoot and resolve this issue:
By ensuring that no single message in your stream is excessively large, you should be able to avoid the "Chunk too big" error and provide a smoother streaming experience for your users. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when i use my agent with streaming (adk web token streaming or Runner with StreamingMode.SSE) i get this error:
{"error": "Chunk too big"}
This happens for responses that are kind of long (over 500 words)
Beta Was this translation helpful? Give feedback.
All reactions