Electron 37 + Electron devtools installer 4, redux devtool tab not appearing
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)
Same exact issue here
Any update on this? I am having the same issue.
same
I have this problem too. Because of this problem I can't run redux/react dev tools.
Any known workarounds?
(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.
fixed by f8ec609cddf6d28a42c0f90b775ac251158b776a but not yet released
(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.
fixed by f8ec609cddf6d28a42c0f90b775ac251158b776a but not yet released
Thanks!