Git Product home page Git Product logo

Comments (4)

ataconk avatar ataconk commented on May 23, 2024

Is your browser up to date?

from undetected-chromedriver.

NotD4v1d avatar NotD4v1d commented on May 23, 2024

same Issue
I have the last version

from undetected-chromedriver.

castanhas98 avatar castanhas98 commented on May 23, 2024

Having a similar issue:

>>> chrome_options = Options()
>>> chrome_options.add_argument("--disable-popup-blocking")
>>> driver = uc.Chrome(options=chrome_options, headless=False, use_subprocess=True)  
Traceback (most recent call last):                                                                                                                                                              File "<stdin>", line 1, in <module>                                                                                                                                                           File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/undetected_chromedriver/__init__.py", line 466, in __init__                                                                super(Chrome, self).__init__(                                                                                                                                                               File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in __init__                                                              super().__init__(                                                                                                                                                                           File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/chromium/webdriver.py", line 61, in __init__
    super().__init__(command_executor=executor, options=options)
  File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/webdriver.py", line 208, in __init__
    self.start_session(capabilities)
  File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/undetected_chromedriver/__init__.py", line 724, in start_session
    super(selenium.webdriver.chrome.webdriver.WebDriver, self).start_session(
  File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/webdriver.py", line 292, in start_session
    response = self.execute(Command.NEW_SESSION, caps)["value"]

 File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/webdriver.py", line 347, in execute
    self.error_handler.check_response(response)
  File "/home/francisco/git/mkm_bot/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:52577
from session not created: This version of ChromeDriver only supports Chrome version 122
Current browser version is 121.0.6167.184
Stacktrace:
#0 0x55ff710547d3 <unknown>
...

Seems like it requires Chrome version 122, while the latest stable release still is 121:
image

Is it fixable while still using the latest stable version?

from undetected-chromedriver.

NotD4v1d avatar NotD4v1d commented on May 23, 2024

Issue fixed reason:
New chrome version is out right now
Go update your chrome

from undetected-chromedriver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.