Python Forum
Help needed - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Help needed (/thread-16012.html)



Help needed - Caolan753 - Feb-10-2019

I am trying to fix a bot for a game that was discontinued a few weeks ago and I can not get it working any ideas?

I have Pip, splinter gecodriver and fire fox installed alongside chrome and I still cant get it to work.





Error:
Traceback (most recent call last): File "C:\Users\caola\Desktop\Python-MissionChiefBot-master\missionchief_bot.py", line 58, in <module> with Browser() as browser: File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\browser.py", line 64, in Browser return driver(*args, **kwargs) File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\driver\webdriver\firefox.py", line 78, in __init__ **kwargs File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 174, in __init__ keep_alive=True) File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__ self.start_session(capabilities, browser_profile) File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "C:\Users\caola\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities