You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2023. It is now read-only.
Describe the bug
Getting below error when trying to execute the latest binary
ERROR (4019 on MacBook): Error: Failed to launch the browser process!
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
at onClose (/snapshot/drivetest-ca-availabilities/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:193:20)
at Interface.<anonymous> (/snapshot/drivetest-ca-availabilities/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:183:68)
at Interface.emit (events.js:387:35)
at Interface.close (readline.js:451:8)
at Socket.onend (readline.js:224:10)
at Socket.emit (events.js:387:35)
at endReadableNT (internal/streams/readable.js:1317:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
To Reproduce
Steps to reproduce the behavior:
Downloaded latest binary from release notes
Did chmod a+x to make the binary executable
Gave Apple security permission to run the binary anyway
Then ran this command ./drivetest-availabilities-macos -r 60 -l “xx.xxxxxx, -xx.xxxxxx” --licenseType G --email xx@gmail.com --licenseNumber Bxxxx-xxxxx-xxxxxx --licenseExpiry “xxxx/xx/xx”
And getting above error
Expected behavior
Get some kind of valid output
Desktop (please complete the following information):