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

upgrade puppeteer-core fix some bugs add compatiblity with latest puppeteer-core #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sarowarhosen03
Copy link

  • puppeteer-core 22.6.3 and upgrade yarn.lock version

  • fixed Error relocating /usr/lib/libgio-2.0.so.0: statx: symbol not found by moving edge mirors into /testing
    add according to the latest doc

  • headless:"new"
    
  • executablePath:"/usr/bin/chromium"
    

sarowarhosen03 and others added 2 commits April 8, 2024 10:20
```
to puppeteer-core to 22.6.3 and upgrade yarn.lock version
fixed Error relocating /usr/lib/libgio-2.0.so.0: statx: symbol not found by moving edge mirors into /testing
add acroding to latest doc
    headless:"new"
    executablePath:"/usr/bin/chromium"
```
@sarowarhosen03 sarowarhosen03 changed the title upgrade puppeteer-core fix some bugs add compatiblity wiht latest puppeteer-core upgrade puppeteer-core fix some bugs add compatiblity with latest puppeteer-core Apr 8, 2024
@Skolaczk
Copy link

@sarowarhosen03 I used your revised version as instructed but I get this error. Do you know what could be wrong here?

throw new Error(`Browser was not found at the configured executablePath (${launchArgs.executablePath})`);
                  

Error: Browser was not found at the configured executablePath (/usr/bin/chromium)
    at ChromeLauncher.launch (/root/puppeteer-on-termux/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ProductLauncher.js:72:19)
    at async screenshot (/root/puppeteer-on-termux/index.js:7:19)

@sarowarhosen03
Copy link
Author

@sarowarhosen03 I used your revised version as instructed but I get this error. Do you know what could be wrong here?

throw new Error(`Browser was not found at the configured executablePath (${launchArgs.executablePath})`);
                  

Error: Browser was not found at the configured executablePath (/usr/bin/chromium)
    at ChromeLauncher.launch (/root/puppeteer-on-termux/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ProductLauncher.js:72:19)
    at async screenshot (/root/puppeteer-on-termux/index.js:7:19)

Cloud you share me your repo please

@Skolaczk
Copy link

@sarowarhosen03 I used your revised version as instructed but I get this error. Do you know what could be wrong here?

throw new Error(`Browser was not found at the configured executablePath (${launchArgs.executablePath})`);
                  

Error: Browser was not found at the configured executablePath (/usr/bin/chromium)
    at ChromeLauncher.launch (/root/puppeteer-on-termux/node_modules/puppeteer-core/lib/cjs/puppeteer/node/ProductLauncher.js:72:19)
    at async screenshot (/root/puppeteer-on-termux/index.js:7:19)

Cloud you share me your repo please

I've already dealt with this problem, but another one has appeared and I don't know how to solve it. I'm using your repository and haven't changed anything in it. Do you have an idea how to fix it?

70f52e02-7b3a-4c51-86f2-bd3a03ad56df

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants