WaldiPL / webpageScanner

Extension for Firefox
GNU General Public License v2.0
27 stars 3 forks source link

Scanned items disappeared #40

Closed rebuto closed 5 years ago

rebuto commented 5 years ago

The command browser.storage.local.get('sites').then(result=>{ result into the following error : TypeError: e.sites is undefined Have I lost my webpages ?

rebuto commented 5 years ago

In about:debugging console, I get this :

image

Are my pages lost ?

WaldiPL commented 5 years ago

What is the result?

rebuto commented 5 years ago

Thanks a lot for answering. Is this what you asked : image

WaldiPL commented 5 years ago

Unfortunately, the database containing the pages has been removed. To be able to add new pages, paste in the console browser.storage.local.set({sites:[],changes:[]);

There is a small chance that a copy of the (outdated) data located in the browser profile.

rebuto commented 5 years ago

Thanks a lot. I restored a backup from march.