Closed jackthenewbie closed 3 years ago
oh wait sh*t, here's the the full result, my bad
Could you please send the output of get_browser_cookies()
? I'd like to see if it's just that it cannot find the cookie rather than it not being able to log in with them.
Also hoyolab_check_in
is just a utility function for hoyolab that gives you points for their community stuff, it doesn't really claim anything.
Could you please send the output of
get_browser_cookies()
? I'd like to see if it's just that it cannot find the cookie rather than it not being able to log in with them.Also
hoyolab_check_in
is just a utility function for hoyolab that gives you points for their community stuff, it doesn't really claim anything.
Sr, I don't know what you meant by the output of get_browser_cookies(). You meant print(gs.get_browser_cookies()) ?
Yes. You don't need to send the exact output since it has your tokens, I just need to see if it's empty or not.
Yes it return empty, was it problem on browser on my side?
Yes. You don't need to send the exact output since it has your tokens, I just need to see if it's empty or not.
Maybe just try logging out and back into hoyolab and see if it'd solve the issue. I tried to reproduce the bug but to no avail.
Maybe just try logging out and back into hoyolab and see if it'd solve the issue. I tried to reproduce the bug but to no avail.
no luck, what browser are you using? I'm using chrome
I am unable to reproduce this issue. I have tested it with both chrome and firefox and both work just fine. Could you send a screenshot of the cookies you get on https://www.hoyolab.com/genshin/, it should look something like this.
I am unable to reproduce this issue. I have tested it with both chrome and firefox and both work just fine. Could you send a screenshot of the cookies you get on https://www.hoyolab.com/genshin/, it should look something like this.
here, a bit difference ¯_(ツ)_/¯
From what you've sent I can only assume it's a bug with browser-cookie3
, the library that gets the cookies from your browser.
My guess is that it just can't find your browser or something.
From what you've sent I can only assume it's a bug with
browser-cookie3
, the library that gets the cookies from your browser. My guess is that it just can't find your browser or something.
you remind me, i used pip install browser-cookie3
yesterday, since i didn't have that module so it automatically install the 0.12.1 version, what is your advice to fix this?
No idea, since I can't reproduce the issue I can't know what caused the bug.
No idea, since I can't reproduce the issue I can't know what caused the bug.
I will manually add ltuid and ltoken then, thanks
it seems like gs.set_cookies_auto() cannot find my cookies to log in (Manually do it, it worked, but i want to try something new lol), so the error went like this, any idea how to fix? thanks