Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

로그인 직후 토큰 가져오는 부분에서 에러가 납니다 #3

Open
TomoTherapy opened this issue Jan 25, 2024 · 1 comment

Comments

@TomoTherapy
Copy link

TomoTherapy commented Jan 25, 2024

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

@TomoTherapy
Copy link
Author

TomoTherapy commented Jan 25, 2024

token 은 어찌저찌 고쳐서 넘어갔는데 이번엔
58번째 줄
c_num = re.findall("parent_id: '([\w0-9]*)'", str(data))
에서 또 아무것도 찾지못해 인덱스 0이 나와버리네요.

쉽지않네욤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant