tired
tired
``` [2022-10-08 16:41:04] [warn] Overriding browser option because we are inside a docker container! [2022-10-08 16:41:04] [warn] Adding browser option: --no-sandbox because we are inside a docker container! [2022-10-08 16:41:05]...
ah just had to increase the timeout
Yeah seems like it's an issue with my installation. Don't think undetected_chromedriver works on ARM
Thanks! I got it to somewhat work but I randomly get `cannot connect to chrome at 127.0.0.1` errors https://pastebin.com/8fS9Sd69 I can see the chromium tabs open. For some reason, a...
In the last log neither of the youtube tabs went onto the stream. In this log they both open the stream: https://pastebin.com/KbkbaxGj
I still get the `Exec format error`. After editing `app.py` to specify a path to an ARM version (`driver = uc.Chrome(driver_executable_path="/home/tired/.local/share/undetected_chromedriver/chromedriver_108")`) I get the `cannot connect to chrome` error again....