-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Feed problem 🗞️Feeds that have issues while loading/reading in FreshRSSFeeds that have issues while loading/reading in FreshRSS
Milestone
Description
Describe the bug
I subscribed to a feed and it is missing the newest 2 items and I cannot figure out why.
To Reproduce
Steps to reproduce the behavior:
- subscribe to https://www.blackmagicdesign.com/rss
- latest article is from july 27:

- download rss file manually and observe (at the bottom):
...snipped 2723 lines...
<item>
<guid isPermaLink="false">b09922bb99d345a08ee59e4bd4cbbec6</guid>
<title>Blackmagic Cloud now available in Australia, New Zealand and Singapore!</title>
<link>https://www.blackmagicdesign.com/products/davinciresolve/collaboration</link>
<description>...snip...</description>
<pubDate>Tue, 26 Jul 2022 18:32:31 -0700</pubDate>
</item>
<!-- the next two items are missing -->
<item>
<guid isPermaLink="false">0cbe950526c04c008461a3616e21eb93</guid>
<title>New Blackmagic Camera 7.9.1 Update!</title>
<link>https://www.blackmagicdesign.com/support/family/professional-cameras</link>
<description>...snip...</description>
<pubDate>Wed, 27 Jul 2022 18:17:10 -0700</pubDate>
</item>
<item>
<guid isPermaLink="false">b911e9d3753043a6a6301430ead43ea1</guid>
<title>New Cloud Store 1.0.3 update!</title>
<link>https://www.blackmagicdesign.com/products/blackmagiccloudstore</link>
<description>...snip...</description>
<pubDate>Wed, 03 Aug 2022 22:41:08 -0700</pubDate>
</item>
</channel>
</rss>Expected behavior
two variants:
- it just works and shows the latest articles
- it provides better insights in what is happening so i can maybe fix things
Environment information:
- Device: random notebook
- OS: Windows 10
- Browser: firefox 103
- FreshRSS version: 1.19.2
- Database version: sqlite (maybe? I do not know, did not change it)
- PHP version: 7.4.25
- Installation type: docker like in the manual. it is only some days old
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feed problem 🗞️Feeds that have issues while loading/reading in FreshRSSFeeds that have issues while loading/reading in FreshRSS