-
Notifications
You must be signed in to change notification settings - Fork 346
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
Cannot consistently start chromium on macOS #1779
Comments
web-ext/src/extension-runners/chromium.js Line 93 in 7ee3c44
The error is "Cannot read property 'address' of null", which implies that web-ext/src/extension-runners/chromium.js Line 301 in 7ee3c44
If this error occurs, then |
Interestingly it seems that we are triggering the same failure in the windows travis worker on an unrelated pull request (#1780): https://travis-ci.org/mozilla/web-ext/jobs/623117080#L682-L688 |
The AUR package was maintained by myself and was called web-ext. Using the name to conform to the new Node.js packaging guidelines [1]. Also restoring Chromium tests - seems the issue has been fixed since version 4.0 [2]. [1] https://wiki.archlinux.org/index.php?title=Node.js_package_guidelines&type=revision&diff=599637&oldid=582142 [2] mozilla/web-ext#1779 git-svn-id: file:///srv/repos/svn-community/svn@779976 9fca08f4-af9d-4005-b8df-a31f2cc04f65
The AUR package was maintained by myself and was called web-ext. Using the name to conform to the new Node.js packaging guidelines [1]. Also restoring Chromium tests - seems the issue has been fixed since version 4.0 [2]. [1] https://wiki.archlinux.org/index.php?title=Node.js_package_guidelines&type=revision&diff=599637&oldid=582142 [2] mozilla/web-ext#1779 git-svn-id: file:///srv/repos/svn-community/svn@779976 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Is this a feature request or a bug?
Bug
What is the current behavior?
When I run
web-ext run --target chromium
, it doesn't seem to correctly start the Websocket server, which prevents Chrome + the extension from launching. This also happens when I runnpm test
in the web-ext project.Running web-ext test suite

Running web-ext cli with chromium

Curiously, this will sometimes work if I use node v13.2.
I have Chrome installed on my computer. Am I missing a step in the setup?
What is the expected or desired behavior?
Websocket server is successfully started, and Chrome + the extension launches consistently.
Version information (for bug reports)
macOS
10.14.6
Chrome
78.0.3904.108
node --version && npm --version && npx web-ext --version
v10.15.1, v13.2.0
6.11.3
3.2.1
The text was updated successfully, but these errors were encountered: