Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Unable to retrieve manifest' when manifest file is available but invalid #2348

Closed
samdutton opened this issue May 24, 2017 · 8 comments
Closed
Labels

Comments

@samdutton
Copy link
Member

The manifest for my site was actually invalid, but the Lighthouse report looks as if the manifest file couldn't be retrieved:

image

@brendankenny
Copy link
Member

do you have a test url/can you leave it invalid so we can debug it? :)

Lighthouse uses the debugger protocol to retrieve the manifest and it's possible it's dropping an error message being passed over.

@samdutton
Copy link
Member Author

Sure :).

I just broke it again for you:

https://apprtc-pwa.appspot.com

@paulirish
Copy link
Member

I added this:
image

and got this:
image

@paulirish
Copy link
Member

@samdutton would this work for you?

image

@paulirish
Copy link
Member

PR up at #2349

@samdutton
Copy link
Member Author

That was quick :). Perfect — thanks.

@paulirish
Copy link
Member

We never surface response.errors. We should.

// We're not reading `response.errors` however it may contain critical and noncritical
// errors from Blink's manifest parser:
// https://chromedevtools.github.io/debugger-protocol-viewer/tot/Page/#type-AppManifestError

These errors may be included in #8223 .. Not 100% sure.

@wardpeet
Copy link
Collaborator

wardpeet commented Sep 3, 2019

I'm closing this one as a duplicate of #1666.

@wardpeet wardpeet closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants