question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error since some minutes?

See original GitHub issue

Hey,

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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Pesktadorcommented, Feb 13, 2019

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.

0reactions
matheusavicommented, Feb 13, 2019

I think you should open another issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I keep having this error after playing for some minutes ...
I keep having this error after playing for some minutes, the top screen freezes and that error message is shown, then I reboot...
Read more >
fetch fails with internal error after 5 minutes #46375
Is there a required condition? This error occures every time when there is no response longer then 5 minutes. What is the expected...
Read more >
Error sound every 5 minutes with no notification
I just recently set up my new computer and I have a notification sound that happens every 5 minutes with no notification alert....
Read more >
Sleep 650 job throwing error within 5 minutes of its launch
But another strange issue is that the job would fail randomly after executing for 1.5 hours or so, without any proper error log...
Read more >
Console Fatal error after some minutes of inactivity
Hi guys. I´m getting this error message in the console after some minutes of inactivity. image. This happens in this links (for example)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found