Pokemon-GO-node-api icon indicating copy to clipboard operation
Pokemon-GO-node-api copied to clipboard

maybe beginner's mistake

Open DestroyerIV opened this issue 5 years ago • 1 comments

Hi, the API is failing me when I set the PokeGo.init method (prop, function (err) {/ ...}).

I set the variables correctly, check them a few times, and the console shows me the following error:

/mnt/c/Users/x-user/Desktop/x-proyect/node_modules/pokemon-go-node-api/poke.io.js:841
        var _data$results$0$geome = data.results[0].geometry.location;

TypeError: Cannot read property 'geometry' of undefined
    at /mnt/c/Users/x-user/Desktop/x-proyect/node_modules/pokemon-go-node-api/poke.io.js:841:53

when checking the line number, I see that it shows a '}'

https://github.com/Armax/Pokemon-GO-node-api/blob/9d10b9403fb1fe5f2db234357ba9cdc2957370ed/poke.io.js#L841

DestroyerIV avatar Mar 26 '19 22:03 DestroyerIV