DoctorMcKay / node-globaloffensive

A Node.js module to connect to and interact with the CS2 game coordinator. Mostly used to get item data.
https://www.npmjs.com/package/globaloffensive
MIT License
262 stars 61 forks source link

requestLiveGameForUser #59

Closed patrykczubek closed 2 years ago

patrykczubek commented 3 years ago

Hi, while requesting game info while in a competetive game by doing

csgo.requestLiveGameForUser('76561198400109811')

and listening on

csgo.on('matchList', (data) => {
    console.log(data)
})

I don't get any data in the listener. Am I requesting it wrong or did something break recently?

DoctorMcKay commented 3 years ago

I've read reports that Valve disabled that request.