puppet-wechat icon indicating copy to clipboard operation
puppet-wechat copied to clipboard

Wechaty Puppet Provider for WeChat

Results 93 puppet-wechat issues
Sort by recently updated
recently updated
newest added

**When starting on the CentOS:** ``` [root@blissCheng wechatBot]# node index.js 17:14:41 INFO Wechaty start() v0.22.6 is starting... 17:14:41 INFO PuppetManager install(wechaty-puppet-puppeteer@^0.14.1) please wait ... npm: > [email protected] install /root/www/wechatBot/node_modules/wechaty/node_modules/puppeteer >...

Moved from author @WiseClock ### Provide Your Network Information 1. Where is the location of your server? (i.e. City, or In/Out China) Canada 2. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you using?...

以下例子可以重现异常。 Code: ```javascript let file = await message.toFileBox().catch (e=>{ logger.error(e); return null; }); logger.info(`[Get File] [${file.name}] message.toFileBox()`); let base64 = await file.toBase64().catch ((e)=>{ logger.info(`[ERROR] [${file.name}] file.toBase64()`); logger.error(e); return ""; });...

I got the following error after running few days. ``` 06:53:29 WARN PuppetPuppeteer initScanWatchdog() on(reset) lastFood: https://login.weixin.qq.com/l/wao-9aYzOw==, timePast: 120000 06:54:00 ERR PuppetPuppeteer initScanWatchdog() on(reset) exception: TimeoutError: Navigation Timeout Exceeded: 30000ms...

refer: https://github.com/Chatie/wechaty/issues/1675 These errors not always occur , and I will try to reproduce it in mixsteps.

这个问题不太多见,但是每次出现便会使进程退出。 code: ```javascript await file.toFile(`${dir_path}${file_path}${file_name}`, true).catch((e) => { logger.info(`保存文件失败,${dir_path}${file_path}${file_name}`) logger.error(e) file_path = ""; }); ``` logs: ``` 2018-12-17 12:39:41.438 { [Error: EBUSY: resource busy or locked, open 'C:\assets\image\2018-12-17\528548419131008142.jpg'] errno: -4082,...

Move from author: @JesseWeb here is my response. **the attachment has been correctly judged** **but sth like "美团红包分享" also was judged to be attachment.** when a '美团红包分享' type message came,...

bug

Weird failure. I am adding an issue and see if I will encounter it once again. ``` [2018-10-16T22:43:43.452] [DEBUG] errorEvent - Error: Page crashed! at Page._onTargetCrashed (/home/zzn/ws/haoshiyou-bot/v1/node_modules/puppeteer/lib/Page.js:102:24) at Session.Page.client.on.event (/home/zzn/ws/haoshiyou-bot/v1/node_modules/puppeteer/lib/Page.js:97:56)...

Moved from author: @alamusi ### Provide Your Network Information 1. Where is the location of your server? (i.e. City, or In/Out China) North America 1. Which cloud platform(AliYun/Qcloud/DigitalOcean/etc) are you...

enhancement

Moved from author: @suntong Caught one, after just logging in on second attempt (was trying to give up as I haven't caught anything for a day, but decided to give...

bug