wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
629 stars 88 forks source link

No connection established, again #212

Closed suntong closed 1 year ago

suntong commented 1 year ago

token: puppet_padlocal_7042601d...

Running github.com/padlocal/wechaty-puppet-padlocal-demo

$ npm run demo
. . .
12:58:04 VERB WechatyPuppetMixin __setupPuppetEvents() ... done
12:58:04 VERB WechatyPuppetMixin init() setting up events ... done
12:58:04 VERB WechatyPuppetMixin init() emitting "puppet" event ...
12:58:04 VERB WechatyPuppetMixin init() emitting "puppet" event ... done
12:58:04 VERB ServiceCtl<Wechaty> start()
12:58:04 VERB StateSwitch <Wechaty> active(pending) <- (false)
12:58:04 VERB ServiceCtl<Wechaty> start() super.start() ...
12:58:04 VERB WechatyPuppetMixin start()
12:58:04 VERB WechatyPuppetMixin start() super.start() ...
. . .
12:58:04 VERB ServiceCtl<PuppetServiceMixin> start()
12:58:04 VERB StateSwitch <PuppetServiceMixin> active(pending) <- (false)
12:58:04 VERB ServiceCtl<PuppetServiceMixin> start() super.start() ...
12:58:04 VERB PuppetCacheMixin start()
12:58:04 VERB PuppetLoginMixin start()
12:58:04 VERB PuppetMemoryMixin start()
12:58:04 VERB PuppetSkeleton start()
12:58:04 VERB PuppetCacheAgent start()
12:58:04 VERB PuppetCacheMixin start() "dirty" event listener added
12:58:04 VERB ServiceCtl<PuppetServiceMixin> start() super.start() ... done
12:58:04 VERB ServiceCtl<PuppetServiceMixin> start() this.onStart() ...
12:58:04 ERR [PadLocalClient] Fail to get server info: Error: 14 UNAVAILABLE: No connection established
12:58:04 ERR [PadLocalDemo] on error: Error: 14 UNAVAILABLE: No connection established
12:58:04 VERB ReadyMixin stop()

This is testing/running from dev.chatie.io

suntong commented 1 year ago

Issue resolved by itself a day later.