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

Is this a bug? #3461

Closed
ArEnSc opened this issue Apr 9, 2023 · 4 comments
Closed

Is this a bug? #3461

ArEnSc opened this issue Apr 9, 2023 · 4 comments
Labels

Comments

@ArEnSc
Copy link

ArEnSc commented Apr 9, 2023

Summary

Just installed this it works I think
ran npm install and
npm start.

[96020:0409/175958.099584:ERROR:extensions_browser_client.cc(62)] Extension Error:
OTR: false
Level: 2
Source: chrome-extension://aiijjhiobblgkeecgfeiehbbkilbklch/build/background.js
Message: Uncaught TypeError: Cannot read properties of undefined (reading 'registerContentScripts')
ID: aiijjhiobblgkeecgfeiehbbkilbklch
Type: RuntimeError
Context: chrome-extension://aiijjhiobblgkeecgfeiehbbkilbklch/build/background.js
Stack Trace:
{
Line: 107
Column: 1
URL: chrome-extension://aiijjhiobblgkeecgfeiehbbkilbklch/build/background.js
Function: (anonymous function)
}
[96020:0409/175958.099997:ERROR:extensions_browser_client.cc(62)] Extension Error:
OTR: false
Level: 1
Source: manifest.json
Message: Service worker registration failed. Status code: 15
ID: aiijjhiobblgkeecgfeiehbbkilbklch
Type: ManifestError
IPC test: ping
[96020:0409/175958.929370:ERROR:CONSOLE(2)] "Electron sandboxed_renderer.bundle.js script failed to run", source: node:electron/js2c/sandbox_bundle (2)
[96020:0409/175958.929395:ERROR:CONSOLE(2)] "TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))", source: node:electron/js2c/sandbox_bundle (2)

@ArEnSc ArEnSc added the question label Apr 9, 2023
@Leka74
Copy link

Leka74 commented Apr 10, 2023

Caused by the REACT_DEVELOPER_TOOLS extension @ src/main/main.ts

@ArEnSc
Copy link
Author

ArEnSc commented Apr 10, 2023

Caused by the REACT_DEVELOPER_TOOLS extension @ src/main/main.ts

So everything should be fine?

@Leka74
Copy link

Leka74 commented Apr 10, 2023

It just means that the react developer tools extension isn't being loaded properly. You can read more about it here:
electron/electron#36545 & facebook/react#25843.

You can either look through those issues and see if there is a fix, or just remove the REACT_DEVELOPER_TOOLS from the extensions array in main.ts

EDIT: Also similar issue on this repo: #3419

@amilajack
Copy link
Member

duplicate of #3419

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

No branches or pull requests

3 participants