AlexSterk / TwitchDropGrabber

Node.JS Project that watches Twitch streams with Puppeteer and claims rewards. If the channel goes offline, it finds new channels to watch.
MIT License
130 stars 14 forks source link

Chrome is not able to start #28

Closed Dastano closed 3 years ago

Dastano commented 3 years ago

[Mon, 18 Oct 2021 15:33:07 GMT] Starting application (node:2244) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process! spawn <"C:\Program Files\Google\Chrome\Application\Chrome.exe"> ENOENT

I changed the TS File to add:

ignoreDefaultArgs: ['--disable-extensions'],

(index.ts) and build again. Just in case.