node-red-nodes icon indicating copy to clipboard operation
node-red-nodes copied to clipboard

node-red-node-feedparser 0.2.1 output is error not a feed

Open syswombat opened this issue 4 years ago • 1 comments

i installe the node-red-node-feedparser 0.2.1

added this feed https://iopscience.iop.org/journal/rss/1538-3881

the output is just a msg : error "Error: Not a feed"

Which node are you reporting an issue on?

node-red-node-feedparser 0.2.1

What are the steps to reproduce?

What happens?

the output is just a msg : error "Error: Not a feed"

What do you expect to happen?

to see the output of the rss

Please tell us about your environment:

  • [ ] Node-RED version: v2.0.3
  • [ ] node.js version:
  • [ ] npm version:
  • [ ] Platform/OS:
  • [ ] Browser:

syswombat avatar Oct 14 '21 15:10 syswombat

You are probably going to need to supply some more details here as that URL works just fine for me.

I will say that I had issues when using curl to test the URL as it returns a slightly odd 302 response which ends up redirecting to a HTML page about being a bot. I assume that the failure is because it's getting the HTML not a RSS feed.

hardillb avatar Oct 14 '21 15:10 hardillb