leetcode.cn cannot sign in with session token
I copyed cookie in my browser and after paste to leetcode.nim, it gives me a error info: Sign-in failed: Bad leetcode session token format
Is there anything wrong in my cookies?
I only change cn enabled to true in config
my cookies has not string begin as "LEETCODE_SESSION="
Can you check graphql requests that are at the end of the list (i.e not ones that were made when the website first loaded)?
I checked and there is no LEETCODE_SESSION in every graphql request, I also global searched this symbol and results nothing.
Might be a silly question, but are you logged into leetcode on your browser?
Yes, I found LEETCODE_SESSION is included in leetcode.com's cookie but not included in leetcode.cn's cookie.
Now it's also in leetcode.cn's cookie. Seems the developers changed the format.