wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
797 stars 351 forks source link

ERR PuppetWeChatBridge start() exception: TimeoutError: Navigation timeout of 30000 ms #176

Open hellorgod opened 3 years ago

hellorgod commented 3 years ago

🚨 The issue tracker is not for questions 🚨 image

[question]

fangjiyuan commented 3 years ago

我有同样的问题。 node.js: v14.17.0 os:CentOS 7.9.2009

我尝试更新NPM版本之后,问题解决了。 step1 npm install -g npm-check npm-check -u -g npm-check -u step2 npm update

如果更新中提示报错 npm audit fix --force

现在仍会有一个报错,但是已经可以登陆微信了。 969 error code 128 970 error command failed 971 error command git --no-replace-objects ls-remote ssh://git@github.com/zixia/levelup.git 972 error command-line line 0: unsupported option "accept-new". 972 error fatal: Could not read from remote repository. 972 error 972 error Please make sure you have the correct access rights 972 error and the repository exists. 973 verbose exit 128

xyz5020 commented 3 years ago

same issue

boghit commented 2 years ago

same issue

15200596294git commented 1 month ago

我今天也遇到了同样的问题