Closed moreside closed 3 years ago
Oh looks like my account creator has a bug then, 10103 means your account exists but doesn't have a hoyolab username. I'll try and see if I can make some fix with how the hoyolab accounts are made.
I believe I've spotted the problem. When I run the account creator, at the end of the create_hoyolab_account
stage it refreshes the page before hoyolab can register the account properly. I added a simple time.sleep
before the refresh at the end of that function, and the accounts it generates are now all usable. So yeah, no problems on genshinstats's end, although mapping that error code to a message would probably be useful.
Thanks, I thought it was caused by something completely different. I'm sorry it took so long, I was a bit busy lately.
I started receiving an unrecognized error after attempting to fetch user data using accounts generated with your account creator tool. It occasionally works, but other times it responds with a 10103 error which has no associated message:
Here's a minimal example of the code I'm using.
accounts.json
is untouched after it's generated by the account creator.What does this error mean?