mozilla/lightbeam-we

Lightbeam doesn't load

Opened this issue · 6 comments

A user is reporting the following error:

Content Security Policy: The page's settings blocked the loading of a resource at self ("script-src moz-extension://..."). Source: call to eval() or related function blocked by CSP. dexie.js:630
Unhandled rejection: InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.
dexie.js:1387:17

Experiencing the same problem with the same error message: "InvalidStateError A mutation operation was attempted on a database that did not allow mutations. storeChild.js:30:12". Any fix for this? We suspect it is something in the settings, but not being a techie types, don't know what to look at.
Actually, our problem started at about the same time (Oct-ish 2017) after working successfully for quite a while.

Similar issue #246.

I am however not able to reproduce this error now.

after working successfully for quite a while.

@pclspecht did something change with the way you have been using Lightbeam? Could you please elaborate on this?

Thank you so much for the details @pclspecht :) I really appreciate your time.

I am not really sure what triggers this issue (once in a while). Given that I have some time now to work on this, I will surely look into this one.

Are you in a place to offer coding help? :) If not, no worries, but I might reach out to you to test something or give more feedback. Thanks once again.

@pclspecht

BTW, I am slow to respond.

No problem, I already appreciate your time.

If I had a clue what language(s) to look for and could find a good book on the subject,

Lightbeam is a browser web-extension, so a good starting point is this - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions :)