-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver patching gets stuck in Docker container #878
Comments
How docker |
Same issue. how we install chromedriver locally? |
same issue, any solution? |
I found a way that works for me
inside
|
has relation to #747 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm executing a Python script inside a Docker container. So far, everything worked for me locally.
The call
uc.Chrome()
by default triggers the patcher that downloads the executable to a local path.Now, in the container, I instead get the following stack trace:
The program gets stuck at this point.
The text was updated successfully, but these errors were encountered: