Guest User

Untitled

a guest
Jul 23rd, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. This is what I got from our Linux Redhat6 server, any idea? Server Python version is 3.4.
  2.  
  3.  
  4.  
  5. Thanks
  6.  
  7.  
  8.  
  9.  
  10.  
  11. worksort@worksorted.com [~/xplan-crawler-master]# python3 crawler.py
  12.  
  13. Traceback (most recent call last):
  14.  
  15. File "crawler.py", line 279, in <module>
  16.  
  17. password=sys.argv[2] if len(sys.argv) > 2 else 'jack1904'
  18.  
  19. File "crawler.py", line 64, in start
  20.  
  21. browser = get_browser()
  22.  
  23. File "crawler.py", line 46, in get_browser
  24.  
  25. executable_path=CHROME_DRIVER_PATH)
  26.  
  27. File "/home/worksort/.local/lib/python3.4/site-packages/splinter/browser.py", line 63, in Browser
  28.  
  29. return driver(*args, **kwargs)
  30.  
  31. File "/home/worksort/.local/lib/python3.4/site-packages/splinter/driver/webdriver/chrome.py", line 35, in __init__
  32.  
  33. self.driver = Chrome(options=options, **kwargs)
  34.  
  35. File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/chrome/webdriver.py", line 68, in __init__
  36.  
  37. self.service.start()
  38.  
  39. File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/common/service.py", line 98, in start
  40.  
  41. self.assert_process_still_running()
  42.  
  43. File "/home/worksort/.local/lib/python3.4/site-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running
  44.  
  45. % (self.path, return_code)
  46.  
  47. selenium.common.exceptions.WebDriverException: Message: Service lib/chromedriver unexpectedly exited. Status code was: 1
Add Comment
Please, Sign In to add comment