Agno-API: ERR_INVALID_CHUNKED_ENCODING 200

Hello, how are you? I’m trying to use the Agno API sample agents in the Agno UI locally, but when I send a message, I get the following message.

image

and in the console I get the following error:

ERR_INVALID_CHUNKED_ENCODING 200

Hey @este22122, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!

Hi @este22122, I am unable to reproduce this myself, could you please provide some more details?

Hi @SamJupe, how are you? Initially, I’m pull the lastest version of agno-api project from git. I’m running it from the compose repository with the open-ai variables assigned. Then, from the agno playground (Agents - Agno), I connect it to the API and when a message with the example of web_search_agent, the ui gives me the following error.
image
with the following console.log

Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING

Despite these errors from the Docker container logs, the responses are correct with.

DEBUG =========================== user ===========================              
DEBUG hola                                                                      
DEBUG ======================== assistant =========================              
DEBUG ¡Hola! ¿En qué puedo ayudarte hoy? Si tienes alguna pregunta o necesitas  
      información sobre algún tema, dime y te ayudaré a buscar la mejor         
      respuesta.                                                                
DEBUG ************************  METRICS  *************************              
DEBUG * Tokens:                      input=1063, output=33, total=1096          
DEBUG * Prompt tokens details:       {'audio_tokens': 0, 'cached_tokens': 0}    
DEBUG * Completion tokens details:   {'accepted_prediction_tokens': 0,          

      'audio_tokens': 0, 'reasoning_tokens': 0, 'rejected_prediction_tokens': 0}
DEBUG * Time:                        6.5157s                                    
DEBUG * Tokens per second:           5.0647 tokens/s                            
DEBUG * Time to first token:         6.0773s                                    
DEBUG ************************  METRICS  *************************              
DEBUG ------------- OpenAI Async Response Stream End -------------              
DEBUG Added RunResponse to Memory                                               
DEBUG Logging Agent Run (Async)                                                 
DEBUG *** Agent Run End: 0292cd96-3736-4dfd-ab63-15a3e4c3c2f4 ****