ARM64/rPI - Add seleniarm/standalone-chromium support for WebDriver #455
Replies: 13 comments 2 replies
-
@DmitriyYukhanov just change changedetection.io/docker-compose.yml Line 40 in c55bf41 image: seleniarm/standalone-chromium does it work? please tell me if you get it to work (I dont own a rPi so I cannot test)
if it does work, it just needs to go in as a comment I think please tell me if you can get it to work. |
Beta Was this translation helpful? Give feedback.
-
Thanks @dgtlmoon it installed and started just fine on rPi 4:
But it seems some further configuration is required, as I'm seeing "Content fetcher 'html_webdriver' did not respond." error at the web ui when trying to switch the Fetch Method. But I don't see anything which could help at the Fetching pages with WebDriver wiki page.. |
Beta Was this translation helpful? Give feedback.
-
@DmitriyYukhanov try to help me out a bit here, assume that I'm not infront of your computer, and that I cant access your computer, and I cannot guess what's going on... I need more logs and other information
or maybe
attach it all here (as text, not a screenshot) |
Beta Was this translation helpful? Give feedback.
-
Ah, seems CPU architecture mismatch =/
And this container is keeping restarting with this error. |
Beta Was this translation helpful? Give feedback.
-
That's because I'm on non-64 bit armv7 =(
|
Beta Was this translation helpful? Give feedback.
-
So there's nothing I can do here... |
Beta Was this translation helpful? Give feedback.
-
The seleniarm doesnt support your platform |
Beta Was this translation helpful? Give feedback.
-
Yeah, seems so =( Thanks for trying to help! |
Beta Was this translation helpful? Give feedback.
-
Just to add up: I was able to compile armhf images locally, and it works just fine, yey! To run with local image all I needed to change in docker-compose.yml is just replacing |
Beta Was this translation helpful? Give feedback.
-
is there any workaround here? seems compiling the repo gives me a lot of errors so stuck on this one. |
Beta Was this translation helpful? Give feedback.
-
@0xspade it's more helpful if you post the errors and what you tried exactly |
Beta Was this translation helpful? Give feedback.
-
btw use a chrome runner not " Selenium Grid " |
Beta Was this translation helpful? Give feedback.
-
again, this is unhelpful, need more info , once more - what did you try? what was the error? |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm here with a feature request.
Now, as we have an ARM64 Docker Selenium images for standalone chromium, it would be great to add support for this in order to be able to use WebDriver on rPi devices, if possible ^^
Beta Was this translation helpful? Give feedback.
All reactions