-
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
Chrome Driver initialization Error - Multiprocessing Error returned when ran from Docker #740
Comments
you are trying to load plain html to json. |
@ultrafunkamsterdam Sir please do once check the above Edited code again. It's not because of Furthermore, the As you can see error logs. Also the error logs point out error in below line in your code:
Nevertheless, I have tried and edited the code and error response above for your reference. Also Please do note that THIS IS WORKING in non-docker. |
Did you solve it ? |
The below code works fine when running locally using virtualenv. But when I dockerized it, an error is received. As I debugged it seems the error is from
driver = uc.Chrome(headless=True)
Python Versions tried: 3.10, 3.8
Error:
Dockerfile
The text was updated successfully, but these errors were encountered: