I'm trying the conversation API service from Watson (using the Python API client available on pypi: 'watson-developer-cloud'.
When i make a request, i am getting the following error:
"output": { "text": [], "error": "Error when updating output with output of dialog node id:node_3_1470064336636. Fix the dialog node. Node output was:{"text":"El monto que te puedo adelantar lo define el sistema segu00fan el anu00e1lisis que realiza de tu figura crediticia. El primer adelanto seru00e1 de hasta $2000 y mientras vayas cumpliendo en tiempo y forma, se iru00e1 aumentando el monto que el sistema te ofrece, siendo $4000 el mu00e1ximo. Si queru00e9s saber el monto exacto que puedo otorgarte, registrate o accedu00e9 a tu cuenta y hacu00e9 click en la opciu00f3n \"Pedu00ed un Adelanto\"."}n**org.springframework.expression.spel.SpelParseException**: EL1049E:(pos 8): Unexpected data after '.': '2000'n"
The response (in spanish) is the following:
{ "output": { "text": "El monto que te puedo adelantar lo define el sistema según el análisis que realiza de tu figura crediticia. El primer adelanto será de hasta $2000 y mientras vayas cumpliendo en tiempo y forma, se irá aumentando el monto que el sistema te ofrece, siendo $4000 el máximo. Si querés saber el monto exacto que puedo otorgarte, registrate o accedé a tu cuenta y hacé click en la opción "Pedí un Adelanto"." } }
I also get the same error testing the bot on the Watson Conversation Workspace (the dialog icon on the top-right coer). Any ideas how to fix this? Should i escape some part of my input?
Thanks in advance,
Emiliano.
