Using brief 1.2.3 on firefox 3.5.3 I've set the brief preference for Main->Updating to check for new feeds every 1 day.
Some of the feeds have a customized different update time to check every hour.
Both settings however do not work. Brief is updating all feeds every minute which is very annoying and slows down Firefox.
Re: Bug report: feeds are checked for updates every minute
Does this happen in a new profile with only Brief and a few Live Bookmarks installed? If you want to test, be sure to check the Error Console (Tools > Error Console) for Brief-specific error messages. Record any Brief-specific messages and post them here.
If Brief works as it should in the new profile, then one or more things in your original profile is conflicting with Brief. If Brief doesn't work in the new profile, then there may be bugs... What OS do you use anyways?
=====
Moderator of Brief's Forums
E-mail - Site
Re: Bug report: feeds are checked for updates every minute
Hi,
the other error message (about the winnt stuff) is triggered by the "Past Modern" theme and also not related to the brief problem.
I've tried several attempts with the testing profile and installed the addons from my default profile (where the 1min brief problem exists) inside the testing profile, too. I could not reproduce the issue there.
So I've uninstalled brief in the default profile, removed the brief.sqlite file and the brief settings from prefs.fs. I've then re-installed brief and the problem is no longer visible.
For the record: I had the same problem with the 1min refresh already in brief 1.2.2 so this might be a problem which simply does not exist in brief 1.2.3 anymore (and therefore only visible on setups with an older version upgraded later on).
Bye,
Drusus.
Re: Bug report: feeds are checked for updates every minute
Hi,
today all my RSS feeds disappeard from brief (they were still visible in the bookmarks). So I've selected the folder with the RSS feeds again. Brief had lost all information when to update the feeds so I've re-applied my settings: Update once a day for all RSS feed ands set the update intervall to 1 hour for a few (6 out of 22) feeds.
After this the original problem was visible again: brief reloaded the rss feeds every minute.
Another de-installation (incl. removal of brief.sqlite) and re-installation of brief solved the problem.
So this looks like a corruption in the sqlite databse. If this happens again then I'll have a look into this database to see if somehere there the setting for 1min is visible (even though preferences only show 1 day or 1 hour selected).
Bye,
Drusus.
Re: Bug report: feeds are checked for updates every minute
Hi,
today the problem started again. A closer look at the updates showed that only two feeds where updated every minute (this time). Checking the preferences of these feed I can see that they still show to be updated every hour (not every minute). This was inside firefox though so I have exited firefox and checked the sqlite databse for one of the affected feeds:
sqlite> select feedURL,websiteURL,isFolder,hidden,lastUpdated,oldestEntryDate,entryAgeLimit,maxEntries,updateInterval,dateModified from feeds where websiteURL="http://www.theregister.co.uk/";
http://www.theregister.co.uk/headlines.atom|http://www.theregister.co.uk/|0|0|1253988470756|1253813786000|0|0|3600000|1253941804000
So the database shows an updateinterval of 3600000. I assume that this is the expected 1 hour update interval, correct?
sqlite> select updateInterval from feeds;
0
0
0
0
0
0
0
0
0
0
0
3600000
3600000
3600000
3600000
3600000
3600000
0
0
0
0
0
3600000
0
3600000
0
The prefs.js shows the default update interval of 1 day:
user_pref("extensions.brief.update.interval", 86400);
Yet the feed is updated every minute.
If the preference for daily update show the value 86400 then I would have expected 3600 (not 3600000) in the updateInterval database entry but of course this might just be a different unit used there.
How to debug this further?
Bye,
Drusus.
Re: Bug report: feeds are checked for updates every minute
Hmm.. Solaris... That's a UNIX operating system. UNIX is what gave rise to Linux. By any chance does Sun offer their own version of Firefox for Solaris users? Or did you get your copy of Firefox from www.mozilla.com/ ?
=====
Moderator of Brief's Forums
E-mail - Site
Re: Bug report: feeds are checked for updates every minute
Hi,
I got firefox from mozilla.com (Sun only ships firefox 2.x with Solaris 10).
I'm using firefox 3.5.3 downloaded from http://www.mozilla.com/en-US/products/download.html?product=firefox-3.5....
Bye,
Drusus.
Re: Bug report: feeds are checked for updates every minute
Hi Drusus,
There is something else you could do to help me debug it. Error Console hides some of the errors by default, so please switch javascript.options.showInConsole to TRUE in about:config, and when you encounter this problem, check the Console again. By the way, warnings are irrelevant here, only errors matter.
ancestor,
creator of Brief
Re: Bug report: feeds are checked for updates every minute
Using Brief 1.2.4 I am also seeing certain feeds updating every minute. For me it only happens on some feeds where the update interval was changed. If the "Check for updates every..." box is unchecked for that feed then it correctly updates using the default interval.
I think it occurs when the feed has not been modified during the update interval. For example if it is set to update every 4 hours, then when it checks the feed after 4 hours, if there is no new content (lastModified is unchanged), lastUpdated is not updated and it will check again every minute after that until new content appears.
These messages were in the Error Console:
Warning: Timed textboxes are deprecated. Consider using type="search" instead.
Source File: chrome://brief/content/brief.xul
Error: Permission denied for <resource://brief-content> to call method Location.toString on <>.
Re: Bug report: feeds are checked for updates every minute
I'm experencing the same problem on Vista SP2 with FX 3.5.4 and Brief 1.2.4. A certain subset of my feeds with custom update intervalls is being updated very frequently, it seems its even more often than once a minute.
There are however no error messages in the error console, even when changing the value in about:config as suggested.