Skip to content
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

尝试修复首次登录时容易出现 code -10005 和 packet timed out 的问题 #2463

Merged
merged 3 commits into from
Oct 9, 2023

Commits on Oct 4, 2023

  1. try to fix: code -10005 and packet timed out (first login)

    * 此问题猜测可能是成功登录前无法向服务器发送sso packet并获取结果。
      在有callback之前似乎没有出现这个问题,怀疑是这里的问题。
      等待 100s 后(以等待完成过滑块)再提交初始化包以尝试解决
    * sign submit 内容改为仅在debug模式下打印
    1umine committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a5cb8ab View commit details
    Browse the repository at this point in the history
  2. impl Mrs4s#2455

    * 在“群消息发送失败: 账号可能被风控”的时候提供group_id
    1umine committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    51e987c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. optimize: sign callback wait until online

    * 等待至 bot 在线再发包,而不是简单地等待 100s
    1umine committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    68c7953 View commit details
    Browse the repository at this point in the history