pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
227 stars 53 forks source link

Update Error with legit UUID #105

Closed mechcalvin closed 4 years ago

mechcalvin commented 4 years ago

I got this error: updating profile for af2bf8af-afce-4a8d-b5f5-1eaeb2ab160c ... Traceback (most recent call last): File "update.py", line 347, in <module> name = player['name'] KeyError: 'name' when do running update, this UUID is legit with correct name though, what is the reason?

pdinklag commented 4 years ago

That error message can't be from the latest version (compare line 347). Can you update to the current master and try again? There have been several fixes concerning Mojang API reading lately.

pdinklag commented 4 years ago

Closing due to lack of feedback.