mozilla / lightbeam-we

Web Extension version of the Firefox Lightbeam add-on
https://addons.mozilla.org/en-GB/firefox/addon/lightbeam/
Mozilla Public License 2.0
180 stars 61 forks source link

Error at storeChild.js:30:12 #246

Open ExE-Boss opened 6 years ago

ExE-Boss commented 6 years ago

The following error message is printed to the console whenever I interact with Mozilla Lightbeam since I upgraded to the WebExtension version:

17:47:36.447Error: UnknownError The operation failed for
reasons unrelated to the database itself and
not coveredby any other error code.
storeChild.js:30:12

This is likely coming from the call to the Dexie database library at store.js:179: https://github.com/mozilla/lightbeam-we/blob/2e855ee4a016c85b9fa7af4edcfc58c66a9a7d66/src/js/store.js#L178-L188

princiya commented 6 years ago

@ExE-Boss Thank you for reporting the bug.

We had this error once, but was fixed. Looks like it is showing up again. I shall take a look when I have some time.

Parikshit-Hooda commented 5 years ago

I want to work on this. But I can't replicate the said bug on my system. Please help me out.

princiya commented 5 years ago

@Parikshit-Hooda as mentioned in the above comment, this issue was seen in the beginning but was believed to have been solved.

However, you might be able to use some hints from this article to replicate the behaviour https://whotracks.me/blog/dexie_transaction_bug.html

Parikshit-Hooda commented 5 years ago

So, maybe we can close this issue now.

princiya commented 5 years ago

Closing this issue isn't appropriate, until we know for sure this problem has been solved.