-
Notifications
You must be signed in to change notification settings - Fork 314
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
Comments
This is a problem from puppeteer(chromium) side. Please add |
I am assuming you are built the project again or running it wia 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. |
still same , |
Yes. Do one thing. Try to run hello world of puppeteer in headless mode. Once that is successful WBOT can run easily. |
following discussion in here : puppeteer/puppeteer#290 by adding parameter --headless in constants.js it works, |
After installation in linux, i got error :
The text was updated successfully, but these errors were encountered: