Error since some minutes?
See original GitHub issueHey,
my tool worked fine like 30 mins ago, but now as soon as i execute the Match.GetMatchListAsync function and want to get any results from it, it throws me this error: JsonSerializationException: Error setting value to ‘Season’ on ‘RiotSharp.Endpoints.MatchEndpoint.MatchReference’.
Small code to show the issue:
var summoner = api.Summoner.GetSummonerByNameAsync(RiotSharp.Misc.Region.euw, "pitpat1337"); Console.WriteLine("Summoner Name: " + summoner.Result.Name); Console.WriteLine("Summoner Level: " + summoner.Result.Level); Console.WriteLine("Summoner Id: " + summoner.Result.Id); var pepe = api.Match.GetMatchListAsync(RiotSharp.Misc.Region.euw, summoner.Result.AccountId); Console.WriteLine("Total Games played: " + pepe.Result.TotalGames);
Any idea why this is happening?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Someone else was faster as i went to bed at that time 👍
Not sure if i should open another issue for this one, but Stats.MinionsKilled returns always 0 for me, no matter what player im checking.
I think you should open another issue.