Ticket #93 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

New items after login

Reported by: erik Assigned to: fox
Priority: major Milestone: 1.2.2
Component: backend Version: 1.2.1
Keywords: Cc:

Description

I use TTRSS for multiple users. After login, the feeds get updated and there are new items. In the folder list the number of new messages is not shown. Only after selecting a feed the numbers are shown for all feeds with new items. Currently using 1.2.1, but problem also existed for 1.2.0.

Change History

07/17/06 20:29:59 changed by fox

Try running in debug mode (?debug=1) and see if any errors are reported in debug window (look near "refetch_callback").

07/27/06 10:45:16 changed by erik

I've tried the debug, but then the page is reloaded and everything works as normal. When using the debug option from login page, the debug is ignored after the login. At least I think.

It seems to me that after login the page is shown, than the backend updates the feeds, the number of new items is shown in the title bar of browser, but the page is not reloaded. After a reload of page the number are shown correctly. (Where it says page I mean the list of feeds at the left in TTRSS).

07/27/06 10:58:15 changed by fox

  • status changed from new to closed.
  • resolution set to wontfix.

Yep, if you are not using cron jobs or backend daemon to update feeds, it could lead to various issues. One example: if the feeds are taking too long to update (more than maximum script runtime configured on the server) it will abort, frontend won't receive anything and you'll have situation like described.

Nothing much I can do here, I'm afraid. The solution is switch to cron jobs or (best way) daemon.