Closed
Bug 1368831
Opened 8 years ago
Closed 8 years ago
"A mutation operation was attempted on a database that did not allow mutations."
Categories
(WebExtensions :: General, defect)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1364768
People
(Reporter: ianbicking, Unassigned)
Details
We are frequently getting this error in development with Screenshots:
[InvalidStateError: "A mutation operation was attempted on a database that did not allow mutations."
code: 11
nsresult: 0x80660006
location: resource://gre/modules/IndexedDB.jsm:294]
This stops the WebExtension startup in development. But more importantly we've gotten a report of this happening in Nightly (with Screenshots enabled), and it stopping Screenshots and other add-ons from starting up: https://github.com/mozilla-services/screenshots/issues/2911
The error is from calling webExtension.startup(): https://dxr.mozilla.org/mozilla-central/rev/34ac1a5d6576d6775491c8a882710a1520551da6/browser/extensions/screenshots/bootstrap.js#100
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•