Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session not created (Chrome driver) #8

Open
tahmidwrk opened this issue Aug 26, 2020 · 0 comments
Open

session not created (Chrome driver) #8

tahmidwrk opened this issue Aug 26, 2020 · 0 comments

Comments

@tahmidwrk
Copy link

Need help with understanding the issue

While running the instagram_bot.py

DevTools listening on ws://127.0.0.1:58108/devtools/browser/976a1b1e-f170-4fb5-9183-94beb8ddc82b
Traceback (most recent call last):
File "instagram_bot.py", line 249, in
bot = InstaBot()
File "instagram_bot.py", line 34, in init
self.driver = webdriver.Chrome(config['ENVIRONMENT']['CHROMEDRIVER_PATH'])
File "F:\Learning Projects\instagram-bot-master\venv\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in init
RemoteWebDriver.init(
File "F:\Learning Projects\instagram-bot-master\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "F:\Learning Projects\instagram-bot-master\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "F:\Learning Projects\instagram-bot-master\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "F:\Learning Projects\instagram-bot-master\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant