Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

RequestEnvelop.EncounterMessage is not a constructor #135

Closed sebastianwachter closed 8 years ago

sebastianwachter commented 8 years ago

Every time I try to call EncounerPokemon() I am getting the error of the title. I searched the pokemon.proto file for a message called EncounterMessage and it's actually missing.

andreivreja commented 8 years ago

Hey there, I can assure you it's not missing. Maybe you've checked the wrong file.

master/pokemon.proto line 65.

sebastianwachter commented 8 years ago

I used npm install and checked my local files and there it is missing. In line 65 is nothing and that gets followed by "message Unknown7" in line 66. This is my pokemon.proto

sebastianwachter commented 8 years ago

Okay I did a update and now it's working. Was a bit strange since I initially created this project yesterday. Nevertheless thank you.