Dragur611
Dragur611
Have the same issue. I use this configuration: `def init_driver():` ` chrome_options = uc.ChromeOptions()` ` chrome_options.add_argument("--incognito")` ` chrome_options.add_argument('--headless')` ` chrome_options.add_argument("--log-level=3")` ` chrome_options.add_argument("--start-maximized")` ` driver = uc.Chrome(options=chrome_options, use_subprocess=True)` ` driver.wait =...
> Have the same issue. I use this configuration: `def init_driver():` ` chrome_options = uc.ChromeOptions()` ` chrome_options.add_argument("--incognito")` ` chrome_options.add_argument('--headless')` ` chrome_options.add_argument("--log-level=3")` ` chrome_options.add_argument("--start-maximized")` ` driver = uc.Chrome(options=chrome_options, use_subprocess=True)` ` driver.wait...
> https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance 404 error `ERROR: Could not install requirement https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance because of HTTP error 404 Client Error: Not Found for url: https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance for URL https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance`
> > pip install -U https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance > > > > https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance > > > > > > 404 error > > `ERROR: Could not install requirement https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance because of HTTP...
> i really shouldnt be doing this.... here we go: > > ``` > pip install -U https://github.com/ultrafunkamsterdam/undetected-chromedriver@fix-multiple-instance > ``` > > please check if it is really installed, or...
> I may have figured out a workaround just now. in the "patcher.py" file I added "import secrets" at the top and then changed: from: prefix = 'undetected' > >...