-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory #1152
Comments
You need to be able to run chrome in your linux environment.
This message tells you that you are missing some librarys which is required to run chrome browser. |
https://github.com/Chatie/wechaty/blob/cca528894af37483960eed8dd1d5a0803f4b106f/Dockerfile#L41-L51 You can try this script to help you to install all the required librarys if you are using Ubuntu linux. |
Update Sep 2021
|
Provide Your Network Information
Shanghai China
Qcloud
Run
npm run doctor
orwechaty run doctor
(for docker user), paste output hereExpected behavior
Program run normally .
Actual behavior
Program exit with some exception.
Steps to reproduce the behavior (and fixes, if any)
There are two nodejs with diffrent version in OS.
One is v6.11.0 which is installed when I get the OS.
In order to run wechaty , I download node v8.11.1 and start my program(wc.js) like this:
/root/download/node-v8.11.1-x64/bin/node wc.js
Full Output Logs
$ WECHATY_LOG=silly npm run ts-node mybot.ts # or $ WECHATY_LOG=silly node dist/mybot.js
Show Logs
### Paste the full output logs here with `WECHATY_LOG=silly` setThe text was updated successfully, but these errors were encountered: