We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wechaty v0.13.30
After scan the QR Code and confirm the login, Wechaty might show the following error log messages.
After I deleted the profile cookie file(blinder.wechaty.json), this problem was gone.
blinder.wechaty.json
It seems that sometimes the part-expired cookie will cause this problem. Very weird.
14:25:43 INFO IoClient [200] https://login.weixin.qq.com/qrcode/AY148v3RNA== 14:25:43 INFO Listeners/Scan https://login.weixin.qq.com/qrcode/AY148v3RNA== [200] 14:25:43 SILL Io initWebSocket() ws.on(message): {"name":"sys","payload":"roger"} 14:25:43 SILL Io initWebSocket() ws.on(message): {"name":"sys","payload":"roger"} 14:25:44 SILL PuppetWebEvent onLog(login(scan code 200)) 14:25:44 VERB PuppetWebEvent onLogin(scan code 200, 30) 14:25:44 SILL StateSwitch <Puppet> off() is false 14:25:44 VERB PuppetWebBridge getUserName() 14:25:44 SILL PuppetWebBridge proxyWechaty(getUserName) 14:25:44 VERB PuppetWebEvent onLogin: browser not fully loaded(ttl=30), retry later 14:25:45 VERB PuppetWebEvent onLogin(scan code 200, 29) 14:25:45 SILL StateSwitch <Puppet> off() is false 14:25:45 VERB PuppetWebBridge getUserName() 14:25:45 SILL PuppetWebBridge proxyWechaty(getUserName) 14:25:45 VERB PuppetWebEvent onLogin: browser not fully loaded(ttl=29), retry later 14:25:46 VERB PuppetWebEvent onLogin(scan code 200, 28) 14:25:46 SILL StateSwitch <Puppet> off() is false 14:25:46 VERB PuppetWebBridge getUserName() 14:25:46 SILL PuppetWebBridge proxyWechaty(getUserName) 14:25:46 VERB PuppetWebEvent onLogin: browser not fully loaded(ttl=28), retry later
The text was updated successfully, but these errors were encountered:
TTL expired
Close this issue because I did not meet this issue for many months.
Sorry, something went wrong.
No branches or pull requests
Wechaty v0.13.30
After scan the QR Code and confirm the login, Wechaty might show the following error log messages.
After I deleted the profile cookie file(
blinder.wechaty.json
), this problem was gone.It seems that sometimes the part-expired cookie will cause this problem. Very weird.
The text was updated successfully, but these errors were encountered: