-
Notifications
You must be signed in to change notification settings - Fork 148
Open
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels