Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Real Time Match data. #89

Open
ring0jke opened this issue Jul 12, 2022 · 1 comment
Open

Issue with Real Time Match data. #89

ring0jke opened this issue Jul 12, 2022 · 1 comment

Comments

@ring0jke
Copy link

Hello.

Is it possible to get Live data of match using request_matchdetails? It returns me /n if i request live match info.
If i request match which already ended, it shows all info about it.

And second question how to use method : request_matches() It tried to insert args (Skill,game_mode and etc) from source,but its also returns nothing. Any help please :(

@Philaeux
Copy link
Contributor

Philaeux commented Mar 3, 2023

To my knowledge, request_matchdetails gives data only for finished game, and the only way to have information about running games is to use

def request_top_source_tv_games(self, **kwargs):

It is how the games are displayed in the WATCH category in the client. This method displays at max 100 games if you call it like that: request_top_source_tv_games(start_game=90). There should be a way to display friend lobbies (like in client) or specific lobbies because the message accepts a lobby_ids array parameter. However finding a lobby_id for a specific running game is not easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants