littlecodersh / ItChat

A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
http://itchat.readthedocs.io
MIT License
25.63k stars 5.64k forks source link

扫码登录不了,一直刷新登录 #1026

Open ZqyDaoDao opened 1 month ago

ZqyDaoDao commented 1 month ago

在提交前,请确保您已经检查了以下内容!

请使用itchat.run(debug=True)运行,并将输出粘贴在下面:

Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Log in time out, reloading QR code.
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.

您的itchat版本为:1.3.10。(可通过python -c "import itchat;print(itchat.__version__)"获取)

其他的内容或者问题更详细的描述都可以添加在下面:

[您的内容] 扫码登录不了,一致刷新登录

Chesszyh commented 1 month ago

扫码之后微信要安全验证 5s之后才能按确认 然后二维码5秒内正好就过期了 乐

ejohnyu commented 3 weeks ago

在login.py里,在提示要在手机上操作后一行加上time.sleep(7) 注意,这两天微信动了一下,要在手机上等5秒后按2次确认才行

movingheart commented 4 days ago

悲剧了,提示暂不支持网页登录了。 <p class="msg-desc">为了保障你的账号安全,暂不支持使用网页版微信。你可以前往微信官网&nbsp;https://weixin.qq.com/&nbsp;下载客户端登录。</p>

freedom-ss commented 3 days ago

在login.py里,在提示要在手机上操作后一行加上time.sleep(7) 注意,这两天微信动了一下,要在手机上等5秒后按2次确认才行

具体在哪一行

freedom-ss commented 3 days ago

不行啊

ejohnyu commented 1 day ago

login.py,第69行“isLoggedIn = None”这行后面加一行

ejohnyu commented 1 day ago

悲剧了,提示暂不支持网页登录了。 <p class="msg-desc">为了保障你的账号安全,暂不支持使用网页版微信。你可以前往微信官网&nbsp;https://weixin.qq.com/&nbsp;下载客户端登录。</p>

要安装itchat-uos 1.5.0.dev0