Arcana / node-dota2

A node-steam plugin for Dota 2.
MIT License
545 stars 191 forks source link

practiceLobbyUpdate data missing #691

Closed danielvieira43 closed 2 years ago

danielvieira43 commented 4 years ago

I'm missing some data in the lobby object coming from practiceLobbyUpdate event. I used to read lobby.members array to get id, team and slot from players. Anyone with same problem? Is there any update in valve game coordinator?

Thanks,

Daniel

herzog0 commented 4 years ago

Hi! I just noticed the same occurring to me.
Very strange, as everything worked fine until yesterday.

angel200sdnot commented 4 years ago

Protobuf update. See: https://github.com/Arcana/node-dota2/issues/690#issuecomment-687780626

herzog0 commented 4 years ago

I've tried to update all .proto files by hand, simply copying the new ones and overriding them in the correct folder, but node-dota2 still doesn't recognize the new parameters. Did someone managed to fix this? I'm just printing the contents of CSODotaLobby payload received by the event emitter, so there are no updates needed in my code.

herzog0 commented 4 years ago

Oops, nevermind. I had to change the protobuf files in node_modules/dota2/proto, not in the steam package.