Ricardo-Osorio / epicgames-weekly-freegames

Automatically grab the weekly free games made available on epicgames store
MIT License
75 stars 7 forks source link

Script failing to run inside of docker container #9

Closed Ricardo-Osorio closed 4 years ago

Ricardo-Osorio commented 4 years ago

Currently, the script is failing to run inside of the docker container.

The exception being thrown is the following:

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: crashed (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /usr/lib/chromium/chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) (Driver info: chromedriver=2.38 (f91d32489882be7df38da3422a19713bfd113fa5),platform=Linux 4.19.76-linuxkit x86_64)

It runs fine locally and through a quick look I can't see any recent changes to the Dockerfile that would have caused this issue thus it could be due to a dependency update. Please investigate.