firefox-create one simple addon xpi.

Talk about add-ons and extension development.
Post Reply
User avatar
catafest
Posts: 2
Joined: April 3rd, 2009, 2:17 am
Location: Fălticeni
Contact:

firefox-create one simple addon xpi.

Post by catafest »

I used Firefox 49.0.1 with npm@3.10.8 C:\Program Files\nodejs\node_modules\npm and jpm.
The source code can be found https://github.com/catafest/my_addon
The version is 0.0.2
I try to used the

Code: Select all

jpm sign --api-key=xxxx --api-secret=xxxx
from https://addons.mozilla.org/en-US/developers/addon/api/key/
JWT issuer for api-key and JWT secret for api-secret but I got this error:

Code: Select all

Server response: Version already exists. (status: 409)
JPM [debug] cleaning up XPI temp directory
JPM [info] FAIL
When I try to find it under firefox from Available Add-ons I don't find it.
Noitidart
Posts: 1168
Joined: September 16th, 2007, 8:01 am

Re: firefox-create one simple addon xpi.

Post by Noitidart »

catafest wrote:I used Firefox 49.0.1 with npm@3.10.8 C:\Program Files\nodejs\node_modules\npm and jpm.
The source code can be found https://github.com/catafest/my_addon
The version is 0.0.2
I try to used the

Code: Select all

jpm sign --api-key=xxxx --api-secret=xxxx
from https://addons.mozilla.org/en-US/develo ... n/api/key/
JWT issuer for api-key and JWT secret for api-secret but I got this error:

Code: Select all

Server response: Version already exists. (status: 409)
JPM [debug] cleaning up XPI temp directory
JPM [info] FAIL
When I try to find it under firefox from Available Add-ons I don't find it.
Go to your developer profile on addons.mozilla.org, it will be there.
User avatar
catafest
Posts: 2
Joined: April 3rd, 2009, 2:17 am
Location: Fălticeni
Contact:

Re: firefox-create one simple addon xpi.

Post by catafest »

Yes. The upload need to have time to be parsed.
Topic closed
Post Reply