readrops / Readrops

Android multi-services RSS client
GNU General Public License v3.0
272 stars 20 forks source link

Suddenly can't sync any-more #108

Closed keunes closed 2 years ago

keunes commented 3 years ago

Hello

I've been using Readrops for a long time, but suddenly (since a week or so) I can't seem to sync any-more.

When doing a pull-to-refresh, no new articles appear and an empty snackbar is shown:

Screenshot_20210715-090825.png

Could this perhaps be related to recent changes in Nextcloud News?

I'm on Readrops 1.2.1

Shinokuni commented 3 years ago

Did you check your feeds on Nextcloud? I have the same problem with my instance (v16.0.0) but I haven´t taken time to investigate.

keunes commented 3 years ago

@Shinokuni Sorry - had a small holiday in between. I just checked, and all feeds seem up to date on my server. When I refresh, I see the following log entry appearing on my log web interface:

[index] Error: Exception: Argument 3 passed to OCA\News\Service\ItemServiceV2::findAllAfter() must be of the type int, float given, called in /var/www/nextcloud/apps/news/lib/Controller/ItemApiController.php on line 147 at <<closure>>

0. /var/www/nextcloud/lib/private/AppFramework/App.php line 152
   OC\AppFramework\Http\Dispatcher->dispatch(OCA\News\Controller\ItemApiController {}, "updated")
1. /var/www/nextcloud/lib/private/Route/Router.php line 309
   OC\AppFramework\App::main("OCA\\News\\Cont ... r", "updated", OC\AppFramework\ ... {}, {_route: "news.item_api.updated"})
2. /var/www/nextcloud/lib/base.php line 1008
   OC\Route\Router->match("/apps/news/api/v1-2/items/updated")
3. /var/www/nextcloud/index.php line 37
   OC::handleRequest()

GET /index.php/apps/news/api/v1-2/items/updated?lastModified=1625656345&type=3
from 192.168.xxx.xx by keunes at 2021-07-25T14:46:29+00:00
keunes commented 3 years ago

Same bug reported in https://github.com/bubelov/news/issues/72

Shinokuni commented 3 years ago

You should report the error to the Nextcloud News devs, it clearly seems a backend issue. I would like to know too how to fix this issue as it makes News completely unusable.

keunes commented 3 years ago

Ok, thanks. I have, see automatic link above :)

Shinokuni commented 3 years ago

So the problem comes from the News app. Tell me if you got the synchronization working back with either downgrading the News app version or upgrade to a 64bits OS.

keunes commented 2 years ago

I upgraded to a 64 bits OS and it now works indeed. Closing this issue.