Closed
Bug 1313623
Opened 9 years ago
Closed 9 years ago
ADB Helper 0.8.8 fails to install through WebIDE
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(firefox49 verified, firefox50 verified, firefox51 verified, firefox52 verified)
People
(Reporter: pasi, Assigned: jryans)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20161019084923
Steps to reproduce:
Go to Tools > Developer Tools > WebIDE. Select "Install ADB Helper". Click "Install" in the "ADB Helper Add-on" section.
Actual results:
The download starts and once the progress bar is at 100 % you get an error message "Operation failed: Download failed" and a button saying "Troubleshooting".
Expected results:
The extension should install.
I did some poking around and found from the source code that WebIDE is trying to download the extension from https://ftp.mozilla.org/pub/labs/fxos-simulator/adb-helper/win32/adbhelper-win32-latest.xpi . At the moment the latest version is 0.8.8. When I tried to install this extension manually I got an error "Firefox has prevented this site from installing an unverified add-on". When I tried installing the previous version 0.8.7 it worked as expected.
Comment 2•9 years ago
|
||
I was able to reproduce this issue on Firefox 49.0.2 (20161019084923), Firefox 50.0b11 (20161027110534), Firefox 51.0a2 (2016-10-31) and Firefox 52.0a1 (2016-10-31) under Windows 10 64-bit and Mac Ubuntu 12.04 64-bit.
ADB Helper 0.8.8 fails to install through WebIDE because it is unsigned.
Browser Console errors:
1477924869735 addons.xpi WARN Add-on adbhelper@mozilla.org is not correctly signed.
1477924869736 addons.xpi WARN Download of https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/adb-helper/win32/adbhelper-win32-latest.xpi failed: signature is required but missing
Operation failed: Download failedwebide.js:354:5
Status: UNCONFIRMED → NEW
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Summary: ADB Helper 0.8.8 fails to install through WebIDE on Windows → ADB Helper 0.8.8 fails to install through WebIDE
Version: 49 Branch → Trunk
Comment 3•9 years ago
|
||
Assuming the
Component: Add-ons Manager → Developer Tools: WebIDE
Product: Toolkit → Firefox
| Assignee | ||
Comment 4•9 years ago
|
||
Ah yes, my mistake, I forgot to sign 0.8.8.
I'll spin up 0.8.9 with signing.
Assignee: nobody → jryans
Status: NEW → ASSIGNED
| Assignee | ||
Comment 5•9 years ago
|
||
Okay, 0.8.9 has been released with signatures. Sorry for the error.
It may take up to 24 hours for the new version to appear.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 6•9 years ago
|
||
Verified fixed on Firefox 52.0a1 (2016-11-01), Firefox 51.0a2 (2016-11-01), Firefox 50.0b11 (20161027110534) and Firefox 49.0.2 (20161019084923) under Windows 10 64-bit and Ubuntu 12.04 64-bit.
I’ve also filed a new issue which reproduces only on Firefox 50.0b11 and Firefox 49.0.2, because these versions do not support many add-ons with e10s enabled, and it refers to the fact that the user is not announced to restart the browser in order to complete the installation process: Bug 1314582
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•