snobu / destreamer

Save Microsoft Stream videos for offline enjoyment.
MIT License
2.36k stars 442 forks source link

Error: spawn UNKNOWN #369

Open AP-XD opened 3 years ago

AP-XD commented 3 years ago

So after cloning the repo and npm install npm run build when i give the command it fails to launch the browser throws this error. OS: Windows

Launch command used:.\destreamer.cmd -i "https://web.microsoftstream.com/video/xxxxxxx"

Verbose log ``` [WARNING] .token_cache not found. Launching headless Chrome to perform the OpenID Connect dance... [ERROR] Error: spawn UNKNOWN at ChildProcess.spawn (internal/child_process.js:403:11) at Object.spawn (child_process.js:553:9) at BrowserRunner.start (D:\REPOSITORIES-GITHUB\destreamer\node_modules\puppeteer\lib\Launcher.js:77:30) at ChromeLauncher.launch (D:\REPOSITORIES-GITHUB\destreamer\node_modules\puppeteer\lib\Launcher.js:242:12) at async DoInteractiveLogin (D:\REPOSITORIES-GITHUB\destreamer\build\src\destreamer.js:39:21) at async main (D:\REPOSITORIES-GITHUB\destreamer\build\src\destreamer.js:212:73) ```