wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
806 stars 352 forks source link

Error: execute proxyWechaty(init) error: 503, init() without a ready angularenv #289

Open qixinynan opened 1 year ago

qixinynan commented 1 year ago

run in the latest google cloud shell

12:30:46 INFO StarterBot onScan: Scanned(3)
12:30:48 ERR PuppetWeChatBridge onLoad() exception: Error: execute proxyWechaty(init) error: 503, init() without a ready angularenv
file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:356
        throw new Error('execute proxyWechaty(init) error: ' + retObj?.code + ', ' + retObj?.message)
              ^
GError: execute proxyWechaty(init) error: 503, init() without a ready angular env
    at Bridge.inject (file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:356:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Bridge.onLoad (file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:214:7) {
  code: 2,
  details: 'Error: execute proxyWechaty(init) error: 503, init() without a ready angular env\n' +
    '    at Bridge.inject (file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:356:15)\n' +
    '    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n' +
    '    at async Bridge.onLoad (file:///home/g3185835784/cloudshell_open/getting-started/node_modules/wechaty-puppet-wechat/src/bridge.ts:214:7)'
}
nezhazheng commented 1 year ago

meet same issue

EasonHuangkkq commented 1 year ago

anyone solve the issue?

qixinynan commented 1 year ago

anyone solve the issue?

seems no

brucetoo commented 11 months ago

the same here, how to resolve this ?