jiin/dota2api

More matches that I played

cmarrero01 opened this issue · 2 comments

Hi jiin,

I started to use your dota2api project, and I find a problem when I get all matches from my account,

I make this:

dota.getByPlayerName('cmarrero01', function (err, match) {
res.json(match);
});

And the results have more than 100 matches, and I don't played more than 2 or 3 matches on total.

So, I think that this information is wrong and not return the correct matches.

Best
C

Hi Again...

I make some testing and notice that when I call:

https://api.steampowered.com/IDOTA2Match_570/GetMatchHistory/v001/?key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&player_name=cmarrero01

The results are the same that you return with your api, so, I think something is very very wrong with steam api for dota2 or the params that I set on the URL are wrong...

jiin commented

Probably steam has removed from the API the player_name GET field. I'll search for new solution :)