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
We have excellent news for you: Wechaty Puppet XP that supporting Windows WeChat Hooking, is going to be ready for testing!, and Alpha Testers are welcome for everyone from the Wechaty community!
Looking forward to hearing back from you, and please submit a new issue if you found any bug or have any feature requests for Wechaty. PR is also welcome with an issue submitted first.
At last, let's say thanks to @atorber and @cixingguangming55555, who are the creators & authors of the XP puppet: It will not possible without the @wechaty/puppet-xp team and it will be great teamwork!
If your server has any trouble with visiting the Amazon S3 servers (which is all the GitHub release artifacts are hosted on), then your NPM install will fail to download the binary files (frida_binding.node in our case).
The text was updated successfully, but these errors were encountered:
Hello to developers who are using Wechaty,
We have excellent news for you: Wechaty Puppet XP that supporting Windows WeChat Hooking, is going to be ready for testing!, and Alpha Testers are welcome for everyone from the Wechaty community!
Looking forward to hearing back from you, and please submit a new issue if you found any bug or have any feature requests for Wechaty. PR is also welcome with an issue submitted first.
At last, let's say thanks to @atorber and @cixingguangming55555, who are the creators & authors of the XP puppet: It will not possible without the @wechaty/puppet-xp team and it will be great teamwork!
Learn more from:
Blogs
Maintainers
Troubleshooting
1. Error: Could not locate the binding file. Tried:
node_modules/frida/build/frida_binding.node
frida_binding.node
from https://github.com/frida/frida/releases/ manually, then put it intonode_modules/frida/build
folder.Explanation:
frida is using prebuild-install to install binary files from GitHub Release.
If your server has any trouble with visiting the Amazon S3 servers (which is all the GitHub release artifacts are hosted on), then your NPM install will fail to download the binary files (
frida_binding.node
in our case).The text was updated successfully, but these errors were encountered: