node-csgo
node-csgo copied to clipboard
requestRecentGames game_map is always null
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?
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.
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
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.