-
Notifications
You must be signed in to change notification settings - Fork 67
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
Waiting for chrome to became available #11
Comments
can you maybe check if reverting changes from #1 solves this issue? |
@Szpadel I'm getting the same error now, is there any info you need that would help? |
I'm getting this error in Manjaro |
For me, it stops at "Waiting for chrome to became available". This is on MacOS Monterey with Chrome 107.0.5304.87. As a workaround, it works for some time after restarting the computer. I have no idea why it stops working at some point. Edit: not true, restarting does not fix the problem. I also tried Canary and Chromium, both don't work. |
I'm also seeing this issue -- on Linux Mint with up-to-date Chrome. |
In my case the reason was that chrome binds to the IPv6 interface, while the client is trying to connect to "localhost" using the IPv4 interface. The solution is to remove "localhost" from resolving IPv6. In /etc/hosts Standard host addresses::1 ip6-localhost ip6-loopback |
I got following error:
`Using /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
Waiting for chrome to became available
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)`
chrome version 60.0.3112.113
The text was updated successfully, but these errors were encountered: