news icon indicating copy to clipboard operation
news copied to clipboard

add atom.xml automatically when a new feed is added

Open ilveropera opened this issue 9 months ago • 4 comments

Sometimes, when adding a feed, an error occurs.

For example, when trying to add https://meshtastic.org/blog/, I get the following message:

cURL error 3: URL using bad/illegal format or missing URL (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for /blog/rss.xml

Please check your data/nextcloud.log file for additional information!

However, when I append "atom.xml" to the URL, it works! (https://meshtastic.org/blog/atom.xml)

Would it be possible to handle this automatically?

Thanks for your work! 😊

Nextcloud: 30.0.1 News app: 25.3.0

[x ] I have read the CONTRIBUTING.md and followed the provided tips [ x] I accept that the issue will be closed without comment if I do not check here [ x] I accept that the issue will be closed without comment if I do not fill out all items in the issue template.

ilveropera avatar Mar 18 '25 14:03 ilveropera

Do you have "auto-discover feed" turned off? Because it would do exactly that.

SMillerDev avatar Mar 19 '25 15:03 SMillerDev

No, "auto-discover feed" on.

ilveropera avatar Mar 20 '25 10:03 ilveropera

This is a problem with relative links not working with feedio (#1385)

wofferl avatar Mar 24 '25 19:03 wofferl

This seems to be fixed with the new beta release 26.1.0-beta.1 since it includes a new version of feed-io 5.3 that includes the fixes for relative links.

Feedback welcome 😊

Grotax avatar Jul 18 '25 09:07 Grotax