-
Notifications
You must be signed in to change notification settings - Fork 2.4k
wxpy 在python3.8下出错。 #451
Description
在Pythone3.8下出错。
C:\Users\couser\PycharmProjects\untitled\venv\Scripts\python.exe C:/Users/couser/PycharmProjects/untitled/venv/Scripts/wx.py
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 "C:/Users/couser/PycharmProjects/untitled/venv/Scripts/wx.py", line 3, in
bot = Bot()
File "C:\Users\couser\PycharmProjects\untitled\venv\Lib\site-packages\wxpy\api\bot.py", line 83, in init
self.core.auto_login(
File "C:\Users\couser\PycharmProjects\untitled\venv\Lib\site-packages\itchat\components\register.py", line 34, in auto_login
self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback,
File "C:\Users\couser\PycharmProjects\untitled\venv\Lib\site-packages\itchat\components\login.py", line 66, in login
self.show_mobile_login()
File "C:\Users\couser\PycharmProjects\untitled\venv\Lib\site-packages\itchat\components\login.py", line 212, in show_mobile_login
self.loginInfo['url'], self.loginInfo['pass_ticket'])
KeyError: 'pass_ticket'