-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
listsync can't run on a Raspberry Pi as the package it downloads from here
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels