You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
项目环境采用TS开发,wechaty-puppet-service版本为1.18.2,语音消息发送过来后会触发事件,payload内容中filename为空,如下所示:
{
filename: '',
id: '1000477',
listenerId: '',
mentionIdList: [],
roomId: 'R:10709689835021571',
talkerId: '1688850661771514',
text: '',
timestamp: 1684739145477,
type: 2
}
在代码中我使用 const fileName=(await msg.toFileBox()).name 控制台直接输出如下提示:
15:18:53 WARN PuppetService messageFile() rejection: 13 INTERNAL: WorkproErrorCode: 23020, messageFile(1000483) cannot get download stream for content type: 21
15:18:53 WARN PuppetService This might because you are using Wechaty v1.x with a Puppet Service v0.x
Contact your Wechaty Puppet Service provided to report this problem
Related issues:
项目环境采用TS开发,wechaty-puppet-service版本为1.18.2,语音消息发送过来后会触发事件,payload内容中filename为空,如下所示:
{
filename: '',
id: '1000477',
listenerId: '',
mentionIdList: [],
roomId: 'R:10709689835021571',
talkerId: '1688850661771514',
text: '',
timestamp: 1684739145477,
type: 2
}
在代码中我使用 const fileName=(await msg.toFileBox()).name 控制台直接输出如下提示:
15:18:53 WARN PuppetService messageFile() rejection: 13 INTERNAL: WorkproErrorCode: 23020, messageFile(1000483) cannot get download stream for content type: 21
15:18:53 WARN PuppetService This might because you are using Wechaty v1.x with a Puppet Service v0.x
Contact your Wechaty Puppet Service provided to report this problem
Related issues:
The text was updated successfully, but these errors were encountered: