TwitchDropsMiner icon indicating copy to clipboard operation
TwitchDropsMiner copied to clipboard

Selenium issue

Open Harry149 opened this issue 2 months ago • 2 comments

Traceback (most recent call last):
  File "twitch.py", line 25, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "seleniumwire\undetected_chromedriver\__init__.py", line 1, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "seleniumwire\undetected_chromedriver\webdriver.py", line 3, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "selenium\webdriver\__init__.py", line 20, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "selenium\webdriver\chrome\webdriver.py", line 21, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "selenium\webdriver\chromium\webdriver.py", line 24, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "selenium\webdriver\remote\webdriver.py", line 75, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "selenium\webdriver\remote\websocket_connection.py", line 24, in <module>
ImportError: cannot import name 'WebSocketApp' from 'websocket' (C:\Users\Harry\AppData\Local\Temp\_MEI31162\websocket.py). Did you mean: 'Websocket'?

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "main.py", line 28, in <module>
  File "pyimod02_importers.py", line 457, in exec_module
  File "twitch.py", line 27, in <module>
ImportError: You need to install Visual C++ Redist (x86 and x64): https://support.microsoft.com/en-gb/help/2977003/the-latest-supported-visual-c-downloads

Harry149 avatar Dec 09 '25 14:12 Harry149

I have them installed.

Harry149 avatar Dec 09 '25 14:12 Harry149

Hello,

I'm not sure whichever version of the miner you're trying to work with, but Selenium was removed in the middle of 2024, about 1.5 years ago. It's no longer supported and won't even work if you try to log in.

The only supported version right now is the development one. Please use it instead: https://github.com/DevilXD/TwitchDropsMiner/releases/tag/dev-build

DevilXD avatar Dec 09 '25 16:12 DevilXD