-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Google Chrome Install in Dockerfile (Raspberry Pi) #192
Comments
Hello Ralfons-06! Thanks for reaching out. This could possibly be related to your hardware... are you running Docker build on an Apple M1 by any chance? |
Hi Alexander, no i run docker on a raspberry pi 4 B (with Raspberry Pi OS), so it should be an ARM processor. |
Currently our Docker build is exclusively available for 64-bit-based systems. Essentially the problem seems to be that Google Chrome is unavailable on ARM-based systems, but Chromium is. |
This solution worked for me Chrome Driver for Linux32. Though, i decided to run flathunter in plain Raspbian OS instead of a Docker Container.
|
@Ralfons-06 Running Flathunter on plain Raspbian seems to be a good quick solution at this time. I'm currently working on getting an ARMv7 image built and running and will let you guys know when it's ready. Coming to allowing for setting a manual chromedriver path, this will also be implemented really soon. |
@Ralfons-06 I'm also trying to run this on my raspberry. Did you just append the code block at the end of abstract_crawler? |
I replaced: flathunter/flathunter/abstract_crawler.py Lines 56 to 62 in 0b5445d
with:
to initilialize the webdriver with a local chromium installation. Edit: Not sure if that still works |
Thanks for your update! I actually did exactly that but it didn't work because of a wrongly installed driver. When I reverted the changes and tried again it worked like a charm. Thanks |
Is there a way to turn this into a pull request, with some platform-specific detection? (e.g. |
Has there been any solution to that? It's not running on my installation on a Raspberry Pi either because of the Chromium issue |
@Ma194 Are you running in Docker? Or plain Raspbian? Have you tried the solution from @Ralfons-06 ? |
Hi Guys,
I'm running into problems while building the image for Docker. The Error occurs when Google Chrome get's installed
Can somebody help me out?
Regards Ralfons-06
The text was updated successfully, but these errors were encountered: