ValvePython/dota2

request_player_match_history Returning ready

Opened this issue · 1 comments

jobId = dota.request_player_match_history(account_id=player, matches_requested=10,
                                              request_id=player, start_at_match_id=0,
                                              include_practice_matches=True,
                                              include_custom_games=True)
requested_matches = dota.wait_msg(jobId, timeout=20)

player is a steam32 ID

so apparently new accounts cannot use this function, they just endlessly wait on a reply, and it's rate limited to 50 requests per IP and account