Closed Bug 820199 Opened 12 years ago Closed 12 years ago

The Outliner App says invalid manifest but seems to be valid

Categories

(Firefox Graveyard :: Web Apps, defect)

19 Branch
All
Windows 7
defect
Not set
normal

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"
    }
    }
It installs and launches on firefox 19.0a1 on Mac OS X just fine for me. Which version of Firefox are you using?
(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
OS: Windows 2000 → Windows 7
Version: unspecified → 19 Branch
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!!!
Can't reproduce on Win 7 64-bit.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
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?
its installing in Nightly so this is possibly a dupe of bug 819103
Yes, the error is identical.
Resolution: WORKSFORME → DUPLICATE
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.