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

Nacl Helper Process #223

Closed
indragunawan82 opened this issue Apr 24, 2021 · 6 comments
Closed

Nacl Helper Process #223

indragunawan82 opened this issue Apr 24, 2021 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@indragunawan82
Copy link

After installation in linux, i got error :

image

@indragunawan82 indragunawan82 added the bug Something isn't working label Apr 24, 2021
@vasani-arpit
Copy link
Owner

This is a problem from puppeteer(chromium) side.

Please add '--disable-setuid-sandbox' in the list of arguments array in constats.js and try.

@indragunawan82
Copy link
Author

image

still same

@vasani-arpit
Copy link
Owner

I am assuming you are built the project again or running it wia npm run start

another thing which you can cross check is puppeteer requires following packages installed in order to run properly. Make sure you have them all.

sudo apt update && sudo apt install -y gconf-service libgbm libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget

the above is for ubuntu.

@indragunawan82
Copy link
Author

still same ,
have u tried this in ubuntu 20?

@vasani-arpit
Copy link
Owner

Yes. Do one thing. Try to run hello world of puppeteer in headless mode. Once that is successful WBOT can run easily.

@indragunawan82
Copy link
Author

following discussion in here : puppeteer/puppeteer#290

and tried this suggestion :
image

by adding parameter --headless in constants.js
image

it works,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants