getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

A Starter Project Template for Wechaty works out-of-the-box

Results 87 getting-started issues
Sort by recently updated
recently updated
newest added

I am trying to follow the example/advanced/room-bot.js, and try to use the magic word to create room, however I got an timeout error ![image](https://user-images.githubusercontent.com/11190756/112426748-6f1f2680-8d73-11eb-8121-28ad08a4b9e6.png)

Lots of accounts are not permitted to get signed in through website Wechat, so is it possible to use PC client?

If we add `npm install` to `tasks.init`, then the Gitpod loading in the browser will fail. ![image](https://user-images.githubusercontent.com/1361891/107006088-9d4ca500-67cb-11eb-8bfc-fd62dd2c9e4f.png) Do not do `npm install` in `tasks.init` will fix it. ```diff tasks: -...

bug

10:33:46 ERR Config process.on(unhandledRejection) promise.catch(13 INTERNAL: TIMEOUT: send message, apiType: MT_SEND_TEXT_MSG) Config Error: 13 INTERNAL: TIMEOUT: send message, apiType: MT_SEND_TEXT_MSG at Object.exports.createStatusError (/data/wwwroot/bot/bot-yikeyiqun-we/node_modules/grpc/src/common.js:91:15) at Object.onReceiveStatus (/data/wwwroot/bot/bot-yikeyiqun-we/node_modules/grpc/src/client_interceptors.js:1209:28) at InterceptingListener._callNext (/data/wwwroot/bot/bot-yikeyiqun-we/node_modules/grpc/src/client_interceptors.js:568:42) at...

> Important:Please file the issue follow the template, or we won't help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following command and check...

> Important:Please file the issue follow the template, or we won't help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following command and check...

question

**Is your feature request related to a problem? Please describe.** How to recall or deleted the wx message just sent? **Describe the solution you'd like** New API provided in https://docs.chatie.io/api/message...

```sh 08:32:19 INFO PuppetManager install(wechaty-puppet-puppeteer@^0.21.2) done 08:32:50 ERR PuppetPuppeteerBridge start() exception: TimeoutError: Navigation timeout of 30000 ms exceeded 08:32:50 ERR PuppetPuppeteer initBridge() exception: 08:32:50 WARN PuppetPuppeteerBridge stop() page.close() exception: Error:...

bug

**Is your feature request related to a problem? Please describe.** wechaty-puppet-puppeteer, and wechaty-puppet-padplus testing were removed from smoke testing because they might fail in git action. **Describe the solution you'd...

example/basic/contact-bot 不能打印联系人的wechat id,得到的wechat id是一串64位的hash值,另外,我该怎么获得我给联系人设置的备注呢?目前的name是联系人自己写的昵称

question