-
Notifications
You must be signed in to change notification settings - Fork 16
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
"failed stated PuppetWeChatBridge" #78
Comments
Thanks for creating this issue and the explanation! I have two questions after reviewed the PR and read the links that you provided:
|
Yes, This is not a good way to solve the problem only avoid it temporarily. But this project is not dependented puppeteer derectly. A better solution is to update the puppeteer of wechaty. And there is a debug script disscuss more. Let me try more. |
emmm, I use the |
Great to know that you have solved this problem by setting the It would be great if you can write your solution by adding a |
OK, it have been record. And I have updated the PR #79 now. |
When I install dependency in wechaty-puppet-wechat, It will install chrominum automaticly and needn't set chromium path by myself. But set the chromium path manually is a easy way to solve this problem.
|
Failed to Start PuppetWeChatBridge with the Envirenment X64.
Self-Diagnosis
Environment(for bug reports)
My configuration/Related code
WECHATY_PUPPET=wechaty-puppet-wechat
Steps to Reproduce the Issue
run
WECHATY_PUPPET=wechaty-puppet-wechat LOG_LEVEL=silly ts-node bin/matrix-appservice-wechaty.ts --config config/config.yaml --file wechaty-registration.yaml
directly in centos7 x64Current Result (Include screenshots where appropriate.)
Expected Result
I will propose a pull request after my last pull request haved been deal if appropriate. If it is not appropriate, please stop me and point my faults.
Further explanation:
It seem a bug about puppeteer, and similliar to berstend/puppeteer-extra#471 and
https://stackoverflow.com/questions/53997175/puppeteer-error-chromium-revision-is-not-downloaded.
I have avoid it by install chrome and add some modifications in a commit such as follow:
I am not familiar with the open source project contribution process. I will propose a pull request after my last pull request haved been deal if appropriate.
The text was updated successfully, but these errors were encountered: