Skip to content
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

Add support for downloading/using ARM Chromium binaries (Raspberry Pi, ...) #155

Open
thp opened this issue Jul 30, 2020 · 4 comments · May be fixed by #360
Open

Add support for downloading/using ARM Chromium binaries (Raspberry Pi, ...) #155

thp opened this issue Jul 30, 2020 · 4 comments · May be fixed by #360
Labels
help wanted Extra attention is needed/wanted priority-low Almost every issue or pull has precedence over this issue or pull

Comments

@thp
Copy link

thp commented Jul 30, 2020

The previous repo already had issues for this:

miyakogi/pyppeteer#115, miyakogi/pyppeteer#284

Puppeteer also has an issue open for this:

puppeteer/puppeteer#550

@Mattwmaster58 Mattwmaster58 added priority-low Almost every issue or pull has precedence over this issue or pull help wanted Extra attention is needed/wanted labels Jul 31, 2020
@Mattwmaster58
Copy link
Member

Hmm, right now we're just trying to achieve API parity with past version, but I'd be happy to look at a PR

@thp
Copy link
Author

thp commented Jul 31, 2020

No problem, I just wanted to file an issue number so I can link to it from the docs of urlwatch, which uses pyppeteer:

https://urlwatch.readthedocs.io/en/latest/jobs.html#browser

I don't have an ARM device set up at the moment, if I get some time to look into it in the future and get it working, I'll submit a PR.

@albertczyk
Copy link

In fact I'm now working in a project with pyppeteer on RaspiOS. Maybe it would be better to rely upon repo packages and flag the dependency.
BTW I've found that chromium versions are remarkably different when it comes to the DevTools API.
Also, the RaspiOS repos provide two different packages: chromium, which seems to be more up-to-date (v83) and the somewhat outdated chromium-browser (v78)

adamurban pushed a commit to adamurban/pyppeteer that referenced this issue Aug 25, 2021
adamurban pushed a commit to adamurban/pyppeteer that referenced this issue Aug 25, 2021
@adamurban
Copy link

Opened a PR as a first pass at this. Tested locally on a raspberry pi and it seems to work, but would appreciate additional testing.

@timetheoretical timetheoretical linked a pull request Feb 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed/wanted priority-low Almost every issue or pull has precedence over this issue or pull
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants