Open SteveSuv opened 3 years ago
我也是,登录三天左右就自动推出了,什么也没操作。
21:48:07 VERB EventStreamManager grpcEmit(EVENT_TYPE_HEARTBEAT[1], {"data":"heartbeat@browserbridge ding"})
21:48:22 VERB EventStreamManager grpcEmit(EVENT_TYPE_HEARTBEAT[1], {"data":"heartbeat@browserbridge ding"})
21:48:32 VERB PuppetWeChatBridge onLoad() page.url=https://wx2.qq.com/?&lang=en
21:48:32 VERB PuppetWeChatBridge readyAngular()
21:48:32 VERB PuppetWeChatBridge inject()
21:48:32 VERB EventStreamManager grpcEmit(EVENT_TYPE_HEARTBEAT[1], {"data":"heartbeat@browserbridge ding"})
21:48:32 VERB PuppetWeChatBridge ding(ding() OK!)
21:48:32 VERB EventStreamManager grpcEmit(EVENT_TYPE_DONG[3], {"data":"ding() OK!"})
21:48:32 VERB PuppetWeChatBridge clickSwitchAccount()
21:48:33 VERB PuppetWeChatEvent onScan({code: 0, url: https://login.weixin.qq.com/qrcode/QaUgZVng2g==})
21:48:33 VERB MemoryCard
请问大神们,这问题已经有解决方案了吗
请问大神们,这问题已经有解决方案了吗 买他们付费的token或者做个监控检查有没有掉线,然后再手动登录
有没有大神解决一下
程序运行一段时间后会报这个错误:麻烦大神看看 10:09:31 WARN PuppetWeChatBridge proxyWechaty() noWechaty exception: Error: Protocol error (Runtime.callFunctionOn): Session closed. Most likely the page has been closed. 10:09:31 ERR PuppetWeChatBridge logout() exception: Protocol error (Runtime.callFunctionOn): Session closed. Most likely the page has been closed. 10:09:31 ERR PuppetWeChat logout() exception: Protocol error (Runtime.callFunctionOn): Session closed. Most likely the page has been closed. 10:09:31 ERR we-bot on error: 10:10:35 ERR PuppetWeChatBridge start() exception: TimeoutError: Navigation timeout of 30000 ms exceeded
监听线程或者bot.on("error",fun)可以捕抓到这个异常,然后重启服务... process.on('uncaughtException',function(err){ console.error('未捕获的异常', err.message); })
本地服务,运行,报错,扫码后,显示登录失败是为什么啊
uncaughtException GError: 状态同步超过159.289s未响应,5s后尝试重启 这个怎么解决 大佬们
登录后隔一段时间就自动退出登录了,怎么设置过期时间为永久不过期,永久保持登录状态?