dequelabs / axe-core-npm

Mozilla Public License 2.0
594 stars 68 forks source link

Error: Server Terminated early with status 0 #792

Open ravi-capacitas opened 1 year ago

ravi-capacitas commented 1 year ago

Product

cli

Product Version

No response

Latest Version

Issue Description

Expectation

For axe command to run against the website and produce a report.json

Actual

PS C:\Users\RaviDhirani> axe www.deque.com --chromedriver-path="C:\Users\RaviDhirani\Downloads\chromedriver\chrome-win64\chrome_proxy.exe" --save test.json Running axe-core 4.7.2 in chrome-headless Error: Error: Server terminated early with status 0 at C:\Users\RaviDhirani\AppData\Roaming\npm\node_modules\@axe-core\cli\node_modules\selenium-webdriver\remote\index.js:260:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Please report the problem to: https://github.com/dequelabs/axe-core-npm/issues/

Additional context

Fixed chrome driver issue and Node JS version to v14

Zidious commented 1 year ago

Hey @ravi-capacitas,

I am not entirely sure I understand the error. Does this error occur when you provide your own Chromdriver path? Could you provide a bit more context?