NickWang
NickWang
Updates: I'm working on PRs about wechaty doc. The English version should be done bofre this Thursday. The doc will be divided into two major parts, For Bot Developers and...
Chinese version should also be expected.
I have recorede a video for i18n PR (https://github.com/wechaty/docusaurus/pull/1514). As you can see, the pages with a Chinese version can be displayed in Chinese, and the pages without one will...
Works like a charm. Cheers
I have resolved the conflict, please check it out. @huan
@huan Hi, hope you are well. It's about time we look back at some of the PRs we discussed earlier. Please check this out and sign CLA if you have...
> 你好,请问这种事因为token失效吗,刚申请的试用token 因为之前出现了社区发现服务不稳定的问题,现在我们的token都默认采用我们私有的发现服务。 请配置环境变量: WECHATY_PUPPET_SERVICE_AUTHORITY=token-service-discovery-test.juzibot.com
从你的报错看,并没有正确的使用 token-service-discovery-test.juzibot.com 的发现服务。 我们对 Python 版本能提供的支持十分有限,无法明确原因,但有几个可能的解决方案。 最理想的情况肯定是使用node版本的wechaty。 如果坚持使用Python,我们可以将发现服务改回社区地址,这样你就可以使用了。但社区的发现服务相对稳定性差一些。
> 无法监听到verify-code事件 是什么原因? 检查下依赖版本?
> @hcfw007 store.qrcodeKey= getQrcodeKey(qrcode)和 const verifyCode = await getVerifyCode()的getQrcodeKey、getVerifyCode是怎么来的?是后端写的还是某一个依赖里面自带的? 自行编码获取。