Closed
Bug 1598996
Opened 6 years ago
Closed 6 years ago
Add-ons upload does not give any debug information about why an addon from file appears corrupt
Categories
(WebExtensions :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: 13hurdw, Unassigned)
Details
Attachments
(1 file)
|
162.64 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Install add-on from file
upload the add-on from bug 1598994
Actual results:
"This add-on could not be installed because it appears to be corrupt." is the only message
devtools debug tab and console don't show anything
Expected results:
more detailed debug message in debug tab or somewhere
As a dev , I need more meat on these bones to know what the heck is actually going wrong with my extension
Comment 1•6 years ago
|
||
There is some documentation at https://extensionworkshop.com/ about workflows for developing extensions.
In short: use about:debugging or the web-ext command line tool, or for regular xpi installation (with signatures disabled), open the browser console.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•