martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.64k stars 125 forks source link

[BUG]: article list blank on FreeBSD 13/14 #1489

Closed chaplina closed 2 months ago

chaplina commented 2 months ago

Brief description of the issue

Fresh setup of rssguard on Freebsd 13/14. Article list is blank.

How to reproduce the bug?

pkg install rssguard rm -rf .config/RSS\ Guard\ 4 rssguard setup using RSS/ATOM/... add "default" feeds feeds list is OK fetch articles from a feed (tested with Lifehack and rssguard commits) select feed articles list is blank (no extra highlighting/filtering)

What was the expected result?

list of articles

What actually happened?

nothing displayed 20240901095215

Debug log

full log from first run and fetches rssguard-freebsd14p9.log

Operating system and version

Peter2121 commented 2 months ago

Same problem here. The problem is related to SQLite backend.

martinrotter commented 2 months ago

Try to apply this fix

https://github.com/martinrotter/rssguard/pull/1481

and let me know if it helps.

Peter2121 commented 2 months ago

I confirm that #1481 resolved the issue.

martinrotter commented 2 months ago

Merged the fix.