alpharmi / wuthering.app

In-development site for Wuthering Waves.
https://wuthering.app
GNU General Public License v3.0
37 stars 6 forks source link

Fetches pull history from different region (SEA) instead of the history from latest region (America). #2

Closed enthalith closed 1 month ago

enthalith commented 1 month ago

Fetches pull history from different region (SEA) instead of the history from latest region (America).

I've accessed the history from the America account but no matter what I do, it's fetching from the SEA account.

alpharmi commented 1 month ago

I believe this is because I've only written the ps1 code to pull the first gacha log url, which is most likely your SEA one instead. I'll have a go at getting the latest.

alpharmi commented 1 month ago

If possible are you able to upload your debug.log from GAME DIRECTORY\Wuthering Waves Game\Client\Binaries\Win64\ThirdParty\KrPcSdk_Global\KRSDKRes\KRSDKWebView

Personally I don't have multiple region accounts so I need example data.

enthalith commented 1 month ago

Sure thing! Thanks!

debug.log

alpharmi commented 1 month ago

Thanks for sending over the log I appreciate it. I can already see that there's 2 server ids, I'll get around to attempting to fix it now.

alpharmi commented 1 month ago

Are you currently playing on the region with Jiyan, Jianxin, and Calcharo, which should be America? If so then I think the fix is done, I just want to double check with you if that's correct.

enthalith commented 1 month ago

Yup that's right. Thanks for the fix! Does it now default to the newest server id? And I can't access the old one anymore?

alpharmi commented 1 month ago

I've pushed the update, you can try on the site now. It should just get the gacha for the region you last opened the log with.

Let me know how it goes.

enthalith commented 1 month ago

Seems to be working now! Thanks for the fix!