python itchat模块登录失败_安装 itchat 的时候,扫码后就是登陆不了。
import itchatitchat.auto_login()Getting uuid of QR code.Downloading QR code.Please scan the QR code to log in.Please press confirm on your phone.Loading the contact, this may take a little while.Trace
import itchat
itchat.auto_login()
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a little while.
Traceback (most recent call last):
File "", line 1, in
itchat.auto_login()
File "G:\Python34\lib\site-packages\itchat\components\register.py", line 35, in auto_login
loginCallback=loginCallback, exitCallback=exitCallback)
File "G:\Python34\lib\site-packages\itchat\components\login.py", line 66, in login
self.show_mobile_login()
File "G:\Python34\lib\site-packages\itchat\components\login.py", line 212, in show_mobile_login
self.loginInfo['url'], self.loginInfo['pass_ticket'])
KeyError: 'pass_ticket'
------------------错误结束-------------------
更多推荐
所有评论(0)