MRHRTZ / Shopee-flashsale-bot

Flashsale bot for countdown realtime and auto checkout
162 stars 67 forks source link

undetected_chromedriver #10

Closed Yogabayu closed 1 year ago

Yogabayu commented 1 year ago

Traceback (most recent call last): File "C:\Python27\Lib\site-packages\seleniumwire\undetected_chromedriver\webdriver.py", line 6, in import undetected_chromedriver as uc ModuleNotFoundError: No module named 'undetected_chromedriver'

saat run python main.py

MRHRTZ commented 1 year ago

Coba install module nya pip install undetected-chromedriver

imkiddo commented 1 year ago

hi, I experieced same issue. Installed that module However the problem still persists

Traceback (most recent call last): File "/Users/kiddo/Shopee-flashsale-bot/main.py", line 13, in from lib.definitions import initProgram, checkChromeDriver, menu File "/Users/kiddo/Shopee-flashsale-bot/lib/definitions.py", line 14, in from lib.driverExecutor import executeScript File "/Users/kiddo/Shopee-flashsale-bot/lib/driverExecutor.py", line 6, in from seleniumwire.undetected_chromedriver import v2 as webdriver File "/Users/kiddo/Library/Python/3.9/lib/python/site-packages/seleniumwire/undetected_chromedriver/init.py", line 1, in from .webdriver import Chrome, ChromeOptions File "/Users/kiddo/Library/Python/3.9/lib/python/site-packages/seleniumwire/undetected_chromedriver/webdriver.py", line 8, in raise ImportError( ImportError: undetected_chromedriver not found. Install it with pip install undetected_chromedriver.

MRHRTZ commented 1 year ago

5fa5414 check new commit