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

ExtensionLoadWarnings on electron startup #862

Closed
davemfish opened this issue Jul 16, 2021 · 4 comments
Closed

ExtensionLoadWarnings on electron startup #862

davemfish opened this issue Jul 16, 2021 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on workbench For issues relating to the workbench front-end of invest

Comments

@davemfish
Copy link
Contributor

(node:3046) ExtensionLoadWarning: Warnings loading extension at /Users/emily/Library/Application Support/invest-workbench/extensions/fmkadmapgofadopljbjfkapdkoienihi:
  Unrecognized manifest key 'browser_action'.
  Unrecognized manifest key 'minimum_chrome_version'.
  Unrecognized manifest key 'update_url'.
  Cannot load extension with file or directory name _metadata. Filenames starting with "_" are reserved for use by the system.

(Use `Electron --trace-warnings ...` to show where the warning was created)

These warnings are related to loading the react-devtools extension, which was a recent change. There's been a lot of discussion of them and my conclusion was that it's simply not worth the effort to try to silence them. Or rather, the bug is upstream and silencing them would require each of us to jump through some manual hoops in our local filesystem, which I never bothered trying. I should have warned you all though!

MarshallOfSound/electron-devtools-installer#143
https://stackoverflow.com/questions/23918539/extension-installed-from-chrome-webstore-throws-error-package-is-invalid-detai

@davemfish davemfish added bug Something isn't working wontfix This will not be worked on labels Jul 16, 2021
@davemfish
Copy link
Contributor Author

Just created this issue as a PSA. I don't think it's worth trying to workaround ourselves so I labeled wontfix. But if anyone feels differently, feel free to have at it!

@davemfish davemfish added the workbench For issues relating to the workbench front-end of invest label Feb 7, 2022
@davemfish davemfish transferred this issue from natcap/invest-workbench Feb 7, 2022
@davemfish
Copy link
Contributor Author

davemfish commented Jun 15, 2023

These warnings have gotten more verbose, but it still sounds like there is no reasonable fix. See electron/electron#36545

Re-opened just so we're all aware of the situation. Still seems like a wontfix though, unless we find an alternative solution. I do occasionally use the react devtools, and would probably benefit from using them even more.

@davemfish davemfish reopened this Jun 15, 2023
@davemfish davemfish changed the title ExtensionLoadWarnings on npm run start ExtensionLoadWarnings on electron startup Jun 15, 2023
@davemfish
Copy link
Contributor Author

Not only do the warnings exist, but the devtools don't work either. I'll remove the extension and we can add it back if the upstream electron issue is resolved.

@dcdenu4
Copy link
Member

dcdenu4 commented Sep 12, 2024

Close.

@dcdenu4 dcdenu4 closed this as completed Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on workbench For issues relating to the workbench front-end of invest
Projects
None yet
Development

No branches or pull requests

2 participants