-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Bug (unconfirmed)issues that could not be reproduced yetissues that could not be reproduced yetFeed problem 🗞️Feeds that have issues while loading/reading in FreshRSSFeeds that have issues while loading/reading in FreshRSS
Milestone
Description
Describe the bug
At the time of writing, the OAPEN feed is kind of broken from a human perspective. All of the titles are "Untitled". This is likely temporary, as I've seen it occasionally in the past.
https://library.oapen.org/feed/rss_2.0/site
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>OAPEN Library</title>
<link>https://library.oapen.org:443</link>
<description>The OAPEN digital repository system captures, stores, indexes,
preserves, and distributes digital research material.
</description>
<pubDate xmlns="http://apache.org/cocoon/i18n/2.1">Tue, 03 Dec 2024 08:24:11 GMT</pubDate>
<dc:date>2024-12-03T08:24:11Z</dc:date>
<item>
<title>Untitled</title>
<link xmlns="http://apache.org/cocoon/i18n/2.1">https://library.oapen.org/handle/20.500.12657/94886</link>
<guid isPermaLink="false">https://library.oapen.org/handle/20.500.12657/94886</guid>
</item>
<item>
<title>Untitled</title>
<link xmlns="http://apache.org/cocoon/i18n/2.1">https://library.oapen.org/handle/20.500.12657/94885</link>
<guid isPermaLink="false">https://library.oapen.org/handle/20.500.12657/94885</guid>
</item>
<item>
<title>Untitled</title>
<link xmlns="http://apache.org/cocoon/i18n/2.1">https://library.oapen.org/handle/20.500.12657/94884</link>
<guid isPermaLink="false">https://library.oapen.org/handle/20.500.12657/94884</guid>
</item>
<item>
<title>Untitled</title>
<link xmlns="http://apache.org/cocoon/i18n/2.1">https://library.oapen.org/handle/20.500.12657/94883</link>
<guid isPermaLink="false">https://library.oapen.org/handle/20.500.12657/94883</guid>
</item>
</channel>
</rss>But even though the feed is nonetheless valid, the link in the UI remains empty, with as a result that you simply reload the page you're on when you click on it:
<a target="_blank" rel="noreferrer" href="" class="item-element title" dir="auto">Untitled</a>To Reproduce
- Add feed https://library.oapen.org/feed/rss_2.0/site
- Click on the link for one of the "Untitled" entries
- It'll go to the page you're on instead of the link in the feed
Expected behavior
No response
FreshRSS version
b84cbce (current edge, but also presumably all older versions didn't test them all of course, just 1.2x)
Environment information
Not relevant.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (unconfirmed)issues that could not be reproduced yetissues that could not be reproduced yetFeed problem 🗞️Feeds that have issues while loading/reading in FreshRSSFeeds that have issues while loading/reading in FreshRSS