Closed Bug 1139602 Opened 9 years ago Closed 9 years ago

[Lightsaber] Unable to export installed addons

Categories

(Core Graveyard :: DOM: Apps, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: justindarc, Unassigned)

References

Details

Attempting to call `export()` on an installed Addon results in a `ZipWriteError`:

`addon.export().then(function(blob) { console.log(blob); }, function(error) { console.log(error); });`

DOMError { name: "ZipWriteError", message: "" } "
    at <anonymous> (debugger eval code:1:75)"
See Also: → 982874
Fabrice: Looks like you worked on Bug 982874. I'm going to try and take a look to see what the issue is here, but if its something obvious that you can think of, let me know. Thanks!
Flags: needinfo?(fabrice)
Closing as INVALID since imported/exported apps/addons must contain an update.webapp file which is what was causing the error.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(fabrice)
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.