Closed danielvieira43 closed 2 years ago
Hi! I just noticed the same occurring to me.
Very strange, as everything worked fine until yesterday.
Protobuf update. See: https://github.com/Arcana/node-dota2/issues/690#issuecomment-687780626
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.
Oops, nevermind. I had to change the protobuf files in node_modules/dota2/proto, not in the steam package.
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