timakovi
timakovi
Hi guys! Try import undetected_chromedriver as uc options = uc.ChromeOptions() **options.arguments.extend(["--no-sandbox", "--disable-setuid-sandbox"]) #
I think that problem raise up if OS local machine not Linux :) Maybe problem can be resolved to build a multi-architecture (or not Linux) docker image? example: https://blog.jaimyn.dev/how-to-build-multi-architecture-docker-images-on-an-m1-mac/
Hi there! @Qubitium try use this setting: ```--load-in-8bit``` I have the same bug but this parameter was fix it.