swiftui-shapes icon indicating copy to clipboard operation
swiftui-shapes copied to clipboard

proxyWechaty(init) error: 503

Open sheldonzeng opened this issue 3 years ago • 3 comments

请问运行测试例子报503错误,是什么问题

wechaty:1.20.2
wechaty-puppet-wechat:1.18.1
wechaty-getting-started:1.18.7
node.js:v16.15.0
WECHATY_PUPPET=wechaty-puppet-wechat

[email protected] start
cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node examples/ding-dong-bot.ts

21:59:46 INFO StarterBot Starter Bot Started.
21:59:47 INFO StarterBot onScan: Waiting(2) - https://wechaty.js.org/qrcode/https%3A%2F%2Flogin.weixin.qq.com%2Fl%2F4aYj8PNFtQ%3D%3D
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█ ▄▄▄▄▄ █▄▀ ▀  █▄▄▀█▄▄█ ▄▄▄▄▄ █
█ █   █ █   █▀▄▀▀ ▀ ▄▀█ █   █ █
█ █▄▄▄█ █▄█▀ ▄█ █ ▀▀ ██ █▄▄▄█ █
█▄▄▄▄▄▄▄█▄█ █ █ █▄▀▄▀▄█▄▄▄▄▄▄▄█
█ ▄▄ ▀█▄▀ █ ▄ █ ▄█▄ ▀█ ▀▀ ▄▄█ █
██▀ ▀▀ ▄█   ▄▄▀█▀▀█▀█ ▄▄█▀█▄▄▀█
█▄█  ██▄██▄▄▀ █▄▀▀▄█ █▄▀██▄ ▀▀█
█ █▀   ▄▄ ▀▄ █▄▀▀█▄▄▄▄ ▀  █▄ ▄█
█▄ ▀▄█▄▄▄████▄▄ ▄▄▀▄▄  █ ▄ ▀ ██
█▄█ ▄██▄█▄ █▀██▄▄▄▀▀█▀▀▀▄▀█ ███
██▄█▄██▄▄▀▀ ██▀▀█  ▀▀ ▄▄▄   ▀▀█
█ ▄▄▄▄▄ ██ █▀▀▀▀███ ▄ █▄█  █▄██
█ █   █ █▀██ █▀▀ ▄▄█▀  ▄  ▀▄▄ █
█ █▄▄▄█ █  ▄█ ▀▄█▀█ ▄ ██▄▀▀▄▀▄█
█▄▄▄▄▄▄▄█▄██▄███▄███▄▄▄██▄██▄██

21:59:52 INFO StarterBot onScan: Scanned(3)
21:59:53 INFO StarterBot onScan: Confirmed(4)
21:59:53 ERR PuppetWeChatBridge onLoad() exception: Error: execute proxyWechaty(init) error: 503, init() without a ready angular env
file:///home/cehua/cdp/getting-started-main/node_modules/[email protected]@wechaty-puppet-wechat/src/bridge.ts:363
        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/cehua/cdp/getting-started-main/node_modules/[email protected]@wechaty-puppet-wechat/src/bridge.ts:363:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Bridge.onLoad (file:///home/cehua/cdp/getting-started-main/node_modules/[email protected]@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/cehua/cdp/getting-started-main/node_modules/[email protected]@wechaty-puppet-wechat/src/bridge.ts:363:15)\n' +
    '    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n' +
    '    at async Bridge.onLoad (file:///home/cehua/cdp/getting-started-main/node_modules/[email protected]@wechaty-puppet-wechat/src/bridge.ts:214:7)'

sheldonzeng avatar Jul 06 '22 15:07 sheldonzeng