-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
Hello,
I use SeleniumBase in uc mode: browser.uc_open(URL), using multiprocessing on 10 cores, hundreds of drivers are being initiated (and closed) every hour, and going on 24/7 mostly successfully. The Chrome I downloaded for my docker image is as follows:
# chrome
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt install -y ./google-chrome-stable_current_amd64.deb
I hope this suffices as a background.
And once in 3-5 hours the code stops with error (and only this one always):
"'Chrome' object has no attribute 'reactor'"
Google doesn't mention anything about this. Do you have any ideas?
Metadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixedUh oh... Something needs to be fixed