nathan-osman / REST-Easy

A simple REST client for Firefox
Mozilla Public License 2.0
130 stars 39 forks source link

Make compatible with GitHub Extension Installer #34

Closed hackel closed 8 years ago

hackel commented 9 years ago

Can this be made compatible with the GitHub Extension Installer (https://github.com/diegocr/GitHubExtIns)? Not sure why this doesn't work, since your install.rdf is in the root, but there must be some incompatibility.

nathan-osman commented 9 years ago

I get an error in the Browser Console when I try to install the add-on:

NS_ERROR_FILE_CORRUPTED: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [nsIZipReader.open]

This doesn't look like an error with REST Easy, but rather an error with GitHubExtInst. (The error occurs on this line in particular.) It might be worth filing an issue with their project to let them know that the extension isn't working correctly.

nathan-osman commented 8 years ago

I re-tested this and it appears to be working now.