Tim Behrends

Results 7 comments of Tim Behrends

Same error here on Windows 10, working perfectly on macOS though

Hello, Have you found a solution for this issue?

Use experimental options and set enable_do_not_track to True. Keep in mind though that Do Not Track is enabled in undetected_chromedriver by default, so setting this to true won't actually change...

Same here... Been having it now and then for a few weeks, was too lazy to try and fix it, but now it kinda starts being annoying having to restart...

Thought it got solved, but just had a crash again... Updating to 3.1.7 did not resolve the issue, neither did what @evolvepx proposed (to add ".v2" in the import). I'll...

### Found some related issues to it: - [From Stack Overflow](https://stackoverflow.com/questions/69407211/cannot-connect-to-chrome-at-127-0-0-137541-when-using-undetected-chromedriver): cannot connect to chrome at 127.0.0.1:37541 when using undetected-chromedriver with Python - #568 - #743 - #572 It seems...

> Got the same error on version 3.1.7. Even if I change to `import undetected_chromedriver.v2 as uc`, the problem still exists. @chinwubing What's your full console output regarding the error?