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

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

Open
3 of 5 tasks
ZqyDaoDao opened this issue Oct 24, 2024 · 7 comments
Open
3 of 5 tasks

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

ZqyDaoDao opened this issue Oct 24, 2024 · 7 comments

Comments

@ZqyDaoDao
Copy link

ZqyDaoDao commented Oct 24, 2024

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

  • 您可以在浏览器中登陆微信账号,但不能使用itchat登陆
  • 我已经阅读并按[文档][document] 中的指引进行了操作
  • 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
  • 本问题确实关于itchat, 而不是其他项目.
  • 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目

请使用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__)"获取)

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

[您的内容]
扫码登录不了,一致刷新登录
[document]: http://itchat.readthedocs.io/zh/latest/
[issues]: https://github.com/littlecodersh/itchat/issues
[itchatmp]: https://github.com/littlecodersh/itchatmp

@ZqyDaoDao ZqyDaoDao changed the title 扫码登录不了,一致刷新登录 扫码登录不了,一直刷新登录 Oct 24, 2024
@Chesszyh
Copy link

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

@ejohnyu
Copy link

ejohnyu commented Oct 28, 2024

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

@movingheart
Copy link

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

@freedom-ss
Copy link

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

具体在哪一行

@freedom-ss
Copy link

不行啊

@ejohnyu
Copy link

ejohnyu commented Nov 22, 2024

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

@ejohnyu
Copy link

ejohnyu commented Nov 22, 2024

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

要安装itchat-uos 1.5.0.dev0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants