You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using RSS Guard with Nextcloud doesn't update read state.
How to reproduce the bug?
Have a Nextcloud Install with news plugin
Add to RSS Guard
Try to mark as read
What is the expected result?
The read state of the news item change.
What actually happened?
The read state of the news item didn't change.
Other information (logs, see Wiki)
It has something to do with the ID RSS Guard gives for the item. As you can see it tries to select the item with id 3 but the actual id is far greater than that. If you remove the nextcloud sync and add it again to RSS Guard you can observe that the ids start at 1 everytime.
Mysql log from Nextcloud: SELECT``items``.* FROM``oc_news_items`` items ... ANDitems.id = 3
Apache Log: "PUT /index.php/apps/news/api/v1-2/items/read/multiple HTTP/1.1" 500 15448 "-" "RSS Guard/3.3.4 (github.com/martinrotter/rssguard)"
The text was updated successfully, but these errors were encountered:
Bug is fixed in [dev] branch. I will release 3.3.5 soon. Testing build will get now compiled. See Wiki/Development builds for more info.
You can test it, let me know if it works for you. To fix the bug with existing account, you need to REMOVE the Nextcloud account from RSS Guard and add it again.
Brief description of the issue.
Using RSS Guard with Nextcloud doesn't update read state.
How to reproduce the bug?
What is the expected result?
The read state of the news item change.
What actually happened?
The read state of the news item didn't change.
Other information (logs, see Wiki)
It has something to do with the ID RSS Guard gives for the item. As you can see it tries to select the item with id 3 but the actual id is far greater than that. If you remove the nextcloud sync and add it again to RSS Guard you can observe that the ids start at 1 everytime.
Mysql log from Nextcloud:
SELECT``items``.* FROM``oc_news_items``
items... AND
items.
id= 3
Apache Log:
"PUT /index.php/apps/news/api/v1-2/items/read/multiple HTTP/1.1" 500 15448 "-" "RSS Guard/3.3.4 (github.com/martinrotter/rssguard)"
The text was updated successfully, but these errors were encountered: