-
## Versions
```
tap@15.0.10
wechaty@1.9.8
wechaty-puppet-mock@1.9.1
```
### `equal()` Error: undefined is not a function
```sh
# Subtest: Wechaty Tap `Error: undefined is not a function…
-
We're going to do a forward bot like `FridayBot`, but sometimes, the bot forward a quoted message, this message will be parsed as like
![image](https://user-images.githubusercontent.com/14801837/1612…
-
Today when I'm thinking about the Hostie service of Chatie, the following idea comes into my head:
```ts
import { PuppetHostie } from 'wechaty-puppet-hostie'
import { Wechaty } from 'wechaty'
…
-
![image](https://user-images.githubusercontent.com/14151451/117931216-7f925d00-b331-11eb-9771-5609fa09aea3.png)
最近一直提示这个消息,没有办法正常登陆
-
使用Message.toLocation()时抛出以下错误,希望有大佬指教一下。
同时想问一下python版本支持toLocation()吗?目前看好像还不支持?
TypeError: this.wechaty.puppet.messageLocation is not a function
at WechatifiedUserClass.toLocation (file:///…
-
### 0. Report Issue Guide
0. Please search in the issue first, and make sure your problem had not been reported before.
1. If your issue is related to _wechaty-puppet-padchat_, please report the i…
-
I'm thinking about renaming the API methods name, as well as the Puppet Schema names for a long time.
The reason to do that is that recently we are able to learn more from the WeChat itself:
1. …
-
我其实不太想提issue,因为我本身是wechaty开发者,这些问题应该能克服。但是一年没有用项目,开发的难度越来越大了。
除了二次开发的复杂度非常大之外,我非常不希望我被wechaty提供的工具链绑架。可能是我是比较早期就进入nodejs生态,不希望library帮我考虑过多,或者做很多限制。这严重制约了生态的发展。
我的最小启动文件和package.json 需要另外安装`ix`才…
-
**目前使用v0.65版本,网关如下(可正常启动):**
docker run -ti \
--name wechaty_puppet_service_token_gateway \
--rm \
-e WECHATY_LOG \
-e WECHATY_PUPPET \
-e WECHATY_PUPPET_SERVICE_TOKEN \
-e WECHATY_…
-
https://github.com/wechaty/wechaty/blob/b3589083e00895d1de9b5e2ecb6f2b5631bc158a/src/wechaty-mixins/puppet-mixin.ts#L81-L109
As we talked before, we should use a bot-level retry method to handle si…