livestyle / issues

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

Turning off on every page reload #138

Closed marsspider closed 8 years ago

marsspider commented 8 years ago

i'm using Chrome (53.0.2785.80 beta (64-bit)) and every time i reload the page i'm editing LiveStyle turn off. I remember older versions to "store" pages where LS is enabled so any reload won't turn off extension.

Is it a feature or a bug??

Maybe auto-on for previously enabled pages could be an enhancement...

thnx, Ivan

sergeche commented 8 years ago

Should be turned on, but may be turned off if URL of thr page was changed. Can you show me example of your page URL?

marsspider commented 8 years ago

i'm in a local webserver... the page is the index (single page app) and there are no parameters at all...

maybe something with blade templating and relative caching??

sergeche commented 8 years ago

No, LS caches state by URL (if you say it turned off on reload). Can check for errors as described here?

marsspider commented 8 years ago

background.js:1231 [DevTools] Loaded stylesheets: [] background.js:1006 send socket message client-id background.js:1689 Destroy model for http://****_.**_/ _generated_background_page.html:1 Unchecked runtime.lastError while running storage.set: QUOTABYTES quota exceeded at saveChanges (chrome-extension://diebikgmpmeppiilkaijjbdgciafajmg/scripts/background.js:1886:10) at Object.destroy (chrome-extension://diebikgmpmeppiilkaijjbdgciafajmg/scripts/background.js:1693:4) at chrome-extension://diebikgmpmeppiilkaijjbdgciafajmg/scripts/background.js:978:19 background.js:1791 set model origin http://****.**_ background.js:1006 send socket message request-unsaved-changes background.js:1006 send socket message client-id

maybe is a problem with QUOTA_BYTES exceeded ???

sergeche commented 8 years ago

Oh, yeah, it tells that Chrome storage for this plugin is exceeded. Seems like you’re very active LiveStyle user :) Or there’s a bug somewhere.

Can you try to run chrome.storage.local.clear() in console of that background page?

marsspider commented 8 years ago

web developer from 1999 ... livestyle user from the beginning.. ;)

i'll give a try

marsspider commented 8 years ago

Worked! this is console output:

chrome.storage.local.clear() undefined

thnx a lot!

Ivan