結論から言うと、最新バージョンのChromedriver入れれば治る。
selenium.common.exceptions.SessionNotCreatedException: Message: session not created exception chromedriver
とか
selenium.common.exceptions.WebDriverException: Message: unknown error: missing or invalid 'entry.level'
とか、だいたいChromedriverのバージョンの問題らしいですぜ。
#案件— Dai Kawai@RubyPython (@never_be_a_pm) January 13, 2018
ChromeDriverが古いのでアプデが必要。
selenium.common.exceptions.SessionNotCreatedException: Message: session not created exception chromedriverhttps://t.co/wFp9LYoPpc
#案件— Dai Kawai@RubyPython (@never_be_a_pm) January 13, 2018
同様に古いらしい
最新版にしろってことか。
selenium.common.exceptions.WebDriverException: Message: unknown error: missing or invalid 'entry.level'https://t.co/gcnkYc65Vq
— Dai Kawai@RubyPython (@never_be_a_pm) January 13, 2018
普通にChromedriver Ubuntuみたいに調べると、過去のQiitaの記事とかが上位に出るので、Chromedriver latestとかで調べるとよさそう。