I downloaded the latest version of chromedriver in Centos 7 platform: https://chromedriver.storage.googleapis.com/index.html?path=74.0.3729.6/ I start chromedriver and get
I had the similar problem; and my issue was i did not quit the existing driver and tried to use again. driver.quit() solved my problem.