wechaty / dotnet-wechaty

.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Apache License 2.0
81 stars 29 forks source link

消息发送时候报错 #39

Open softpeng opened 2 years ago

softpeng commented 2 years ago

fail: Wechaty.Module.Puppet.WechatyPuppet[0] messagePayload() exception,messageId: System.ArgumentException: no id at Wechaty.Module.Puppet.WechatyPuppet.MessagePayload(String messageId)

附件demo供参考: Program.zip

Jesn commented 2 years ago

看提示是没有messageId?

softpeng commented 2 years ago

发消息时候,不需要messageid啊 public Task<Message?> Say(string text, params Contact[]? replyTo){}

Jesn commented 2 years ago

image 发送完了会再去拉取下这个数据的,最近Padlocal在对接新版的wechaty的,会经常遇到类似的情况