livestyle / issues

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

LiveStyle doesnt save changes and showing "Destroy model for " in Log error console #86

Closed eissasoubhi closed 8 years ago

eissasoubhi commented 8 years ago

Hi ,

My LiveStyle doesnt save changes from browser to file nor from file to browser. when i checked LiveStyle background page console. i had those messages.

log-errors

eissasoubhi commented 8 years ago

it worked after i uninstalled the extension and installed it again.

sergeche commented 8 years ago

FYI, Destroy model message indicates that LS decided to destroy internal LS state for given page for some reason (mostly to save some resources and in-house cleaning), but it will re-create it when you switch back to tab with that page.

For further debugging, you should look for exceptions and possible reasons why patch wasn’t applied on stylesheet. Most common issue for broken updates is closed messaging port which happens when Chrome extension was automatically updated. To solve this issue, simply close DevTools and reload page. I’ll try to explicitly indicate when you have to do so in LS popup