More matches that I played
cmarrero01 opened this issue · 2 comments
cmarrero01 commented
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
cmarrero01 commented
Hi Again...
I make some testing and notice that when I call:
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 :)