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
@kill8505 Hello there! 👋 I'm here to assist you with bugs, questions, or becoming a contributor. If you need any help, feel free to reach out.
The issue you're experiencing with msg.toFileBox() only downloading the first 64KB of a file might be related to the Puppet Implementation, as the toFileBox() method relies on the messageFile function provided by the puppet to retrieve the file associated with the message ID [1].
To troubleshoot this, you might want to check if there are any limitations or configurations in your specific Puppet Implementation that could be affecting the file size or completeness. Unfortunately, I couldn't find specific documentation on file size limitations or configurations in Wechaty that might be causing this issue.
If possible, reviewing the Puppet Implementation's documentation or source code might provide more insights into any existing constraints or bugs.
const file = await msg.toFileBox();file.toFile('files/');只能下载到前64K内容,下载的64K文件与原文件的前64K二进制内容一致,这个应该是msg.toFileBox()处理出了问题,希望能尽快处理这个问题
The text was updated successfully, but these errors were encountered: