-
Notifications
You must be signed in to change notification settings - Fork 186
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
Feed item lists are merged when filtered #2516
Comments
This looks like an Android App error which is tracked in a separate repo: nextcloud/news-android |
It's the firefox browser on an Android device. |
Does it still occur with Alpha 8? |
Yes. I've just tested it with latest FF for Android and Kiwi Browser. |
But also with the latest news release? |
news: 25.0.0-alpha8 -- |
Fixed - First features for user settings after vue migration (#2795) - scroll stops after first bunch of items when they are marked read during scroll (#2814) - marked read items disappear when showAll is disabled in folder or feed view (#2814) - Feed item lists are merged when filtered (#2516) - Mark as read on Scroll (#2503) - Open news with the last viewed feed or folder (#2507) Signed-off-by: Benjamin Brahmer <[email protected]>
Fixed - First features for user settings after vue migration (#2795) - scroll stops after first bunch of items when they are marked read during scroll (#2814) - marked read items disappear when showAll is disabled in folder or feed view (#2814) - Feed item lists are merged when filtered (#2516) - Mark as read on Scroll (#2503) - Open news with the last viewed feed or folder (#2507) Signed-off-by: Benjamin Brahmer <[email protected]>
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
Several feed item lists are merged after switching from the filtered view (unread) to another list.
Steps to Reproduce
Explain what you did to encounter the issue
System Information
Contents of nextcloud/data/nextcloud.log
{"reqId":"OP4pxVvhG1RdfuRXo5rO","level":4,"time":"2023-12-21T17:45:36+00:00","remoteAddr":"","user":"","app":"no app in context","method":"GET","url":"/apps/news/items?limit=40&oldestFirst=false&search=&showAll=true&type=0&offset=1185831&id=293","message":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()","userAgent":"Mozilla/5.0 (Android 13; Mobile; rv:120.0) Gecko/120.0 Firefox/120.0","version":"28.0.1.1","exception":{"Exception":"Error","Message":"Call to undefined method OC\Server::getEventDispatcher()","Code":0,"Trace":[{"file":"<doc_root>/lib/private/AppFramework/Bootstrap/Coordinator.php","line":200,"function":"boot","class":"OCA\Metadata\AppInfo\Application","type":"->"},{"file":"<doc_root>/lib/private/App/AppManager.php","line":434,"function":"bootApp","class":"OC\AppFramework\Bootstrap\Coordinator","type":"->"},{"file":"<doc_root>/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\App\AppManager","type":"->"},{"file":"<doc_root>/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\App\AppManager","type":"->"},{"file":"<doc_root>/lib/base.php","line":1049,"function":"loadApps","class":"OC_App","type":"::"},{"file":"<doc_root>/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"<doc_root>/apps/metadata/lib/AppInfo/Application.php","Line":28,"message":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()","exception":{},"CustomMessage":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()"}}
{"reqId":"BGJrPLckNTOsDph1JMVE","level":4,"time":"2023-12-21T17:45:38+00:00","remoteAddr":"","user":"","app":"no app in context","method":"GET","url":"/apps/news/items?limit=40&oldestFirst=false&search=&showAll=true&type=0&offset=1185831&id=293","message":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()","userAgent":"Mozilla/5.0 (Android 13; Mobile; rv:120.0) Gecko/120.0 Firefox/120.0","version":"28.0.1.1","exception":{"Exception":"Error","Message":"Call to undefined method OC\Server::getEventDispatcher()","Code":0,"Trace":[{"file":"<doc_root>/lib/private/AppFramework/Bootstrap/Coordinator.php","line":200,"function":"boot","class":"OCA\Metadata\AppInfo\Application","type":"->"},{"file":"<doc_root>/lib/private/App/AppManager.php","line":434,"function":"bootApp","class":"OC\AppFramework\Bootstrap\Coordinator","type":"->"},{"file":"<doc_root>/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\App\AppManager","type":"->"},{"file":"<doc_root>/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\App\AppManager","type":"->"},{"file":"<doc_root>/lib/base.php","line":1049,"function":"loadApps","class":"OC_App","type":"::"},{"file":"<doc_root>/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"<doc_root>/apps/metadata/lib/AppInfo/Application.php","Line":28,"message":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()","exception":{},"CustomMessage":"Could not boot metadata: Call to undefined method OC\Server::getEventDispatcher()"}}
Contents of Browser Error Console
n.a. in mobile versionThe text was updated successfully, but these errors were encountered: