Open l-404-l opened 3 years ago
Do you know which endpoint you were calling when this happened? Seems likely an out-of-range int32
CurrentPlayer I believe it was
seems Camille.Lcu.LolChampSelect.ChampSelectSession is also having issues deserializing found changing actions fixes it. Changed it to [JsonPropertyName("actions")] public List<List<IDictionary<string,object>>>? Actions { get; set; }
seems the be the format now
Both the LCU and LolGameApi schemas are no longer up to date, I'll have to fix the job which pulls the LCU one, and write a new one for the LolGameApi, not sure when I'll have a chance to