-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error: Message.say() received unknown msg: FileBox#Base64 #310
Comments
@su-chang do you mind taking at a look this issue |
Please have a try in this way, and share your result in comment, thank you. |
@su-chang just tried it again, I tried the same way a few days ago, it has the same error:
The thing I did recently was to upgrade my wechaty libraries to fix some other issues, so I guess it's a library issue since my code works well before? |
@su-chang with "wechaty-puppet-padplus": "^0.6.6", I met the same problem:
log.info:
As I remember, it was working before, but it fails very time now. |
@yiouyou Sorry, I have not reproduced this problem, please upgrade BTW, please try these commands:
|
@su-chang After to do exactly the same commands, there still is the problem, Error: Message.say() received unknown msg: FileBox#File<pay.png> . All I can do now is to bypass it using UrlLink. code
printout:
Appreciate your help! |
I think you should not need install this module, please uninstall it and try again. BTW, if you want to use |
Wow, it does fix the problem! Thanks!! @su-chang |
Glad to know that, you are welcome. |
@su-chang I also remove the file-box dependency but do you know why it causes the issue. The file-box in wehcaty is different with the external file-box module? |
|
0. Report Issue Guide
1. Versions
What is your wechaty version?
Answer: [email protected]
What is your wechaty-puppet-padplus version?
Answer: [email protected]
What is your node version? (run
node --version
)Answer: v13.12.0
What os are you using
Answer: Mac OS
2. Describe the bug
I think the bug was introduced recently since my code ran well before.
3. To Reproduce
Here is my code
4. Expected behavior
The bot is expected to send the png image but fails now.
5. Actual behavior
If applicable, add screenshots to help explain your problem. But do not paste log screenshots here.
6. Full Output Logs
Set env
WECHATY_LOG=silly
in order to set log level to silly, then we can get the full log (If you dosen't set log env, log level is info as default, we cannot get the full log)We need full log instead of log screenshot or log fragments!
Show Logs
7. Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered: