name = requests.get(f"https://sessionserver.mojang.com/session/minecraft/profile/{member['uuid']}").json()["name"]
I use python to get minecraft nickname from uuid. I had no problem before, but today this API returns me random symbols. Is this local or global problem?
I tried to use VPN or enother device. But every time sessionserver returns random symbols.
It is global problem with mojang session servers. Now it works correctly, but everybody can't cog in minecraft.