Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help needed
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020