im trying to add a simple rss feed node and i am getting this error: Problem running workflow
Unrecognized node type: n8n-nodes-base.rssRead
anyone know why i would get this? thanks!
im trying to add a simple rss feed node and i am getting this error: Problem running workflow
Unrecognized node type: n8n-nodes-base.rssRead
anyone know why i would get this? thanks!
Hi Justin!
The error:
Unrecognized node type: n8n-nodes-base.rssRead
usually means the RSS node is not installed or not available in your current n8n instance.
npm install n8n-nodes-base
Or for Docker:
docker pull n8nio/n8n
Let me know how you’re running n8n (Cloud, Docker, Desktop, etc.), and I can give you a more specific solution!
hi thanks for your response. basically anytime i import a json i created with claude then nothing works and i get this error message. before i do the import the rss node works ok. what can i do? you mentioned a desktop verson but i cant find where to download it
You likely calling old nodes, as claude will use old docs and new, so your get a mixture or node which probably wont work.
Once imported though via ctrl + paste, u can look at each node and then actually find that node Open Panels Node (Press Tab)
This will show all nodes actually installed, so just replace the ones you have issues with.
This is best workaround if importing from gpts, or maybe try provide a list of packages installed so the gpt knows what to use etc.
Hope this helps