NightfallGT / Discord-Account-Generator

Automate creating discord accounts; No captcha API key required
372 stars 181 forks source link

HELP PLEASE #91

Open MohdMishal opened 2 years ago

MohdMishal commented 2 years ago

AttributeError: module 'undetected_chromedriver' has no attribute 'install

pawelk1337 commented 2 years ago

same

pawelk1337 commented 2 years ago

Seems like .install() function is old and doesn't exist in new module.

https://github.com/ultrafunkamsterdam/undetected-chromedriver

monkeypatch mode (v1 old stuff)

got this from reddit: https://www.reddit.com/r/learnpython/comments/rqb7ob/attributeerror_module_undetected_chromedriver_has/

Wafiismail27 commented 2 years ago

Seems like .install() function is old and doesn't exist in new module.

https://github.com/ultrafunkamsterdam/undetected-chromedriver

monkeypatch mode (v1 old stuff)

got this from reddit: https://www.reddit.com/r/learnpython/comments/rqb7ob/attributeerror_module_undetected_chromedriver_has/

You have any fix for it?