Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daleharvey/f32b3a9e5d87367fa95c0126495530f8 to your computer and use it in GitHub Desktop.
Save daleharvey/f32b3a9e5d87367fa95c0126495530f8 to your computer and use it in GitHub Desktop.
*** Search: addEnginesFromExtension: Failed to install [email protected]: "The extension has not been initialized."
thrown from:
await extension.getLocalizedManifest(locale)
Which is called from startup by:
for (let [id, localeMap] of this._extensions) {
let policy = WebExtensionPolicy.getByID(id);
if (policy) {
LOG("_loadEngines: Found previously installed extension");
await this.addEnginesFromExtension(policy.extension);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment