Closed gjanssens closed 8 years ago
Thanks for the pointer. It gives me a slight improvement: I now have 13 messages in the starred list. The other 654 are still not appearing.
(The previous comment got posted too soon. Not sure what happened...)
In an earlier version of the news app I could scroll all the way down and the next (undisplayed) batch of messages would automatically get added to the page. This no longer seems to happen.
Did you use the Android News app to sync?
I have used it and just tried again. That app shows me 60 messages in the starred list. However the webinterface tells me I have 667. Not sure what this means.
See https://github.com/owncloud/News-Android-App/issues/518
Also starred articles with the same fingerprint (same text, url, title and enclosure) are reduced to one entry
I'm still on Android news app 0.9.8.2 so I shouldn't be affected by that bug ?
Also I'm seeing the issue on the news web interface (left bar says I have 667, but displays only 13).
Hm, can you remove the try catch in this method: https://github.com/owncloud/news/blob/master/db/itemmapper.php#L368
And rerun the sql command that I linked above?
I commented out the code block (including the foreach, but not the function declaration), run the UPDATE command from issue 981, followed by an occ upgrade.
I see no visible difference on the webinterface. Still only 13 items displayed when I click on starred.
I'll add that the oc_news_items table has 464 rows for which the fingerprint is NULL. Perhaps that's useful information.
If you comment out the full block, then fingerprints wont be generated :)
Just remove the try and opening closing brackets and the complete catch block so exceptions wont be swallowed (no idea why i've added that tbh)
Ah, I misunderstood :(
Removing the try/catch construct only it does properly generate fingerprints and all articles appear again.
Thanks a lot !
Great :)
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
What problem did you encounter? I have upgraded/migrated my owncloud installation from
to
This mostly works fine. The only issue I have is that my previously starred articles in news are not displayed. I only get the first (or last) starred article (depending on the sort order I choose). The total number of starred articles is still correct (667). I just can't seem to display them any more. It doesn't matter whether I choose compact or normal view.
The list of unread articles on the other hand seems to load and display fine.
Yet when I enable "show all articles", I again see the same issue: only the first (or last) article is visible.
Steps to Reproduce
Explain what you did to encounter the issue
=> Only one item is visible (either the first or the last)
System Information
Contents of owncloud/data/owncloud.log
Contents of Browser Error Console
Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put here