gottagofaster236 / Twitch-Channel-Points-Miner

A simple script that will watch a stream for you and get the channel points
GNU General Public License v3.0
146 stars 46 forks source link

Error when running tool. #2

Closed deion closed 3 years ago

deion commented 3 years ago

Traceback (most recent call last):
  File "main.py", line 238, in <module>
    main()
  File "main.py", line 33, in main
    start_watching_stream()
  File "main.py", line 45, in start_watching_stream
    set_lowest_quality()
  File "main.py", line 139, in set_lowest_quality
    settings_button.click()
  File "C:\Users\deion\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click
    self._execute(Command.CLICK_ELEMENT)
  File "C:\Users\deion\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute
    return self._parent.execute(command, params)
  File "C:\Users\deion\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "C:\Users\deion\AppData\Local\Programs\Python\Python37\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <button class="tw-align-items-center tw-align-middle tw-border-bottom-left-radius-medium tw-border-bottom-right-radius-medium tw-border-top-left-radius-medium tw-border-top-right-radius-medium tw-button-icon tw-button-icon--overlay tw-core-button tw-core-button--overlay tw-inline-flex tw-interactive tw-justify-content-center tw-overflow-hidden tw-relative" data-a-target="player-settings-button" aria-label="Settings">...</button> is not clickable at point (825, 418). Other element would receive the click: <div class="tw-pd-2 tw-relative">...</div>
  (Session info: headless chrome=85.0.4183.83)```