Bug 503524 - Akregator doesn't read a feed that Liferea does Fails with "invalid XML"
Summary: Akregator doesn't read a feed that Liferea does Fails with "invalid XML"
Status: REPORTED
Alias: None
Product: akregator
Classification: Applications
Component: feed parser (other bugs)
Version First Reported In: 6.3.3
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-29 14:25 UTC by Paul Hands
Modified: 2025-04-30 15:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Akregator and liferrea side by side (789.12 KB, image/png)
2025-04-29 14:25 UTC, Paul Hands
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Hands 2025-04-29 14:25:12 UTC
Created attachment 180774 [details]
Akregator and liferrea side by side

SUMMARY
Akregator doesn't read a feed that Liferea does

STEPS TO REPRODUCE
1. Add https://www.xda-developers.com/category/computing-news/ as a new feed to both Akregator and Liferea
2. Attempt to fetch/read that feed.

OBSERVED RESULT
Liferea reads the feed and displays the last few articles.  Akregator doesn't read the feed, and a mouse-over of the feed says it could not read the feed because the XML is invalid.  See the attached screenshot of Akregator and liferea side by side, with the same URL.

EXPECTED RESULT
Akregator should read the feed.

SOFTWARE/OS VERSIONS

Operating System: Kubuntu 25.04
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.12.0
Qt Version: 6.8.3
Kernel Version: 6.14.0-15-generic (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 125.7 GiB of RAM
Graphics Processor: AMD Radeon RX 6600
Manufacturer: ASUS
ADDITIONAL INFORMATION
Comment 1 Christophe Marin 2025-04-30 08:13:14 UTC
The Firefox addon "Want my RSS" also doesn't see a feed on this page. If looking at the sources, there's no link with 'type=application/rss+xml'.


The only relevant indication is this:
<h1 class="listing-title">News <a class="listing-title-rss-link icon i-feed" href="/feed/category/computing-news/"></a></h1>

which means you can use https://www.xda-developers.com/feed/category/computing-news/ but not expect feed readers to auto-discover it.
Comment 2 Paul Hands 2025-04-30 15:13:28 UTC
(In reply to Christophe Marin from comment #1)
> The Firefox addon "Want my RSS" also doesn't see a feed on this page. If
> looking at the sources, there's no link with 'type=application/rss+xml'.
> 
> 
> The only relevant indication is this:
> <h1 class="listing-title">News <a class="listing-title-rss-link icon i-feed"
> href="/feed/category/computing-news/"></a></h1>
> 
> which means you can use
> https://www.xda-developers.com/feed/category/computing-news/ but not expect
> feed readers to auto-discover it.

Thanks Christophe.  Using that alternate link worked.  Does that mean that Liferea is doing something wrong or outside the standard when it finds a feed at the original URL?
Comment 3 Christophe Marin 2025-04-30 15:49:16 UTC
Not "something wrong", but more likely "something more than what the RSS spec contains" (https://www.rssboard.org/rss-autodiscovery)