Closed dromzeh closed 2 years ago
This bug has been diagnosed by one of our discord members already.
Mihoyo made some reworks in their API, mainly making only 8 characters visible in your game chronicle and preventing authkeys from the support page to be used for wish history.
The solution is to use the authkey found in your log files and abandon the ones from the support page completely.
This bug has been diagnosed by one of our discord members already.
Mihoyo made some reworks in their API, mainly making only 8 characters visible in your game chronicle and preventing authkeys from the support page to be used for wish history.
The solution is to use the authkey found in your log files and abandon the ones from the support page completely.
thanks a lot for the quick reply! will try this. appreciated.
whenever I try to get the uid using
gs.get_uid_from_authkey()
it returns back the following:i have only been having this issue since the 2.3 update went live, and before this used to work just fine, I'm not sure if this is an issue with genshinstats itself or something else. this also happens when adding
authkey
intogs.get_uid_from_authkey()
aswell.