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
with open('test.mp4', 'rb') as f:
r = itchat.send_video('test.mp4', user_id, file_=f)
with open('1.txt', 'rb') as f:
r = itchat.send_file('1.txt', toUserName=user_id, file_=f)
with open('boy.png', 'rb') as f:
r = itchat.send_image(f, toUserName=user_id)
---原始邮件---
发件人: ***@***.***>
发送时间: 2024年3月15日(周五) 晚上8:31
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [littlecodersh/ItChat] itchat.send_video 运行没有效果 (Issue #1007)
我也遇到了 这个问题
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
文件 和 图像都可以 音频不行
音频upload_file时候有问题
返回{'BaseResponse': {'Ret': 0, 'ErrMsg': '请求成功', 'RawMsg': '请求成功'}, 'MediaId': '', 'StartPos': 258, 'CDNThumbImgHeight': 0, 'CDNThumbImgWidth': 0, 'EncryFileName': 'test%2Emp4'}
没有 MediaId'
The text was updated successfully, but these errors were encountered: