Huan Li

Results 1073 comments of Huan Li

There's a great method that design by me months ago, to solve this problem: 1. Make sure your bot subscribe to the official account `chatieio` on WeChat 1. Send a...

I can confirm this bug has been fixed after started `chatd`. Thank you very much for the important information! ![image](https://user-images.githubusercontent.com/1361891/105663002-0bf84b80-5f0c-11eb-8a3e-7521b6dada13.png)

但是直接缺省进入房间的话,会是乱码 > *** zixia (ia) a) 进入 ia*ia 洞○洞 ## Update 这个问题只有在 chatd 启动之后,第二次进入聊天室,才会重现。 第一次进入的时候,显示是正常的。奇怪说。 ![image](https://user-images.githubusercontent.com/1361891/105663440-30085c80-5f0d-11eb-8b8a-3d67f656b668.png)

Online system updated, it seems to work now: ```sh bbs@bbs:~$ gdb /kbs/bin/bbsd GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...

I just guess that the QQ should have this feature and oicq might support it. Would you like to check it out and implemented it for the community if it's...

@anaivebird thank you very much for the docs link and the oicq 2.0 roadmap! It seems that to wait and upgrade to the oicq 2.0 is a great idea, I'm...

We have renamed the selfId() method to currentUserId property. If you see this error message again, please let me know how to reproduce it. The fix should be replace the...

`Wechaty Developers' Home QQ` has been created: - QQ group #: 696864249 - Friday room sync code: https://github.com/wechaty/friday/tree/main/src/bots/qq

> ※所以可能会抛出 Promise Rejection ,调用者需要自己捕捉(当然也可以不关心) What we should do for dealing with the Promise Rejection is using `puppet.emit('error', e)`: ```ts try { await oicqClient.dataApi() } catch (e) { puppetOicq.emit('error', e)...

I believe there has some memory leak for timers. You might also be interested in this discussion https://github.com/wechaty/wechaty-puppet-walnut/issues/9 Let's investigate it later.