panther icon indicating copy to clipboard operation
panther copied to clipboard

Could not start chrome. Exit code: 126 (Invoked command cannot execute)

Open gavinhewitt opened this issue 2 years ago • 1 comments

I'm trying to run Panther from production but I keep hitting Could not start chrome. Exit code: 126 (Invoked command cannot execute). Error output: sh: 1: exec: /home/path/to/drivers/chromedriver: Exec format error. Any ideas on how to fix? Locally it works fine :-(

gavinhewitt avatar Jun 11 '23 09:06 gavinhewitt

Did you change that path manual for this issue? /home/path/to/drivers/chromedriver Looks like the chromedriver is not found. The path looks like a default path, that need to be replaced by the real one.

Chris53897 avatar Aug 08 '23 14:08 Chris53897