Skip to content
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

[Google Reader API] Incorrect reporting of unread item IDs #2171

Closed
martinrotter opened this issue Nov 7, 2023 · 1 comment · Fixed by #2176
Closed

[Google Reader API] Incorrect reporting of unread item IDs #2171

martinrotter opened this issue Nov 7, 2023 · 1 comment · Fixed by #2176
Labels
bug Bug Report

Comments

@martinrotter
Copy link

I try to enhance quality of synchronization between miniflux and rssguard. RSS Guard has greader-api plugin which works beautifully with many online feed readers.

Let's have this feed "Planetary Society". When I look into web interface, I see 13 read articles and 37 unread, total 50.

image

Then RSS Guard performs this API call:

https://<server>/reader/api/0/stream/items/ids?output=json&n=200000&s=feed%2F226&xt=user/-/state/com.google/read&ot=973551600

where feed%2F226 is ID of the feed "Planetary Society" and it should return only list of UNREAD item IDs as xt=user/-/state/com.google/read was used.

This call, however, returns list of ALL item IDs (unread + read).

@martinrotter
Copy link
Author

This is likely fixed, another bug is there, will create separate bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug Report
Development

Successfully merging a pull request may close this issue.

2 participants