We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RSS Reader node is not able to retrieve feed from https://feed.infoq.com/development/. But it can retrieve from other sites like: https://www.developer-tech.com/feed/.
Node configuration:
Error details:
{ "errorMessage": "Status code 406", "errorDetails": {}, "n8nDetails": { "nodeName": "RSS Read", "nodeType": "n8n-nodes-base.rssFeedRead", "nodeVersion": 1.1, "itemIndex": 0, "time": "04/06/2025, 12:39:40", "n8nVersion": "1.95.3 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "NodeOperationError: Status code 406", " at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_12b981d6b49d407a163f4d5244314033/node_modules/n8n-nodes-base/nodes/RssFeedRead/RssFeedRead.node.ts:121:12)", " at processTicksAndRejections (node:internal/process/task_queues:95:5)", " at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1185:9)", " at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1534:27", " at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2098:11" ] } }
Load RSS feed from https://feed.infoq.com/development/.
Arch Linux 6.14.9
1.95.3
1.1
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @hongster,
We have created an internal ticket to look into this which we will be tracking as "GHC-2338"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
The RSS Reader node is not able to retrieve feed from https://feed.infoq.com/development/. But it can retrieve from other sites like: https://www.developer-tech.com/feed/.
Node configuration:
Error details:
To Reproduce
Expected behavior
Load RSS feed from https://feed.infoq.com/development/.
Operating System
Arch Linux 6.14.9
n8n Version
1.95.3
Node.js Version
1.1
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: