Fakesum
Fakesum
try to run it on a daemon thread and exit when finished like this: ``` finished = False def main(): # Your Code here finished = True if __name__ ==...
try adding ``` chrome_options.add_argument('--no-sandbox --disable-dev-shm-usage --headless') ``` at line 34. This might happen becuase you are trying to run selenium without a display available. see [this](https://stackoverflow.com/questions/53073411/selenium-webdriverexceptionchrome-failed-to-start-crashed-as-google-chrome-is) for more info.
This is caused because of the latest version of undetected chromedriver, try downgrading to version: 3.2.1.