-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Articles marked as read are not correctly synced #1117
Comments
I checked again and see that web/REST API is doing correct: This shows on web/REST: 18 @David-Development if you give me an hint, I can check what might be wrong :) |
Please reopen if it still exist. I think this should be fixed by now |
Hi David, this still happens. Resetting cache in news app and then syncing it again works. What is strange is, that this right now only happens to http://www.spiegel.de/schlagzeilen/index.rss, but all other feeds are correctly updated… If you need me to debug it, I am happy to assist. |
Line 171 in 79eed34
I changed last modified to: Right now I do not fully get why, but it seems to be a race condition between lastModified and marking articles as read by cronjob (which I do hourly). I will monitor this and try to understand the reason. |
5h does not help during night, when my emulator is off. |
During weekend my emulator was offline, so it now has a gap of ~80 articles. |
I somehow do not get why this is happening
|
I set "lastModified" to 0. I now suspect that those 200 are already deleted on server, and thus cannot be given to news app. Indeed server app shows oldest read "der spiegel" article 2 days ago. |
Changed to News app config:
|
increasing it to 1000 seems to help. |
Increasing solved it. |
As I have way too many news, I have a script that marks all articles older than 3 days as read:
As you can see i select id, then use API to mark them as read.
This works as intended.
On web ui: 64 items, oldest 3 days ago
On Android: 315, oldest 4 weeks ago
Somehow some articles are marked as read, some not.
The text was updated successfully, but these errors were encountered: