Open linghaohuang opened 2 years ago
If your WeChat account does not support the web protocol, you can use a Puppet Service like https://wechaty.js.org/docs/puppet-services/padlocal
If your WeChat account does not support the web protocol, you can use a Puppet Service like https://wechaty.js.org/docs/puppet-services/padlocal
Looks like wechat disabled all new account to use web protocol
padlocal
is not free. Is there a free solution?
I resolved the issue. This topic helps https://wechaty.js.org/2022/07/26/free-uos-ui/, it is just to add this option:
puppetOptions: {
uos: true // 开启uos协议
},
But wechat has one additional limitiation when I proceed, it requested me to activate the wechat payment of this account.
1. Versions
What is your wechaty version? Answer:Wechaty Getting Started
Which puppet are you using for wechaty? (padchat/puppeteer/padpro/...) Answer:puppet
What is your wechaty-puppet-XXX(padchat/puppeteer/) version? Answer:wechaty-puppet-wechat
What is your node version? (run
node --version
) Answer:v16.15.1What os are you using Answer:macOS Monterey 12.4
2. Describe the bug
在微信扫码登录后报错,可能由于微信网页版停用
3. To Reproduce
具体步骤按照:https://wechaty.js.org/docs/examples/basic/contact-bot
5. Actual behavior
6. Full Output Logs
a.txt