wechaty / wechaty-puppet-padpro

Apache License 2.0
238 stars 64 forks source link

请问什么时候padpro协议可以恢复登录? #200

Open lauzhihao opened 5 years ago

lauzhihao commented 5 years ago

Important:Please file the issue follow the template, or we won't help you to solve the problem.

0. Report Issue Guide

  1. Please run the following command and check whether the problem has been fixed:

    rm -rf package-lock.json
    rm -rf node_modules
    npm install
  2. Please search in FAQ List first, and make sure your problem has not been solved before.

  3. Please search in the issue first, and make sure your problem had not been reported before

1. Versions

2. Describe the bug

Give a clear and concise description of what the bug is. 使用付费的token与相应的环境变量启动starter后扫码无响应; 手机端不显示已经登录,命令行卡在qrCodeLogin那句日志就不再有输出了。

3. To Reproduce

This part is very important: if you can not provide any reproduce steps, then the problem will be very hard to be recognized.

Steps to reproduce the behavior:

  1. git clone https://github.com/wechaty/wechaty-getting-start
  2. cd wechaty-getting-start
  3. npm install -g wechaty
  4. npm install -g wechaty-puppet-padpro
  5. export WECHATY_PUPPET_PADPRO_TOKEN=$MY_TOKEN; 6.export WECHATY_PUPPET=wechaty-puppet-padpro 7.npm start 8.使用手机扫码登录。

4. Expected behavior

Give a clear and concise description of what you expected to happen.

5. Actual behavior

If applicable, add screenshots to help explain your problem. But do not paste log screenshots here. (Pleas do not just paste a log image)

6. Full Output Logs

Set env WECHATY_LOG=silly in order to set log level to silly, then we can get the full log (If you dosen't set log env, log level is info as default, we cannot get the full log)

We need full log instead of log screenshot or log fragments!

Show Logs ```shell $ WECHATY_LOG=silly node yourbot.js Question: Paste your FULL(DO NOT ONLY PROVIDE FRAGMENTS) log messages Answer: ```

7. Additional context

Add any other context about the problem here.

[bug]

yanglongji commented 5 years ago

同样的问题

lyhonk commented 5 years ago

同样问题调试了好久无反应

zsp042 commented 5 years ago

同样的问题

makk24 commented 4 years ago

同样的问题