Describe the issue/error/question
I use a Splitn in Batches loop to get list of YouTube videos from 30 channels. Sometimes it works, but sometimes in breaks on a random turn.
What is the error message (if any)?
"RSS Feed Read: read ECONNRESET"
{
"errno": -104,
"code": "ECONNRESET",
"syscall": "read"
}
In more details:
NodeOperationError: read ECONNRESET
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/RssFeedRead/RssFeedRead.node.js:55:23)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:454:47
Please share the workflow
I added a function node with the channels I use (some anti-war channels), so ignore the Notion node.
Share the output returned by the last node
Don’t know what to share here
Information on your n8n setup
- n8n version: 0.176.0
- Database you’re using (default: SQLite): default
- Running n8n with the execution process [own(default), main]: main
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker