You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2025. It is now read-only.
Docker部署方式运行:
------------------------出错信息----------------------------------------------------
ERROR | 机器人运行出错: Error:Post "http://hkshort.weixin.qq.com/mmtls/1746602890": net/http: timeout awaiting response headers
2025-05-07 15:28:29 | ERROR | Traceback (most recent call last):
File "/app/bot.py", line 133, in run_bot
stat, data = await bot.check_login_uuid(uuid, device_id=device_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/WechatAPI/Client/login.py", line 97, in check_login_uuid
self.error_handler(json_resp)
File "/app/WechatAPI/Client/base.py", line 84, in error_handler
raise Exception(json_resp.get("Message"))
Exception: Error:Post "http://hkshort.weixin.qq.com/mmtls/1746602890": net/http: timeout awaiting response headers
-----------------------网络测试---------------------------------------------------------
telnet hkshort.weixin.qq.com 80
结果:端口可以打开
curl http://hkshort.weixin.qq.com/mmtls/1746602890
结果:返回很快,空值,没有timeout或者其他错误信息
尝试过重启docker,docker compose down & docker compose up -d
手机的扫描登录过程正常,但登录不上。