-
Notifications
You must be signed in to change notification settings - Fork 121
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
Chrome hangs on new start #63
Comments
+1 |
same issue no solution yet +1 |
A little investigation tells me that the node process is launching chrome with a custom
It crashes with the dead tab, although the data dir is populated with the various initialization data that the browsers dumps there. When I omit the |
This happened to me when I was running the command from admin console. When running as current user it works. |
I'm having the same issue and it's not related to administrative permissions. |
Yes, I am hitting the same issue but it is a chrome-launcher issue not a karma issue I think. I can repro just using https://github.com/GoogleChrome/lighthouse/tree/master/chrome-launcher. |
Posted on Chrome-Launcher (GoogleChrome/lighthouse#3099) |
When I start karma, it starts up a new Chrome instance (as expected). However, the Chrome instance hangs trying to load the page (eventually prompting me to either kill the tab or wait for it). Karma will time out and try to launch chrome again, before it eventually gives up and shuts down. However, I can copy the link that Karma is trying to open, and paste it in another instance of Chrome, and it loads up just fine.
So it seems that there is something wrong with how karma-chrome-launcher is starting up the Chrome instance.
Karma config:
I don't think it's necessarily a problem with Karma, as I can use the Firefox launcher, and it works just fine. However, that could be coincidence...
The text was updated successfully, but these errors were encountered: