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

CRX_REQUIRED_PROOF_MISSING errors #2

Closed
slhck opened this issue Jul 11, 2019 · 6 comments
Closed

CRX_REQUIRED_PROOF_MISSING errors #2

slhck opened this issue Jul 11, 2019 · 6 comments

Comments

@slhck
Copy link

slhck commented Jul 11, 2019

I am using Chrome Version 75.0.3770.100 (Official Build) (64-bit) under macOS.

When building an extension with crx3, I get the following error while installing:

CRX_REQUIRED_PROOF_MISSING

This is using the latest version of crx3 from npm.

@slhck
Copy link
Author

slhck commented Jul 11, 2019

This may be related to: https://support.google.com/chrome/thread/3125155?hl=en

@ahwayakchih
Copy link
Owner

@slhck yes, kinda. It's not that they changed format (AFAIK crx3.proto file did not change at all). It's just that they started enforcing web store signature. I commented about that at thom4parisot/crx#109.

Unfortunately, unless i'm mistaken, there's not much we can do about that on the CRX file's side of things :(.

@slhck
Copy link
Author

slhck commented Jul 12, 2019

Thanks for the info. Interesting thread. I guess we will close this then, although of course some caveat would be good to show to the users.

@slhck slhck closed this as completed Jul 12, 2019
@ahwayakchih
Copy link
Owner

@slhck i added some info https://github.com/ahwayakchih/crx3#crx_required_proof_missing to README. I guess additional warning output in CLI would be more visible, but i'm not sure if adding non-real-error output to error log will break people's setups or not.

@slhck
Copy link
Author

slhck commented Jul 12, 2019

That's very useful, thanks. I don't think there needs to be extra output from the tool.

PS: You have a small typo (minifest.json).

@ahwayakchih
Copy link
Owner

Thanks, fixed :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants