You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR][2023-04-23 22:11:02][app.py:52] - App startup failed!
[ERROR][2023-04-23 22:11:02][app.py:53] - list index out of range
Traceback (most recent call last):
File "/home/ubuntu/chatgpt-on-wechat/app.py", line 50, in run
channel.startup()
File "/home/ubuntu/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 130, in startup
raise e
File "/home/ubuntu/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 117, in startup
itchat.auto_login(
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/register.py", line 35, in auto_login
self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback,
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 60, in login
status = self.check_login()
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 153, in check_login
if process_login_info(self, r.text):
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 198, in process_login_info
skey = re.findall('(.*?)', r.text, re.S)[0]
IndexError: list index out of range
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[ERROR][2023-04-23 22:11:02][app.py:52] - App startup failed!
[ERROR][2023-04-23 22:11:02][app.py:53] - list index out of range
Traceback (most recent call last):
File "/home/ubuntu/chatgpt-on-wechat/app.py", line 50, in run
channel.startup()
File "/home/ubuntu/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 130, in startup
raise e
File "/home/ubuntu/chatgpt-on-wechat/channel/wechat/wechat_channel.py", line 117, in startup
itchat.auto_login(
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/register.py", line 35, in auto_login
self.login(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback,
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 60, in login
status = self.check_login()
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 153, in check_login
if process_login_info(self, r.text):
File "/home/ubuntu/chatgpt-on-wechat/lib/itchat/components/login.py", line 198, in process_login_info
skey = re.findall('(.*?)', r.text, re.S)[0]
IndexError: list index out of range
Beta Was this translation helpful? Give feedback.
All reactions