PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.56k stars 5.27k forks source link

[BUG] 'Create Trigger' -> 'New Item in Feed' ends to 'Error: Not a feed' with my rss/atom #11226

Open ArfyFR opened 3 months ago

ArfyFR commented 3 months ago

I wanted to try pipedream with my blog Here is the RSS: https://arfy.fr/dotclear/index.php?feed/rss2

FYI: same problem with the atom version: https://arfy.fr/dotclear/index.php?feed/atom

It seems valid (validated by W3C): https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Farfy.fr%2Fdotclear%2Findex.php%3Ffeed%2Frss2

Steps to reproduce the behavior:

  1. Go to 'Create Trigger'
  2. Go to 'New Item in Feed'
  3. Enter my feed for the test: https://arfy.fr/dotclear/index.php?feed/rss2
  4. click on 'Create Source'
  5. See error

Expected behavior I suppose my Feed (generated by Dotclear, an open-source web publishing software) should be accepted

Screenshots image

Desktop (please complete the following information):

vunguyenhung commented 3 months ago

Hey @ArfyFR, accessing the link you provided. I believe it's more than a rss feed image

Pipedream rss source is only guarantee to work with xml feed for example: https://www.nytimes.com/svc/collections/v1/publish/https://www.nytimes.com/section/world/rss.xml

ArfyFR commented 3 months ago

Please check my feed with a validator: https://validator.w3.org/feed/check.cgi

Either RSS: https://arfy.fr/dotclear/index.php?feed/rss2 Or Atom: https://arfy.fr/dotclear/index.php?feed/atom

It is valid for years. But not for pipedream's code.

If you have command line CURL: curl https://arfy.fr/dotclear/index.php?feed/atom image (it's valid XML)

Some browsers transform RSS/Atom links to web pages.

ArfyFR commented 3 months ago

@vunguyenhung could you please re open, I can't do it.

vunguyenhung commented 3 months ago

Hey @ArfyFR, thanks for confirming. I'll reopen and add this to pipedream backlog for our dev to check