when making a get request to /reader/api/0/unread-count the following is returned:
...
{
"id": "feed/6",
"count": 0,
"newestItemTimestampUsec": 1588269040490890
},
...
when looking at other documentations about google reader api: The newestItemTimestampUsec should be a string and not a number.
sources:
Thanks @Stunkymonkey , you are correct. Could you please try this fix? https://github.com/FreshRSS/FreshRSS/pull/2935
thanks @Alkarex for the super fast reply/fix. Works perfectly.
Super happy that I switched to FreshRss. Awesome work.
Most helpful comment
Thanks @Stunkymonkey , you are correct. Could you please try this fix? https://github.com/FreshRSS/FreshRSS/pull/2935