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

Wechaty Puppet WeChat Windows Protocol

Results 86 puppet-xp issues
Sort by recently updated
recently updated
newest added

希望能提供wine运行win微信的docker容器

enhancement

I'm running the puppet-xp on Windows Server 2019. When receiving the image file from chat, it shows error below while the dat file is actually there in the directory. Does...

I failed to download the original image in the examples and only can get the thumbnail when an Image is received.It seems that the original image can be downloaded only...

![image](https://user-images.githubusercontent.com/20028566/178424084-fd9ccc43-4e84-48d6-bea5-86318c0eaac5.png) 会遇到默认头像找不到的情况,看到代码里对头像是取得相对位置,但是打包的时候并不会把头像打包进去,而且这个位置是相对于命令执行的目录来算相对路径的,建议可以更换为默认的base64 图片或者一个在线图片 ![image](https://user-images.githubusercontent.com/20028566/178424262-0cc7652f-76b4-4c9a-b631-371839401848.png)

room-join监听到新人入群时,有时会出现群聊名称变为Room的情况

微信:3.30.0115 wechaty-puppet-xp:[1.11.13](https://www.npmjs.com/package/wechaty-puppet-xp/v/1.11.13) WeChat1e3c93d4.txt 文件内容: ``` Windows 10 Enterprise [Build 10.0.19044] CPU: Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz 微信 3.30.0115 2022/6/28 23:29:17 ---------------------------------------- Type: EXCEPTION_ACCESS_VIOLATION Error: Read address 0x00000000 Address: 5E982578...

找不到群,日志显示:21:00:40 INFO StarterBot Message#Text[🗣Contact@👥Room] 贵了

只要收到视频或者语音通话邀请,puppet-xp服务就会报错终止,报错信息如下: ``` 12:00:00 ERR SidecarBody [SCRIPT_MESSAGRE_HANDLER_SYMBOL]() MessageType.Error: Error: access violation accessing 0x0 at onEnter (/script1.js:450) ``` 程序端(python-wechaty)信息: ``` 2022-01-21 12:00:00,958 - PuppetService - INFO - receive error info Traceback (most...

wechaty-puppet-xp版本:1.11.13 微信版本:3.3.0.115 运行时偶尔会崩溃 Error: access violation accessing 0x1f380000 at sendAtMsgNativeFunction (/script1.js:1122) at __sidecar__sendAtMsg_Function_wrapper (/script1.js:1661) at apply (native) at (frida/runtime/message-dispatcher.js:13) at c (frida/runtime/message-dispatcher.js:23) { type: 'access-violation', address: '0x5e79a195', memory: { operation:...

` const { FileBox } = require('file-box'); const delay = new DelayQueueExecutor(2 * 1000) const talker = bot.Contact.load(msg.payload.talkerId) let pic_file = FileBox.fromFile(require('path').join(__dirname, '`./../../files/pic/Overview_'+ talker.payload.id +'.png')) delay.execute(() => talker.say(pic_file)) ` 报如下错...