Created
July 23, 2018 15:41
-
-
Save ratulcse10/72eaa624ca884af4ae75d6e4b62420fb to your computer and use it in GitHub Desktop.
xplan error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is what I got from our Linux Redhat6 server, any idea? Server Python version is 3.4. | |
Thanks | |
[email protected] [~/xplan-crawler-master]# python3 crawler.py | |
Traceback (most recent call last): | |
File "crawler.py", line 279, in <module> | |
password=sys.argv[2] if len(sys.argv) > 2 else 'jack1904' | |
File "crawler.py", line 64, in start | |
browser = get_browser() | |
File "crawler.py", line 46, in get_browser | |
executable_path=CHROME_DRIVER_PATH) | |
File "/home/worksort/.local/lib/python3.4/site-packages/splinter/browser.py", line 63, in Browser | |
return driver(*args, **kwargs) | |
File "/home/worksort/.local/lib/python3.4/site-packages/splinter/driver/webdriver/chrome.py", line 35, in __init__ | |
self.driver = Chrome(options=options, **kwargs) | |
File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/chrome/webdriver.py", line 68, in __init__ | |
self.service.start() | |
File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/common/service.py", line 98, in start | |
self.assert_process_still_running() | |
File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running | |
% (self.path, return_code) | |
selenium.common.exceptions.WebDriverException: Message: Service lib/chromedriver unexpectedly exited. Status code was: 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment