Skip to content

RSS Read node getting error 406 #15999

New issue

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

Open
hongster opened this issue Jun 4, 2025 · 1 comment · May be fixed by #16001
Open

RSS Read node getting error 406 #15999

hongster opened this issue Jun 4, 2025 · 1 comment · May be fixed by #16001
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@hongster
Copy link

hongster commented Jun 4, 2025

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:

{
  "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"
    ]
  }
}

To Reproduce

  1. Go to RSS Read node.
  2. Set URL to "https://feed.infoq.com/development/"
  3. Click "Execute step" button.

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)

@Joffcom
Copy link
Member

Joffcom commented Jun 4, 2025

Hey @hongster,

We have created an internal ticket to look into this which we will be tracking as "GHC-2338"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jun 4, 2025
@Joffcom Joffcom linked a pull request Jun 4, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants