-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: ERROR - internal error 您好 上传文件可以接收能读到类型,但是保存不到本地 await msg.to_file_box() 是不是python这个方法不支持了 #423
Comments
***解决一下呗 |
问题解决了吗?我现在这个问题也解决不了 |
个人微信和企业微信要分开的
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2024年05月04日 16:21 |
| 收件人 | wechaty/python-wechaty ***@***.***> |
| 抄送人 | lizihao001 ***@***.***>,
Author ***@***.***> |
| 主题 | Re: [wechaty/python-wechaty] [Bug]: ERROR - internal error 您好 上传文件可以接收能读到类型,但是保存不到本地 await msg.to_file_box() 是不是python这个方法不支持了 (Issue #423) |
问题解决了吗?我现在这个问题也解决不了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我是个人微信,我将语音消息通过to_file_box会报错,2024-05-04 16:35:51,599 - Wechaty - ERROR - internal error <> |
应该是可以的,而且个人微信只能在个人微信的微信群里使用他接收不着企业微信的消息
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2024年05月04日 16:42 |
| 收件人 | wechaty/python-wechaty ***@***.***> |
| 抄送人 | lizihao001 ***@***.***>,
Author ***@***.***> |
| 主题 | Re: [wechaty/python-wechaty] [Bug]: ERROR - internal error 您好 上传文件可以接收能读到类型,但是保存不到本地 await msg.to_file_box() 是不是python这个方法不支持了 (Issue #423) |
我是个人微信,我将语音消息通过to_file_box会报错,2024-05-04 16:35:51,599 - Wechaty - ERROR - internal error <>
但是我看官方文档都是这么做的,我用的docker最新的wechaty,并且是padlocal协议。
感觉这个项目似乎被遗弃了已经
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我刚刚确定问题了,在1.2版本的docker中,语音保存文件就是会报错。我把docker切换到了0.65版本,就不会出现问题了 |
是的,WeChaty版本最稳定的是0.65
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2024年05月04日 16:49 |
| 收件人 | wechaty/python-wechaty ***@***.***> |
| 抄送人 | lizihao001 ***@***.***>,
Author ***@***.***> |
| 主题 | Re: [wechaty/python-wechaty] [Bug]: ERROR - internal error 您好 上传文件可以接收能读到类型,但是保存不到本地 await msg.to_file_box() 是不是python这个方法不支持了 (Issue #423) |
我刚刚确定问题了,在1.2版本的docker中,语音保存文件就是会报错。我把docker切换到了0.65版本,就不会出现问题了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
Minimum reproducible code
NoneType: None
await msg.to_file_box()方法
获取不到文件
The text was updated successfully, but these errors were encountered: