RSS 2 Feed not refreshing correctly

View: New views
3 Messages — Rating Filter:   Alert me  

RSS 2 Feed not refreshing correctly

by Andreas_Ebert@t-online.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

this RSS 2 feed do not refresh correctly:

http://www.zroadster.com/forum/external.php?type=RSS2

I am not getting the newest entries. If i refresh i am getting sometimes
one new entry, but never all.

Is this a bug in newsfox?

Thank you in advance
Andreas Ebert


_______________________________________________
Newsfox mailing list
Newsfox@...
https://www.mozdev.org/mailman/listinfo/newsfox

Re: RSS 2 Feed not refreshing correctly

by R Pruitt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It seems to be a caching issue.  If you go to "Clear Private Data" (or equivalent auf Deutsch) and clear the cache it should work fine.

I haven't spent the time to see if it is a feed problem or a Firefox problem (NewsFox is asking for the new data, but is not getting it).  The feed does have a tag <ttl>60</ttl> which indicates the feed can be cached without rechecking for 60 minutes, even though they put out articles much more frequently than this.  So my guess would be that Firefox is just following the feed recommendation.

Re: RSS 2 Feed not refreshing correctly *METHOD TO FIX*

by R Pruitt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I forgot that we have a method to bypass cache problems with Firefox and feeds.  Change your feed URL to

http://www.zroadster.com/forum/external.php?type=RSS2&%CURRENT_DATETIME%

This works.

Technical note:  NewsFox changes '%CURRENT_DATETIME%' to a string of the current date and time.  This makes the URL unique each time, so Firefox fetches it new.  The server doesn't understand the '&%CURRENT_DATETIME%' part of the URL and just ignores it.