-
Notifications
You must be signed in to change notification settings - Fork 191
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
"Process could not be terminated" error is thrown on Windows #178
Comments
Thanks for filing!
|
Thanks for thorough instructions @patrickhulce. I will create a PR to improve the logging soon. |
I am getting the following error after applying your changes as well. Error: Chrome could not be killed Command failed: taskkill /pid 10576 /T /F
ules\chrome-launcher\dist\chrome-launcher.js:259:28) |
However trying this code worked setTimeout( () => { |
* First attempt at Windows builds * Delete .appveyor.yml * Remove AppVeyor badge. * ignore kill result; fails on Windows. GoogleChrome/chrome-launcher#178
First of all, thanks for this awesome library! I use it together with puppeteer-core to avoid chromium installs if Chrome exists on users system, in the library that I maintain: https://github.com/onderceylan/pwa-asset-generator
I'm getting the following error on Windows, after calling
chrome.kill()
.I see 2 issues with this;
Not sure why but sometimes this error occur and sometimes not. Ideally, I hope the root cause of this can be found and fixed.
Second issue is, this error is being logged to the console directly, and logLevel setting is not respected when this error is thrown. Ideally, it should be logged based on logLevel setting.
I hope it's possible to get this issue fixed. If not, I'd love to go for the second option as this issue logs an unnecessary output for my CLI lib at the moment.
The text was updated successfully, but these errors were encountered: