victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
994 stars 113 forks source link

Blank page after 20.0 update with Spanish translation #432

Closed Raxelgrande closed 1 month ago

Raxelgrande commented 2 months ago

Describe the bug Bonjourr shows a black screen after the extension auto updated. Would love to share more details but the kind of bug is not helping me at all in making a good report.

To Reproduce Steps to reproduce the behavior: 1) Install Firefox on Arch Linux 2) Add Bonjourr 3) Load my configuration (im not sure if its tied to my configuration)

Device (please complete the following information):

Raxelgrande commented 2 months ago

Note that the configuration i sent is not the absolute latest one, i can't generate the .json of my current one because i can't even interact with Bonjourr in my browser due to this bug.

NicolasEsc10 commented 1 month ago

I also have this same dark screen error, but in chrome

victrme commented 1 month ago

Hello guys !

This is an old issue that I thought was fixed earlier this year… Your Bonjourr settings are looking for an es_ES translation file, but only the new es exist on your devices.

You can fix the issue by pasting this in the developer console:

chrome.storage.sync.set({lang: 'es'})

You can open the dev console with:

Sorry about that 😿

Rexi666 commented 1 month ago

image that command didnt work on me D:

victrme commented 1 month ago

You need to apply this command in Bonjourr @Rexi666 !

Rexi666 commented 1 month ago

how?

victrme commented 1 month ago

Open a new tab => open the dev console => paste the code => reload the page