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
디버거로 돌려보니 로그인은 정상적으로 돼서 세션을 가져오는데 88번재 줄 token = re.findall("token: '([\w\--z]*)'", str(data))[0] 에서 IndexError 예외로 빠져버리네요.
그렇다는 건 data 부분에 "token '...'" 문자열을 하나도 못 찾았다는 건데.. 레진에서 토큰 명칭을 바꾼건지도 모르겠네요
The text was updated successfully, but these errors were encountered:
디버거로 돌려보니 로그인은 정상적으로 돼서 세션을 가져오는데 88번재 줄
token = re.findall("token: '([\w\--z]*)'", str(data))[0]
에서 IndexError 예외로 빠져버리네요.그렇다는 건 data 부분에 "token '...'" 문자열을 하나도 못 찾았다는 건데.. 레진에서 토큰 명칭을 바꾼건지도 모르겠네요
The text was updated successfully, but these errors were encountered: