ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
6k stars 275 forks source link

RSS feed not working for some feeds? #1972

Closed butterdori closed 4 months ago

butterdori commented 6 months ago

Environment

Docker

Version

0.15.2

Describe the problem

Homarr is unable to retrieve some RSS feeds. Working:

I checked with feed validation service, but not sure why Homarr cannot retrieve it.

Error message: "Unable to retrieve RSS feed There was a problem reaching out the RSS feed. Make sure that you have correctly configured the RSS feed using a valid URL. URLs should match the official specification. After updating the feed, you may need to refresh the dashboard."

Logs

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 260 milliseconds

ℹ Retrieved RSS feed after 269 milliseconds

ℹ Requesting RSS feed at url https://onlinelibrary.wiley.com/feed/15206688/most-recent

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 234 milliseconds

ℹ Retrieved RSS feed after 244 milliseconds

ℹ Requesting RSS feed at url https://onlinelibrary.wiley.com/feed/15206688/most-recent

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 174 milliseconds

ℹ Retrieved RSS feed after 253 milliseconds

ℹ Requesting RSS feed at url https://onlinelibrary.wiley.com/feed/15206688/most-recent

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 569 milliseconds

ℹ Retrieved RSS feed after 589 milliseconds

ℹ Requesting RSS feed at url https://onlinelibrary.wiley.com/feed/15206688/most-recent

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 363 milliseconds

ℹ Retrieved RSS feed after 550 milliseconds

ℹ Requesting RSS feed at url https://onlinelibrary.wiley.com/feed/15206688/most-recent

ℹ Requesting RSS feed at url https://www.tandfonline.com/feed/rss/tcpo20

ℹ Retrieved RSS feed after 204 milliseconds

ℹ Retrieved RSS feed after 215 milliseconds

Context

No response

Please tick the boxes

github-actions[bot] commented 6 months ago

Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.

ajnart commented 4 months ago

Hello @butterdori This is expected, we can't really support every type of feed as RSS feeds doesn't really have a "standard" (or at least not everyone is following it 🤣 )

You can potentially fix the code for the feed you have by looking up the code for the RSS-feed widget and asking an LLM to help you implement some catches for the edgecases encountered in your specific rss feed.