danni.cool

Results 7 issues of danni.cool

i.g: ``` msgReceiver.say`hello, ${contact}` ``` result ``` @undefined hello, @someone ```

业务代码 ``` switch (msg.type()) { case 1: // 附件 case 2: // 语音 case 6: // 图片 case 15: { // 视频 const steamFile = await msg.toFileBox() const type =...

Message: Message#Text[🗣Contact@👥Room] 面南背北 Waiting for the debugger to disconnect... D:\wechatRoomBot\node_modules\wechaty\dist\cjs\src\user-modules\room.js:895 const contactListAll = await Promise.all(memberIdList.map(id => this.wechaty.Contact.find({ id }))); ^ TypeError: Cannot read properties of undefined (reading 'map') at WechatifiedUserClass.memberList...

## breaking change - [ ] 删除 fileUrl 支持多个逗号分隔的功能 - [ ] 删除v1版本推消息api - [ ] 删除通过query查询支持文件别名的临时方案 feat - [ ] v1 版本推消息 api 整合到 v2 - [ ] v2推消息api支持base64...

## 1. 登陆问题 ### 1.1 微信个人信息合规问题 (新号请:实名+绑定手机号+绑定银行卡) - 因为微信未实名导致登陆不了。see https://github.com/danni-cool/docker-wechatbot-webhook/issues/39 - 因为未开通微信支付登陆不了 see https://github.com/danni-cool/docker-wechatbot-webhook/issues/5 - 因为未绑定银行卡导致登陆不了 see #88 ### 1.2 登录时 AssertionError: 1205 == 0 - 尝试手机上退出重新登录。see https://github.com/danni-cool/wechatbot-webhook/issues/188 ### 1.3...

> [!CAUTION] > 目前该分支正在 WIP 中,如果遇到预期之外的问题,请留言 ## 背景 - windows协议替换web协议版本 https://github.com/danni-cool/docker-wechatbot-webhook/issues/22 分支:windows ## 目前尝试方案(基于wechaty-puppet-engine + hook) - wine环境 和 docker 相关 - [x] 解决 wine 环境Windows 版本 Node 无法运行的问题,以及 sidecar...

## breaking change - [ ] 支持 windows协议 - [x] 完成底层协议wine封装和调试 https://github.com/danni-cool/wechatbot-provider-windows - [ ] 编写兼容层对接wechatbot-webhook - [ ] 核心功能拆分,底层provider 服务化 - [ ] windows-provider - [ ] web-provider -...