homarr
homarr copied to clipboard
RSS feed not working for some feeds?
Environment
Docker
Version
0.15.2
Describe the problem
Homarr is unable to retrieve some RSS feeds. Working:
- https://onlinelibrary.wiley.com/feed/15206688/most-recent Not working:
- https://rss.sciencedirect.com/publication/science/00487333
- https://rss.sciencedirect.com/publication/science/03014215
- https://www.nature.com/natsustain.rss
- https://www.tandfonline.com/feed/rss/tcpo20
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
- [X] I confirm that I attached the proper logs
- [X] I've read the docs
- [X] I've checked for duplicate issues
- [X] I've tried to debug myself
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.
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.