KT

Results 2 comments of KT

yeah, CharacterRanks show up immediately after I open the hoyolab website. the time between my bot commands is about 1 minute ![](https://i.imgur.com/kzBqfvI.png)

I found the requests are after getGameRecordCard. ![](https://i.imgur.com/14WpZkV.png) I use another UID and the CharacterRanks is empty. ``` await client.get_record_cards() data = await client.get_spiral_abyss(client.uid) print(data.ranks) ``` After `client.get_record_cards()`, the result...