Skip to content

"'Chrome' object has no attribute 'reactor'" #3692

Closed
@alexmosc

Description

@alexmosc

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

No one assigned

    Labels

    UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions