shengqiangzhang / examples-of-web-crawlers

一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
MIT License
13.89k stars 3.81k forks source link

8.一键生成微信个人专属数据报告(了解你的微信社交历史)扫码点击登录后报错 #124

Open zzlKevin opened 1 year ago

zzlKevin commented 1 year ago

generate_wx_data.py", line 552, in bot = Bot() ^^^^^ File "D:\Python\Python311\Lib\site-packages\wxpy\api\bot.py", line 83, in init self.core.auto_login( File "D:\Python\Python311\Lib\site-packages\itchat\components\register.py", line 34, in auto_login self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback, File "D:\Python\Python311\Lib\site-packages\itchat\components\login.py", line 48, in login status = self.check_login() ^^^^^^^^^^^^^^^^^^ File "D:\Python\Python311\Lib\site-packages\itchat\components\login.py", line 131, in check_login process_login_info(self, r.text) File "D:\Python\Python311\Lib\site-packages\itchat\components\login.py", line 164, in process_login_info for node in xml.dom.minidom.parseString(r.text).documentElement.childNodes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Python311\Lib\xml\dom\minidom.py", line 2000, in parseString return expatbuilder.parseString(string) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Python311\Lib\xml\dom\expatbuilder.py", line 925, in parseString return builder.parseString(string) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Python\Python311\Lib\xml\dom\expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: mismatched tag: line 64, column 4

panwanpeng commented 1 year ago

Received. Many thanks! I will read it quickly .

zzj1002 commented 7 months ago

同问,如何解决

panwanpeng commented 7 months ago

Received. Many thanks! I will read it quickly .