frissyn / valorant.py

Complete Python interface for the Valorant API. Works right out of the box!
https://valorantpy.readthedocs.io
MIT License
125 stars 19 forks source link

LeaderboardPlayerDTO.gameName is missing? #32

Closed frissyn closed 2 years ago

frissyn commented 2 years ago

While looping through LeaderboardDTO.players, some players on the leaderboard raise an AttributeError when accessing gameName, puuid, or tagLine. The Riot Games API docs state that these fields may be missing if the player is anonymous. (i.e Streamer Mode).