ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.75k stars 1.15k forks source link

Error when closing selenium wire session #352

Open KhushC-03 opened 2 years ago

KhushC-03 commented 2 years ago

usually, after the first chrome window has opened and closed successfully I get this issue when the next window is opened. the window opens and closes like normal but this error occurs. Although the error does not break my code but does look ugly. Is there any way to hide it? I've tried logging levels but they seem to make the program crash. image

5326987143287 commented 2 years ago
try:
# thing
except:
    pass
KhushC-03 commented 2 years ago

try:

thing

except: pass

The code works fine without the try except just want to get rid of the ugly output text