Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. C:\Users\TOSHIBA-PC\Documents\facebook-scraper-master>py facebook-connections.py -u joseantoniomartinez6@gmail.com -p joseantmarcoro
  2. Traceback (most recent call last):
  3. File "facebook-connections.py", line 252, in <module>
  4. inst = FacebookScraper()
  5. File "facebook-connections.py", line 17, in __init__
  6. self.browser = webdriver.Firefox()
  7. File "C:\Users\TOSHIBA-PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 170, in __init__
  8. keep_alive=True)
  9. File "C:\Users\TOSHIBA-PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 156, in __init__
  10. self.start_session(capabilities, browser_profile)
  11. File "C:\Users\TOSHIBA-PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 245, in start_session
  12. response = self.execute(Command.NEW_SESSION, parameters)
  13. File "C:\Users\TOSHIBA-PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 314, in execute
  14. self.error_handler.check_response(response)
  15. File "C:\Users\TOSHIBA-PC\AppData\Local\Programs\Python\Python36\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
  16. raise exception_class(message, screen, stacktrace)
  17. selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement