I am running TT-RSS 15.7 on a RaspberryPi3. PHP 7.3,Nginx,PostgreSQL. All fine. I am creating a new installation of TT-RSS V20.9 Feedupdate doesnt work. I tried for a couple of hours but couldn’t find a solution. I created two clean installations and looked at they run.

Terminal say:

Version 15.7

php ./update.php

Scheduled 1 feeds to update…

Base feed: ****://tt-rss.org/forum/rss.php

This is correct. 1 feed at all

Version 20.9

Scheduled 0 feeds to update…

This is not correct. *****://tt-rss.org/forum/rss.php is in the feed list per default.

Command --force-update doesn’t help. Feedupdate runs only one time.

I test this under a Ubuntu and Windows virtual machine. Same result. There are no feeds in the feedlist.

Any idea?

Well, I tried a little more and found the following. The update daemon is working correctly. The problem is with the feed list; and I think it’s a bug.

When I add feeds to the list, they are not updated. The default setting is an update interval of 15 minutes. Only when I go to Preferences / Feed / (select one or more feeds) / Edit selected feeds and change Update Interval after 15 minutes will the feeds be updated by the daemon.

If further feeds are then added, these will not be updated until the update interval (as described above) is also set to 15 minutes.

The same behavior under Debian, Raspberian, Ubuntu and Windows. Current PHP version, Nginx, PostgrSQL.

Can anybody confirm this?

my bad, should be fixed now:

https://git.tt-rss.org/fox/tt-rss/commit/05744bb474e55c4f85acd236dd2883679c278e70

Works fine. Thanks a lot.