Closed
Bug 721051
Opened 14 years ago
Closed 14 years ago
The Apps Submission process reports JSON error for valid JSON
Categories
(addons.mozilla.org Graveyard :: Add-on Validation, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 721103
People
(Reporter: JStagner, Unassigned)
Details
A couple of customers have reported that their apps won't submit and that the get a JSON error even though they believe their manifest is correct.
Using the following manifest file....
{
"name": "MozApps Hello World",
"description": "MozApps Hello World Application.",
"launch_path": "http://helloworld.webruntime.com",
"icons": {
"128": "icon128.png"
},
"developer": {
"name": "MisfitGeek",
"url": "http://www.WebRuntime.com"
},
"locales": {
"en": {
"name": "MozApps Hello World",
"description": "MozApps Hello World Application."
},
"de": {
"name": "MozApps Hello World",
"description": "MozApps Hello World Applikation."
}
},
"default_locale": "en",
"version": "1.0.0"
}
http://jsonlint.com/ reports it as valid JSON but App store submission reports
Your app failed validation with 1 error.
· App: JSON Parse Error
Comment 1•14 years ago
|
||
I can't reproduce this on https://apps-preview.mozilla.org/en-US/developers/app/submit/2 -- is that the site they were using? The real error is this:
App: Missing 'installs_allowed_from' property
Error: In order to submit a webapp to https://apps-preview.mozilla.org, 'installs_allowed_from' must exist and must contain https://apps-preview.mozilla.org.
which is displayed as expected for me.
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 3•14 years ago
|
||
Not sure these are the same yet. They might be. Let's see if we can reproduce the JSON parse error first.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•14 years ago
|
||
Your `launch_path` corresponds to the path on your server. See https://developer.mozilla.org/en/Apps/Manifest#Definition_of_the_fields
Comment 5•14 years ago
|
||
I see it now. This has to do with the BOM (again). We didn't fix it all the way through the stack. See bug 721103
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•