Closed
Bug 820199
Opened 13 years ago
Closed 13 years ago
The Outliner App says invalid manifest but seems to be valid
Categories
(Firefox Graveyard :: Web Apps, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 819103
People
(Reporter: eviljeff, Unassigned)
References
()
Details
I can't see anything obviiously wrong with The Outliner app's manifest but Firefox reports its invalid.
{
"name": "The Outliner of Giants",
"default_locale": "en",
"icons": {
"128": "https://theoutlinerofgiants.appspot.com/img/128.png"
},
"description": "A full-featured outliner for the creation of reports, dissertations, or simply as a tool for organising your thoughts and ideas.",
"version": "1",
"launch_path": "/outlines",
"type": "web",
"developer": {
"url": "http://theoutlinerofgiants.appspot.com/",
"name": "The Outliner of Giants"
}
}
Comment 1•13 years ago
|
||
It installs and launches on firefox 19.0a1 on Mac OS X just fine for me. Which version of Firefox are you using?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Bill Walker [:bwalker] [@wfwalker] from comment #1)
> It installs and launches on firefox 19.0a1 on Mac OS X just fine for me.
> Which version of Firefox are you using?
Firefox 19.0a2 (2012-12-10) on Win7
Reporter | ||
Updated•13 years ago
|
OS: Windows 2000 → Windows 7
Version: unspecified → 19 Branch
Comment 3•13 years ago
|
||
I wonder if this helps at all:
%% curl -I https://theoutlinerofgiants.appspot.com/manifest.webapp
HTTP/1.1 405 Method Not Allowed
Allow: GET
Content-Type: text/html; charset=UTF-8
Content-Length: 188
Date: Tue, 11 Dec 2012 01:26:20 GMT
Server: Google Frontend
%% wget --server-response https://theoutlinerofgiants.appspot.com/manifest.webapp
--2012-12-10 17:26:43-- https://theoutlinerofgiants.appspot.com/manifest.webapp
Resolving theoutlinerofgiants.appspot.com... 173.194.76.141, 2607:f8b0:400d:c01::8d
Connecting to theoutlinerofgiants.appspot.com|173.194.76.141|:443... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Content-Type: application/x-web-app-manifest+json;charset=utf-8
ETag: "WEbZ9ngkzThfsP7"
Expires: Wed, 12 Dec 2012 01:26:26 GMT
Cache-Control: 86400
Date: Tue, 11 Dec 2012 01:26:26 GMT
Server: Google Frontend
Content-Length: 502
Length: 502 [application/x-web-app-manifest+json]
Saving to: ‘manifest.webapp.1’
100%[=====================================================================================================================>] 502 --.-K/s in 0s
2012-12-10 17:26:44 (239 MB/s) - ‘manifest.webapp.1’ saved [502/502]
%% wget --server-response --spider https://theoutlinerofgiants.appspot.com/manifest.webapp
Spider mode enabled. Check if remote file exists.
--2012-12-10 17:26:48-- https://theoutlinerofgiants.appspot.com/manifest.webapp
Resolving theoutlinerofgiants.appspot.com... 173.194.76.141, 2607:f8b0:400d:c01::8d
Connecting to theoutlinerofgiants.appspot.com|173.194.76.141|:443... connected.
HTTP request sent, awaiting response...
HTTP/1.1 405 Method Not Allowed
Allow: GET
Content-Type: text/html; charset=UTF-8
Content-Length: 188
Date: Tue, 11 Dec 2012 01:26:30 GMT
Server: Google Frontend
Remote file does not exist -- broken link!!!
Comment 4•13 years ago
|
||
Can't reproduce on Win 7 64-bit.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•13 years ago
|
||
This was reported in a review (so its not just me!), and I consistently can reproduce on both Aurora and Beta. Any ideas for tracking down the issue?
Reporter | ||
Comment 6•13 years ago
|
||
its installing in Nightly so this is possibly a dupe of bug 819103
Assignee | ||
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•