itchat库 账号安全无法登陆网页微信

itchat库 账号安全无法登陆网页微信

无聊学习itchat库时,碰到的问题。却告知,再三感谢!!!

import itchat, json

# hotReload表示热部署,这样调试的时候就不用频繁登录了hotReload=True
itchat.auto_login()

# 获取好友列表
friends = itchat.get_friends()

# 我们可以使用json库将好友列表转换成json格式
print(json.dumps(friends))


# 运行程序
itchat.run()

运行结果报错情况

Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Your wechat account may be LIMITED to log in WEB wechat, error info:
1203为了你的帐号安全,此微信号不能登录网页微信。你可以使用Windows微信或Mac微信在电脑端登录。Windows微信下载地址:https://pc.weixin.qq.com  Mac微信下载地址:https://mac.weixin.qq.com
Start auto replying.

你可能感兴趣的:(网络编程)