torikushiii / hoyolab-auto

Auto check-in and others for any Hoyoverse games
https://ko-fi.com/torikushiii
GNU Affero General Public License v3.0
75 stars 17 forks source link

About the Docker auto redeem code #29

Closed Capoouo closed 1 month ago

Capoouo commented 1 month ago

Today there is a new redeem code for Star Rail, but it cannot be redeemed correctly

I am very sure that the account has not redeemed this code before 螢幕擷取1

and I have re-cloned the git repository and re-composed

edit : I tried running it locally, but the same issue still occurs

torikushiii commented 1 month ago

does it not print any logs at all on the console? I could take a look later

Capoouo commented 1 month ago

does it not print any logs at all on the console? I could take a look later

console just 2024-07-11 22:48:01 hoyolab-auto | 2024-07-11 22:48:01 Found 1 new codes

torikushiii commented 1 month ago

:/

I just realized that I put a debug only console at the auto redeem code, latest commit should log errors now as it should.

well I guess we need to wait for another new code to see what causes this issue, because the auto-redeemer is work just fine at least for me.

Capoouo commented 1 month ago

:/

I just realized that I put a debug only console at the auto redeem code, latest commit should log errors now as it should.

well I guess we need to wait for another new code to see what causes this issue, because the auto-redeemer is work just fine at least for me.

I deleted the redeem code and let it redeem again, and this message appeared. Is it because of a cookie issue? 22

torikushiii commented 1 month ago

yep, that's cookie issue, try getting your cookie again

Capoouo commented 1 month ago

yep, that's cookie issue, try getting your cookie again

It is currently redeeming correctly now, thank you