Skip to content

[BUG] feed is missing newest items #4485

@fabsenet

Description

@fabsenet

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:

  1. subscribe to https://www.blackmagicdesign.com/rss
  2. latest article is from july 27:
    image
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feed problem 🗞️Feeds that have issues while loading/reading in FreshRSS

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions