brief-rss / brief

RSS reader extension for Firefox
Other
214 stars 44 forks source link

Brief not working #526

Closed bostongarden closed 1 year ago

bostongarden commented 1 year ago

I have used brief for years and for the past 2 days it will not load anything. Just a blank page. Suggestions? I have version 2.6.1 Thanks!

tanriol commented 1 year ago

Hi, sorry for slow response. By "blank page" do you mean the basic page (sidebar / buttons) is there, just no feeds? Could you please check the developer console of the Brief tab (F12, "Console" tab) for error messages?

bostongarden commented 1 year ago

The sidebar with 3 headers/llnks is there (refresh, organize, options) but the body of the sidebar is blank, and the buttons don't do anything. The main body is blank. Thanks, Dave

On Tue, May 30, 2023 at 3:16 AM Denis Lisov @.***> wrote:

Hi, sorry for slow response. By "blank page" do you mean the basic page (sidebar / buttons) is there, just no feeds? Could you please check the developer console of the Brief tab (F12, "Console" tab) for error messages?

— Reply to this email directly, view it on GitHub https://github.com/brief-rss/brief/issues/526#issuecomment-1567893523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUL7DL2R3MKMS3RX3PBDXTDXIWNEBANCNFSM6AAAAAAYSTR7VQ . You are receiving this because you authored the thread.Message ID: @.***>

bostongarden commented 1 year ago

I was able to get it to work again by exporting OPML from an old profile, and importing the OPML in the new profile. Would still be interested to know what happened and how to fix it if I did not have the old FF profile. The data seemed to be there in storage.js.migrated but would need to convert that to OPML format. Thanks, Dave

On Tue, May 30, 2023 at 3:16 AM Denis Lisov @.***> wrote:

Hi, sorry for slow response. By "blank page" do you mean the basic page (sidebar / buttons) is there, just no feeds? Could you please check the developer console of the Brief tab (F12, "Console" tab) for error messages?

— Reply to this email directly, view it on GitHub https://github.com/brief-rss/brief/issues/526#issuecomment-1567893523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUL7DL2R3MKMS3RX3PBDXTDXIWNEBANCNFSM6AAAAAAYSTR7VQ . You are receiving this because you authored the thread.Message ID: @.***>

tanriol commented 1 year ago

I was able to get it to work again by exporting OPML from an old profile, and importing the OPML in the new profile.

Glad to hear it's fixed for you, although that sounds like you won't be able to look into the details of the problem.

Would still be interested to know what happened and how to fix it if I did not have the old FF profile.

Most likely IndexedDB storing the main Brief data broke in some way for some reason. Most likely a Firefox problem caused by something like unclean shutdown. There's not much Brief could do to fix this completely, but error reporting is definitely missing.

The data seemed to be there in storage.js.migrated but would need to convert that to OPML format.

This is likely an old and incomplete copy from the day Firefox migrated from one storage kind to another. Not sure when that happened off the top of my head.

bostongarden commented 1 year ago

OK, thanks anyway. Best regards, Dave

On Tue, May 30, 2023 at 5:43 AM Denis Lisov @.***> wrote:

I was able to get it to work again by exporting OPML from an old profile, and importing the OPML in the new profile.

Glad to hear it's fixed for you, although that sounds like you won't be able to look into the details of the problem.

Would still be interested to know what happened and how to fix it if I did not have the old FF profile.

Most likely IndexedDB storing the main Brief data broke in some way for some reason. Most likely a Firefox problem caused by something like unclean shutdown. There's not much Brief could do to fix this completely, but error reporting is definitely missing.

The data seemed to be there in storage.js.migrated but would need to convert that to OPML format.

This is likely an old and incomplete copy from the day Firefox migrated from one storage kind to another. Not sure when that happened off the top of my head.

— Reply to this email directly, view it on GitHub https://github.com/brief-rss/brief/issues/526#issuecomment-1568125610, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUL7DL7J2UKXVH5HQEPPCXTXIW6LFANCNFSM6AAAAAAYSTR7VQ . You are receiving this because you authored the thread.Message ID: @.***>

tanriol commented 1 year ago

Ok, closing the issue as the problem is gone now for you.