Describe the problem/error/question
I’ve built a sentiment analysis that checks a short string / headline (max. ca. 8 - 10 words) for a sentiment and then returns positive / neutral / negative.
I’ve connected it with my local Ollama 3.2
When I run it on a set of 10 test strings in a loop, it’s working multiple times and then one time it suddenly not working anymore.
Running it again, might make it work again.
What is the error message (if any)?
Error during parsing of LLM output, please check your LLM model and configuration
Error details
Other info
Item Index
0
Node type
@n8n/n8n-nodes-langchain.sentimentAnalysis
Node version
1 (Latest)
n8n version
1.90.2 (Self Hosted)
Time
17/05/2025, 12:33:16
Stack trace
NodeOperationError: Error during parsing of LLM output, please check your LLM model and configuration at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/@n8n/n8n-nodes-langchain/dist/nodes/chains/SentimentAnalysis/SentimentAnalysis.node.js:212:17) at processTicksAndRejections (node:internal/process/task_queues:95:5) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:915:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.90.2
- Database (default: SQLite): Docker AI starter kit - not sure, Postgres or SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker (AI starter kit)
- Operating system: Ubuntu 25