MingweiSamuel / Camille

C# Riot API Library. Thread safe, automatic retries, autogenerated nightly releases.
Other
99 stars 8 forks source link

MingweiSamuel.Camille.Util.RiotResponseException: Request to match-v5.getMatchIdsByPUUID failed after 0 retries. (status: 400). #55

Closed selmaohneh closed 3 years ago

selmaohneh commented 3 years ago

Hi!

I am trying to fetch some games with the new match-v5 endpoint.

image

Unfortunately I receive an error with Camille.

image

Trying the same call from the Riot Developer Portal works as expected.

Any ideas?

selmaohneh commented 3 years ago

Tried with 2.8.0 and 2.8.1-nightly-2021-07-15-aaf8c5b8f7

AoshiW commented 3 years ago

I may be wrong, but I think you're using the wrong region, regions for MatchV5 are Americas,Europe, Asia regions for SummonerV4 are BR, EUNE, EUW ....

selmaohneh commented 3 years ago

Ah... didn't know that. I'm gonna try that later. Confusing tho to have two different region when mixing calls from v4 and v5.

selmaohneh commented 3 years ago

That was it. Thanks!