-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
WARN PuppetPuppeteer #1376
Comments
Which puppet are you using? puppeteer or puppet-padchat? |
@lijiarui to be honest , i don't know what did i use . |
Wechaty.instance({
profile:'you profile',
})
WECHATY_PUPPET_PADCHAT_TOKEN=your padchat token WECHATY_PUPPET=padchat ts-node examples/ding-dong-bot.ts see more : |
@lijiarui thx for you answer 。 |
i run npm install wechaty@next
version "wechaty": "^0.15.220"
init with code
this.robot = Wechaty.instance();
this.robot.start().catch(function(error) {
console.error('启动聊天机器人失败:%s', error)
this.robot.stop()
process.exit(-1)
}.bind(this))
but some warn :
17:20:45 WARN PuppetPuppeteer initWatchdogForPuppet() dog.on(reset) last food:inited, timeout:120000
17:22:47 WARN PuppetPuppeteer initWatchdogForPuppet() dog.on(reset) last food:inited, timeout:120000
17:24:49 WARN PuppetPuppeteer initWatchdogForPuppet() dog.on(reset) last food:inited, timeout:120000
17:26:50 WARN PuppetPuppeteer initWatchdogForPuppet() dog.on(reset) last food:inited, timeout:120000
what should i do ?
The text was updated successfully, but these errors were encountered: