-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old posts pop up #3
Comments
The problem as I see it is in the way the xml file updates. Sometimes old news added to the end of xml file. So Feed Notifier thinks that new event arrived. Here's the example: Original RSS:
Once this xml file will be parsed first time the popup window will show one event: "Space Exploration" with pubDate: Fri, 30 May 2003 11:06:42 GMT Now let's assume the xml file will be updated:
The popup window will show new event: "Star City" with PubDate: Tue, 03 Jun 2003 09:39:21 GMT. It's normal behavior. But sometimes the xml file is getting updated this way:
For some reason a new item with "The Engine That Does More" title appears at the end of xml file. It has pubDate Tue, 27 May 2003 08:37:32 GMT Michael, can you fix it please? Maybe you can add a possibility to filter and show only new feeds (for example by filtering pubDate field?). |
I came hoping to find a solution to this problem but apparently I'm screwed. This was posted a year ago and this is still a major problem. What's weird is that it was working great for a while then suddenly started showing old posts so I'm not sure it's a problem with my rss feed. Really all we need is a way to filter items by date and eliminate anything older than X. But there are no hints on how to do that in the filter guide. |
I'm using this program to check new events through RSS on some site. Sometimes the pop up window comes up showing old post as new one (3 days ago as it says). Opening the feed in Firefox show this post as old.
The text was updated successfully, but these errors were encountered: