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
Traceback (most recent call last): File "E:/python/Crack-JS-Spider/微博/weibo.py", line 132, in <module> weibo.main() File "E:/python/Crack-JS-Spider/微博/weibo.py", line 125, in main self.login() File "E:/python/Crack-JS-Spider/微博/weibo.py", line 111, in login ticket, ssosavestate = re.findall(r'ticket=(.*?)&ssosavestate=(.*?)"', result)[0] # 获取ticket和ssosavestate参数 IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:/Users/Administrator/Documents/GitHub/Crack-JS-Spider/微博/weibo.py", line 124, in
weibo.main()
File "D:/Users/Administrator/Documents/GitHub/Crack-JS-Spider/微博/weibo.py", line 118, in main
self.login()
File "D:/Users/Administrator/Documents/GitHub/Crack-JS-Spider/微博/weibo.py", line 105, in login
ticket,ssosavestate = re.findall(r'ticket=(.?)&ssosavestate=(.?)"',result)[0] #获取ticket和ssosavestate参数
IndexError: list index out of range
Traceback (most recent call last): File "E:/python/Crack-JS-Spider/微博/weibo.py", line 132, in <module> weibo.main() File "E:/python/Crack-JS-Spider/微博/weibo.py", line 125, in main self.login() File "E:/python/Crack-JS-Spider/微博/weibo.py", line 111, in login ticket, ssosavestate = re.findall(r'ticket=(.*?)&ssosavestate=(.*?)"', result)[0] # 获取ticket和ssosavestate参数 IndexError: list index out of range
The text was updated successfully, but these errors were encountered: