ViennaRSS / vienna-rss

Vienna is a free and open-source RSS/Atom newsreader for macOS.
https://www.vienna-rss.com
Apache License 2.0
1.83k stars 228 forks source link

Vienna 3.9.1 changes article sort order after MacOS update reboot. #1768

Closed liamgreenwood closed 6 days ago

liamgreenwood commented 1 month ago

Describe the bug Rebooted my system as part of an update to 14.6, Vienna started with subscriptions in the wrong order. This is NOT a reoccurance of the View->Order By setting bug (that's fixed, thank you)

To Reproduce Happens after some reboots.

Screenshots I have an opml file with the correct order, and I have an opml file with the changed order after reboot. Please let ma know how to send them to you.

Please complete the following information:

barijaona commented 1 month ago

barijaona at gmail dot com

barijaona commented 1 month ago

Thanks for the data you sent me. Obviously, the root cause of this problem is the same than the one which caused brutal changes in the "View->Order By" setting (issues #1732, #1734 and #1743).

Vienna 3.9.1 implements a better workaround than 3.9.0 when an internal inconsistency occurs (between the folders tree view and the database), but the root cause remains unknown. But thanks to the sample you provided, I now have a clue.

barijaona commented 1 month ago

@liamgreenwood : I guess you are quite active on updating your feed list ?

Can you give the attached build a test run ? (It corresponds to my foldersTree branch)

ViennafoldersTree.tgz

barijaona commented 1 month ago

@liamgreenwood I updated my foldersTree branch.

Can you test this build ?

ViennafoldersTree2.tgz

barijaona commented 4 weeks ago

I am wondering if this issue might be related to a database problem. Would you please run these two commands in Terminal, and report the output ?

cd ~/Library/Application\ Support/Vienna
sqlite3 messages.db "PRAGMA integrity_check" 
StariusPrime commented 6 days ago

I updated to 14.6 today and now all my folders (save for one) have disappeared and I can't create new ones. Coming here now, I see that "its a thing."

barijaona commented 6 days ago

Switch temporarily to (alphabetical) auto sort and all folders should get back. I will release 3.9.2 in a few hours, which should be much more stable on this.

StariusPrime commented 6 days ago

Switch temporarily to (alphabetical) auto sort and all folders should get back. I will release 3.9.2 in a few hours, which should be much more stable on this.

Thank you for the update! It seems to have returned my folder structure! 👍 Much appreciated.
I'm sorry it took a problem like this for me to even make a presence over here, but I wanted to say that I have been using Vienna for years and it's always been just what I wanted in a RSS reader. So thank you very much!

barijaona commented 6 days ago

I am closing this ; you are welcome to open a new issue if a similar problem occurs with Vienna 3.9.2 or later.