node-csgo icon indicating copy to clipboard operation
node-csgo copied to clipboard

requestRecentGames game_map is always null

Open jwigley opened this issue 9 years ago • 3 comments

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.

jwigley avatar Nov 19 '15 07:11 jwigley

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

TrueCarry avatar Nov 19 '15 10:11 TrueCarry

I'll give that a go. cheers.

jwigley avatar Nov 19 '15 11:11 jwigley

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.

jwigley avatar Nov 20 '15 07:11 jwigley