twitchtv / acm-mmsys-2020-grand-challenge

Assets for Twitch's ACM MMSys 2020 Grand Challenge
Apache License 2.0
42 stars 21 forks source link

Perform a test run failed on Ubuntu 16.04 #2

Closed nvduc closed 4 years ago

nvduc commented 4 years ago

I got the following error when performing a test with 'node run.js' command on Ubuntu 16.04, 64bit. $ node run.js Error: Failed to launch the browser process! spawn /Applications/Google Chrome.app/Contents/MacOS/Google Chrome ENOENT

It seems the path for Chrome is not correctly configured. Please give me any suggestions to correct this error. Thanks, Nguyen

godka commented 4 years ago

Please change the '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' to your-path-to-your-Chrome-application.

johnBartos commented 4 years ago

@godka That's correct, much appreciated! Will add to the readme.

johnBartos commented 4 years ago

Added