MarshallOfSound / MarshallOfSound/electron-devtools-installer
Electron 37 + Electron devtools installer 4, redux devtool tab not appearing
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
I have configured everything as it should be, install the extension on app-ready, before creating the window. I see the errors below and i see the global object for redux devtool on window object. But no tab in devtools appearing. Refreshing the app does not help. I see that a fix was merged adding the new extensions api but no release was cut? Not sure if that would help.
```
(electron) 'session.getAllExtensions' is deprecated and will be removed. Please use 'session.extensions.getAllExtensions' instead.
(electron) 'session.loadExtension' is deprecated and will be removed. Please use 'session.extensions.loadExtension' instead.
(node:26408) ExtensionLoadWarning: Warnings loading extension at C:\Users\rauti\AppData\Roaming\iracing-telemetry\extensions\lmhkpmbekcpmknklioeibfkpmmfibljd:
Permission 'notifications' is unknown.
Permission 'contextMenus' is unknown.
(Use `electron --trace-warnings ...` to show where the warning was created)
[26408:0827/093818.860:ERROR:CONSOLE:1] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[26408:0827/093818.860:ERROR:CONSOLE:1] "Request Autofill.setAddresses failed. {"code":-32601,"message":"'Autofill.setAddresses' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[26408:0827/093819.001:ERROR:CONSOLE:2] "Electron renderer.bundle.js script failed to run", source: node:electron/js2c/renderer_init (2)
[26408:0827/093819.001:ERROR:CONSOLE:2] "TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))", source: node:electron/js2c/renderer_init (2)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the missing Redux DevTools tab with Electron 37, installing the extension at app-ready before creating the window. Inspect the reported extension-loading and renderer errors and the newer Electron extensions API; done means the tab appears in DevTools without the reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, redux
- Domain
- desktop-dev, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100