Facebook old posts are marked as unread
Describe the bug All items in the Facebook bridge get frequently marked as unread in my freshrss despite having turned off that updated items get marked as unread
To Reproduce Steps to reproduce the behavior:
- Create facebook bridge
- Add it to freshrss
- Mark all items as read
- Wait a bit and all items are marked as unread
Expected behavior Old posts that are marked as read should stay this way.
Screenshots
Desktop (please complete the following information):
- OS: FreshRSS, Web
- Browser Chrome, Firefox, etc
- Version dev.2019-07-06
Additional context
I had this happen before once or twice, my guess would be that Facebook Ids changed somehow.
Is it still the case ? Are you using the FacebookBridge or FB2Bridge ? And do you have an example that shows this behaviour ?
Is it still the case ?
Yes.
Are you using the FacebookBridge or FB2Bridge ?
Facebook. Why are there two?
And do you have an example that shows this behaviour ?
Basically any Facebook feed I have added marks between 3 and 10 posts unread every couple of days. The posts are between days or months in the past.
I'm seeing this multiple times a day with this feed on the rss-bridge stable docker build:
http://rssbridge.local:8000/?action=display&bridge=Facebook&context=User&u=chicagofamilybiking&media_type=all&limit=-1&format=Atom
afaict, this is a user, not a group. Trying to query that page as a group with the Facebook bridge, I get:
Facebook Bridge | Main Site was unable to receive or process the remote website's content!
Error message: Unable to find group title!
Query string: action=display&bridge=Facebook&context=Group&g=https%3A%2F%2Fwww.facebook.com%2Fchicagofamilybiking&limit=-1&format=Html
Version: dev.2022-01-20
that's following the suggested pattern in the url box, if I cut out the "https://www.facebook.com" part, I get:
Chicago Family Biking Community was unable to receive or process the remote website's content!
Error message: Failed finding posts!
Query string: action=display&bridge=Facebook&context=Group&g=chicagofamilybiking&limit=-1&format=Html
Version: dev.2022-01-20
I tried the FB2 bridge, that failed with:
chicagofamilybiking | Facebook was unable to receive or process the remote website's content!
Error message: Call to a member function find() on null
Query string: action=display&bridge=FB2&u=chicagofamilybiking&abbrev_name=on&format=Html
Version: dev.2022-01-20
Facebook adds random stuff to url. The solution is to wipe off this extra cruft. Would be best done with a uri or url library.
since the fb-bridge is broken this is moot