Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. File "cookies_worker.py", line 10, in __init__
  2. self.driver = webdriver.Firefox(executable_path="/home/ubuntu/geckodriver")
  3. File "/home/ubuntu/.local/lib/python3.6/site-packages/selenium/webdriver/firefox/webdriver.py", line 174, in __init__
  4. keep_alive=True)
  5. File "/home/ubuntu/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 157, in __init__
  6. self.start_session(capabilities, browser_profile)
  7. File "/home/ubuntu/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
  8. response = self.execute(Command.NEW_SESSION, parameters)
  9. File "/home/ubuntu/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
  10. self.error_handler.check_response(response)
  11. File "/home/ubuntu/.local/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
  12. raise exception_class(message, screen, stacktrace)
  13. selenium.common.exceptions.WebDriverException: Message: invalid argument: can't kill an exited process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement