Instapy: selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

Created on 1 Jun 2020  路  8Comments  路  Source: timgrossmann/InstaPy

Traceback (most recent call last):
File ".\efes.py", line 22, in
session = InstaPy(username=insta_username,
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\instapy.py", line 309, in __init__
self.browser, err_msg = set_selenium_local_session(
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\browser.py", line 111, in set_selenium_local_session
browser = webdriver.Firefox(
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 170, in __init__
RemoteWebDriver.__init__(
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in __init__
self.start_session(capabilities, browser_profile)
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\coler\AppData\Local\Programs\Python\Python38-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

wontfix

Most helpful comment

i decided this problem instaling the last version of Gecko manualy (https://github.com/mozilla/geckodriver/releases) and put the .exe file on folder run. After i start the project clicking in windows_start

All 8 comments

You'll need to install Firefox to get the Gecko driver.

installed gecko and firefox and updated

i decided this problem instaling the last version of Gecko manualy (https://github.com/mozilla/geckodriver/releases) and put the .exe file on folder run. After i start the project clicking in windows_start

I copy to run folder and start working Thanks

Installing on Ubuntu server and received the same errors. Any help?

Thanks @Deustavo

Thank you.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seuraltimez picture seuraltimez  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

tibor picture tibor  路  3Comments

drcyber975 picture drcyber975  路  3Comments

n0sw34r picture n0sw34r  路  3Comments