Parsing error during chat session

Describe the problem/error/question

Hi everyone this is my first automation and I’m kind of lost trying to solve this issue, I don’t have any clue why this extra symbols and text are also coming out on each response during my online chat sessions because if I test the chat on n8n it looks perfect!

Example: { “response”: { “text”: " DESIRED CHAT RESPONSE ." } }

I’ll share with you the pdf file also, although I don’t think it has anything to do with this error: https://drive.google.com/file/d/1LH39kF6quHsMEcCkm5xdKpvQEXZL6yvd/view?usp=drive_link


como se llama el proyecto?

{ “response”: { “text”: “El proyecto se llama “ALTOS DE LIBERTAD”.” } }

Please share your workflow

Share the output returned by the last node

text:El proyecto se llama “ALTOS DE LIBERTAD”.

------------- JSON Ouput ---------------
[

{

“response”: {

“text”: “El proyecto se llama “ALTOS DE LIBERTAD”.”

}

}

]
------------------ End JSON Output -------------
--------------Schema Output ---------------
response

text

El proyecto se llama “ALTOS DE LIBERTAD”.

--------------------En Schema Output -----------------------

Information on your n8n setup

  • n8n version: 1.57.0
  • Database (default: SQLite): Postgresql
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Self Hosted
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Installed with Coolify I guess with Docker, not really sure.
  • Operating system: Ubuntu

Hi @Showtime_Prop,

Welcome to the community :tada:

This looks like a bug that occurs when using Question and Answer Chain with the chat trigger. I’ll report this internally, thanks for posting! Tracking [AI-355]

Is there a way around this until this bug is fixed?

@aivis A work-around, for now, is to set the output to just text with a set-node like this:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.