Closed
Bug 1883199
Opened 1 year ago
Closed 1 year ago
SearchService errors logged at startup for all extension-provided engines
Categories
(Firefox :: Search, defect, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: aminomancer, Assigned: standard8)
References
Details
(Whiteboard: [sng])
Attachments
(2 files)
At Firefox startup, I get an error for every search extension I have installed. The engines still work fine. Here's an example:
SearchService: Failed to load Wiktionary from settings: NS_ERROR_FILE_ALREADY_EXISTS: #addEngineToStore: An engine called Wiktionary already exists!
#addEngineToStore resource://gre/modules/SearchService.sys.mjs:2246
#loadEnginesFromSettings resource://gre/modules/SearchService.sys.mjs:2387
#loadEngines resource://gre/modules/SearchService.sys.mjs:1639
Object { id: "wiktionary@aminomancerdefault", _name: "Wiktionary", _loadPath: "[addon]wiktionary@aminomancer", description: "Wiktionary (Search)", _iconURL: "moz-extension://8ccadb32-18df-442b-9731-e9bd96227fc1/favicon.svg", _iconMapObj: {…}, _metaData: {…}, _urls: (2) […], _telemetryId: null, _definedAliases: (1) […], … }
SearchService.sys.mjs:2389:25
I also attached a complete startup log with browser.search.log enabled.
Flags: needinfo?(standard8)
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → standard8
Flags: needinfo?(standard8)
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21ddc4de16f7
Avoid errors being logged from the search service when starting with third party WebExtensions installed. r=search-reviewers,mcheang
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•