扫码后报错,好像和itchat有关系 #2550
Unanswered
zoujianan01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
File "E:\ai\chatgpt-on-wechat-master\bot\bot.py", line 59, in
start_wechat_bot()
File "E:\ai\chatgpt-on-wechat-master\bot\bot.py", line 44, in start_wechat_bot
itchat.auto_login(hotReload=True)
File "E:\ai\venv\lib\site-packages\itchat\components\register.py", line 31, in auto_login
self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback,
File "E:\ai\venv\lib\site-packages\itchat\components\login.py", line 53, in login
status = self.check_login()
File "E:\ai\venv\lib\site-packages\itchat\components\login.py", line 137, in check_login
if process_login_info(self, r.text):
File "E:\ai\venv\lib\site-packages\itchat\components\login.py", line 172, in process_login_info
for node in xml.dom.minidom.parseString(r.text).documentElement.childNodes:
File "C:\Users\86188\AppData\Local\Programs\Python\Python39\lib\xml\dom\minidom.py", line 1998, in parseString
return expatbuilder.parseString(string)
File "C:\Users\86188\AppData\Local\Programs\Python\Python39\lib\xml\dom\expatbuilder.py", line 925, in parseString
return builder.parseString(string)
File "C:\Users\86188\AppData\Local\Programs\Python\Python39\lib\xml\dom\expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: mismatched tag: line 64, column 4
Beta Was this translation helpful? Give feedback.
All reactions