wxsid? #2472
Unanswered
jiangdingxuan
asked this question in
Q&A
wxsid?
#2472
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[ERROR][2025-01-17 19:24:30][wechat_channel.py:138] - 'wxsid'
Traceback (most recent call last):
File "C:\Users\Administrator\chatgpt-on-wechat\channel\wechat\wechat_channel.py", line 124, in startup
itchat.auto_login(
File "C:\Users\Administrator\chatgpt-on-wechat\lib\itchat\components\register.py", line 38, in auto_login
self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback,
File "C:\Users\Administrator\chatgpt-on-wechat\lib\itchat\components\login.py", line 61, in login
status = self.check_login()
File "C:\Users\Administrator\chatgpt-on-wechat\lib\itchat\components\login.py", line 154, in check_login
if process_login_info(self, r.text):
File "C:\Users\Administrator\chatgpt-on-wechat\lib\itchat\components\login.py", line 206, in process_login_info
core.loginInfo['wxsid'] = core.loginInfo['BaseRequest']['Sid'] = cookies["wxsid"]
KeyError: 'wxsid'
Beta Was this translation helpful? Give feedback.
All reactions