Hello,
listsync can't run on a Raspberry Pi as the package it downloads from here
https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chromedriver-linux64.zip
is for amd64 architectures, while the raspberry is arm, so it just goes in an error loop while trying to launch usr/local/bin/chromedriver.
I managed to download chromedriver on the pi and to link it in the docker container, but then there are other files in the wrong format:
ERROR:root:Failed to initialize Selenium driver: [Errno 8] Exec format error: '/bin/google-chrome'
/bin/sh: 1: /usr/src/app/.venv/lib/python3.9/site-packages/seleniumbase/drivers/uc_driver: Exec format error
these files are also taken from the downloaded .zip file if I understood correctly.
any way to fix this?
Thanks!
Hello,
listsync can't run on a Raspberry Pi as the package it downloads from here
https://storage.googleapis.com/chrome-for-testing-public/137.0.7151.119/linux64/chromedriver-linux64.zip
is for amd64 architectures, while the raspberry is arm, so it just goes in an error loop while trying to launch usr/local/bin/chromedriver.
I managed to download chromedriver on the pi and to link it in the docker container, but then there are other files in the wrong format:
ERROR:root:Failed to initialize Selenium driver: [Errno 8] Exec format error: '/bin/google-chrome'
/bin/sh: 1: /usr/src/app/.venv/lib/python3.9/site-packages/seleniumbase/drivers/uc_driver: Exec format error
these files are also taken from the downloaded .zip file if I understood correctly.
any way to fix this?
Thanks!