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

I have Error in windows and chrome #3

Open
mehdializade opened this issue Apr 13, 2021 · 0 comments
Open

I have Error in windows and chrome #3

mehdializade opened this issue Apr 13, 2021 · 0 comments

Comments

@mehdializade
Copy link

mehdializade commented Apr 13, 2021

Hello, I have use win10 and my browser is chrome. I have this Error. How can I fix it?

DevTools listening on ws://127.0.0.1:9750/devtools/browser/041dd3ac-edd8-426b-8d20-33612e7a927b
[6580:9320:0413/172232.519:ERROR:device_event_log_impl.cc(214)] [17:22:32.519] USB: usb_device_handle_win.cc:1056 Failed to read descriptor from node connection: A device attached to the system is not 
functioning. (0x1F)
[6580:9320:0413/172232.521:ERROR:device_event_log_impl.cc(214)] [17:22:32.520] USB: usb_device_handle_win.cc:1056 Failed to read descriptor from node connection: A device attached to the system is not 
functioning. (0x1F)
Traceback (most recent call last):
  File "c:/Users/mehdi/OneDrive/Desktop/followers-scraper.py", line 37, in <module>
    WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "//button[contains(.,'Accept')]"))).click()
  File "C:\python\lib\site-packages\selenium\webdriver\support\wait.py", line 71, in until
    value = method(self._driver)
  File "C:\python\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 297, in __call__
    element = visibility_of_element_located(self.locator)(driver)
  File "C:\python\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 128, in __call__
    return _element_if_visible(_find_element(driver, self.locator))
  File "C:\python\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 415, in _find_element
    raise e
  File "C:\python\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 411, in _find_element
    return driver.find_element(*by)
    'value': value})['value']
  File "C:\python\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "C:\python\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: chrome not reachable
  (Session info: chrome=89.0.4389.114)

Thank you.

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