We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is probably not an issue with node-csgo itself, but I figured this would still be the best place to post to get an answer.
The matchList response from requestRecentGames never seems to populate game_type, game_mapgroup and game_map. Is that just how it is?
matchList
requestRecentGames
game_type
game_mapgroup
game_map
It seems a bit strange considering the map names are displayed in game on the "Your Matches" page.
Thanks,
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
If steam sending map, it should be problem with protobufs. Try to send this request with new protobufs.https://github.com/SteamDatabase/GameTracking/tree/master/Protobufs/csgo
Sorry, something went wrong.
I'll give that a go. cheers.
Same result with the latest protobufs.
Half the items in WatchableMatchInfo are populated, but none of the map related items. It works fine for requestCurrentLiveGames though.
WatchableMatchInfo
requestCurrentLiveGames
No branches or pull requests
This is probably not an issue with node-csgo itself, but I figured this would still be the best place to post to get an answer.
The
matchList
response fromrequestRecentGames
never seems to populategame_type
,game_mapgroup
andgame_map
. Is that just how it is?It seems a bit strange considering the map names are displayed in game on the "Your Matches" page.
Thanks,
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: