Closed
Bug 562302
Opened 15 years ago
Closed 15 years ago
Cannot install Google Shortcuts extension (Download failed: -3)
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
INVALID
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Whiteboard: [rewrite])
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100427 Minefield/3.7a5pre
With our builds on the addonsmgr branch I'm not able to install the Google Shortcuts extension. It works fine in current Minefield builds. The following error appears:
The download of https://addons.mozilla.org/en-US/firefox/downloads/latest/3576/addon-3576-latest.xpi?src=addondetail failed: -3
Steps:
1. Open https://addons.mozilla.org/en-US/firefox/addon/3576
2. Click on "Add to Firefox"
With step 2 the failure from above will appear.
The following errors can be seen in the Error Console:
Error: ERROR addons.xpi: Error creating statement getVisibleAddonForID (SELECT internal_id, id, location, version, type, internalName, updateURL, updateKey, optionsURL, aboutURL, iconURL, defaultLocale, visible, active, userDisabled, appDisabled, pendingUninstall, descriptor, installDate, updateDate, applyBackgroundUpdates, bootstrap FROM addon WHERE visible=1 AND id=:id)
Warning: WARN addons.xpi: Download failed: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [mozIStorageConnection.createStatement]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/mozilla/bin/_addonsmgr/modules/XPIProvider.jsm :: XPIDB_getStatement :: line 2466" data: no]
It feels like that this should be a P1 trunk merge blocker.
Reporter | ||
Comment 1•15 years ago
|
||
Sorry, I have copied the wrong extension.sqlite file into that new profile. I should use one with the new schema.
You need to log in
before you can comment on or make changes to this bug.
Description
•