luyulong-em

Results 13 comments of luyulong-em

发送语音的时候也会有这个问题 发送图片只能发送jpg 不能发送png图片 ![image](https://github.com/user-attachments/assets/96f0152a-54e0-4391-9546-43329ce6ae60)

更新一下 // TODO 发送文件时 如果不重启 wechaty 库会有缓存问题 导致发送0kb的文件 if (data.type === MessageTypes.FILE) { // await bot.stop(); // await bot.start(); //改用之后可以正常发送10kb以上的文件了 而且可以正常收到消息 但是也发现了一直有的情况Ï // 10kb以下的文件始终无法正常发送 有概率可以发送出去 // 50kb以上文件无需任何操作可以正常发送 await bot.puppet.onStop(); await...

感谢回复,这是目前用的95ac86 我们公司与贵公司有合作 预定了很多token 希望尽快修复 在 2024-08-01 19:38:49,"NickWang" ***@***.***> 写道: 这个也有其他人反馈过,暂时还没修好。但你这个线索很有意义。 请提供一下操作时间和token后6位。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored...

目前还发现 如果调用了一次登录 再次调用登录的时候 会发生报错 ,具体表现为 我创建了一个函数 ![image](https://github.com/user-attachments/assets/c161f9ce-1a90-403b-996b-510c6df2e659) 无论是否我已经登录 再次调用都会发生错误 ![image](https://github.com/user-attachments/assets/753729f0-3b45-4228-9e1b-1c6730c576f1)

那请问我应该如何在不关闭程序的情况下,关闭之前的缓存链接和token使用,我试过用bot.stop和bot.pippet.onStop方法都不行,按道理来说,start启动了缓存,那么stop应该清除这个连接才是 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2024年08月02日 16:54 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [wechaty/puppet-supports]...

但是wechaty已经登录了 再次登录,会直接跳到登录成功那个on 不会导致程序卡死 ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2024年08月02日 17:54 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 |...

![image](https://github.com/user-attachments/assets/4b6b8f54-76ac-4be8-8986-01cc6307aeaf) 如图 我有一个函数userLogin 当我调用第一次的时候 正常返回二维码 但是当我再次调用的时候 会产生如下错误 ![image](https://github.com/user-attachments/assets/0c20ebf9-1e48-4ea2-a86a-d36775db7ade) 无论我之前是否已经扫码登录 是否可以在掉用前解开这个缓存锁 让我如同第一次调用这个函数一样 ![image](https://github.com/user-attachments/assets/024d1095-5250-45b2-bb34-db830d80e79b) 我尝试在第一次调用的时候 把wechaty对象加到内存里面 之后再调用的话 终止之前的缓存 但是没有成功

> 这个也有其他人反馈过,暂时还没修好。但你这个线索很有意义。 请提供一下操作时间和token后6位。 请问这个问题目前是否已经修好 ,是否准备修复 在修复了吗

目前是用的这个token 15dfd6,我的发送方式为发送了一个 fileBox (file-box ) ![image](https://github.com/user-attachments/assets/122708df-3d89-4a65-aa9a-055947481f14) 传入了一个buffer 和fileName ![image](https://github.com/user-attachments/assets/d38ac990-99fc-4c93-9d12-12264279eb42) 使用say 方法进行消息发送 ![image](https://github.com/user-attachments/assets/1dc59b5f-189e-476a-b28a-d0cb42c0660b) ![image](https://github.com/user-attachments/assets/1beba0be-cd17-495b-8b15-d597c7f56d7a) 目前测试确认的边界值为 大于 等于15k可以正常发送 小于就不行 ![image](https://github.com/user-attachments/assets/ae76ca86-f6ba-4ab0-b348-cf82cf2183fe)

换了很多不一样的文件 txt格式 和 docx xlsx 都是小了就发不出去