livestyle / issues

Report all your LivesStyle issues here
24 stars 1 forks source link

Chrome 54 - QUOTA_BYTES quota exceeded #145

Closed mklusak closed 7 years ago

mklusak commented 7 years ago

Hi, there is strange behaviour and I don't know if it caused by my setup or it's some bug. Working on Chrome 54 and Sublime Text 3 (Win 10).

I am locally developing website with fk.loc name. Main page editing works as intended, but not with subpages. LiveStyle icon is green, but no stylesheet is connected. So I choose the correct one, and editor changes are visible in Chrome. But only until first reload. Then the stylesheet is disconnected (= not selected anymore). Extension background page log is attached below.

livestyle

That error "QUOTA_BYTES quota exceeded" occurs while I choose the stylesheet from list.

When I go to homepage, there is correctly connected stylesheet and everything is fine. But id does not work on subpages. Emmet LiveStyle does not "remember" selected stylesheet.

sergeche commented 7 years ago

This error means LiveStyle is unable to save current state since its local storage quota was exceeded. Try to open LiveStyle background page as described here and run

chrome.storage.local.clear()

in page’s console. It will clear all stored LiveStyle data so it will be able to save data again

mklusak commented 7 years ago

Heureka! It works, thank you very much!

It's some "per extension" quota? Or "per domain name" quota?

sergeche commented 7 years ago

It’s a per-extension quota. Maybe I’ll be able to optimize it somehow, but for now this project is on-hold for me due to low community interest

mklusak commented 7 years ago

Ok. Thank you for you work!