Marcello Morchio
1 min readAug 5, 2017

--

After changing the installation of the driver and adding the installation of chrome itself

following this
https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5

i managed to get rid of the error… now the crawler stays silent for a minute attempting to start the driver and then dies like this:

root@my:/var/crawlers# python3 munchery_spider.py
starting driver…
Traceback (most recent call last):
[many lines removed]

selenium.common.exceptions.WebDriverException: Message: chrome not reachable
(Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Linux 4.4.0–87-generic x86_64)

:-(

--

--