News app: No "unread articles available"

My Problem

All was working fine, but now my feeds are not updating anymore. I have the message: No unread articles available while I’ve got about 50 feeds and a lot have new articles. No article either on the Android app.

Cron looks normal. I don’t see anyhing relevant in the logs. I really don’t know how to debug it: could you help me?

System Information

  • News app version: 11.0.5
  • Nextcloud version: 12.0.4
  • PHP version: 7.0.27-0+deb9u1
  • Database and version: MariaDB 15.1
  • Browser and version: Firefox 57 and Chrome
  • Distribution and version: Debian Stretch

Contents of nextcloud/data/nextcloud.log


Debug | cron | Finished OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 1 in 0 seconds | 2018-01-22T19:00:02+0100
-- | -- | -- | --
Debug | cron | Run OCA\Files_Versions\BackgroundJob\ExpireVersions job with ID 1 | 2018-01-22T19:00:02+0100
Debug | cron | Finished OCA\Deck\Cron\DeleteCron job with ID 125 in 0 seconds | 2018-01-22T19:00:02+0100
Debug | cron | Run OCA\Deck\Cron\DeleteCron job with ID 125 | 2018-01-22T19:00:02+0100
Debug | cron | Finished OC\BackgroundJob\Legacy\RegularJob job with ID 123 in 0 seconds | 2018-01-22T19:00:02+0100
Debug | cron | Run OC\BackgroundJob\Legacy\RegularJob job with ID 123 | 2018-01-22T19:00:02+0100
Debug | cron | Finished OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 in 0 seconds | 2018-01-22T19:00:01+0100
Debug | cron | Invalidating remembered session tokens older than 2018-01-07T18:00:01+00:00 | 2018-01-22T19:00:01+0100
Debug | cron | Invalidating session tokens older than 2018-01-21T18:00:01+00:00 | 2018-01-22T19:00:01+0100
Debug | cron | Run OC\Authentication\Token\DefaultTokenCleanupJob job with ID 15 | 2018-01-22T19:00:01+0100
Debug | cron | Finished OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 270 in 0 seconds | 2018-01-22T19:00:01+0100
Debug | cron | Run OCA\UpdateNotification\ResetTokenBackgroundJob job with ID 270 | 2018-01-22T19:00:01+0100
Debug | cron | Finished OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 11 in 0 seconds | 2018-01-22T19:00:01+0100
Debug | cron | Run OCA\Files_Trashbin\BackgroundJob\ExpireTrash job with ID 11 | 2018-01-22T19:00:01+0100
Debug | cron | Finished OCA\Files\BackgroundJob\CleanupFileLocks job with ID 4 in 0 seconds | 2018-01-22T19:00:01+0100
Debug | cron | Run OCA\Files\BackgroundJob\CleanupFileLocks job with ID 4 | 2018-01-22T19:00:01+0100
Debug | cron | Finished OCA\Files\BackgroundJob\ScanFiles job with ID 2 in 0 seconds | 2018-01-22T19:00:01+0100
Debug | cron | Run OCA\Files\BackgroundJob\ScanFiles job with ID 2 | 2018-01-22T19:00:01+0100

Did you check https://github.com/nextcloud/news#feeds-are-not-updated ?
I had similar problem after upgrade to NC13, in my case I had to update the oc_jobs table as described on that web page.

1 Like