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

Pokemon GO api node.js library

Results 52 Pokemon-GO-node-api issues
Sort by recently updated
recently updated
newest added

``` Error: Illegal group end indicator for Message .ResponseEnvelop: 7 (not a group) at Error (native) at ProtoBuf.Reflect.MessagePrototype.decode (/var/lib/openshift/579e17862d5271cfe7000234/app-root/runtime/repo/node_modules/protobufjs/dist/protobuf.js:3205:31) at Function.Message.decode (/var/lib/openshift/579e17862d5271cfe7000234/app-root/runtime/repo/node_modules/protobufjs/dist/protobuf.js:2933:37) at Request._callback (poke.io.js:137:33) at Request.self.callback (/var/lib/openshift/579e17862d5271cfe7000234/app-root/runtime/repo/node_modules/request/request.js:187:22) at emitTwo...

I am unable to login using my Google account. Here is how I'm setting it up as in the example.js: ``` var a = new PokemonGo.Pokeio(); var username = '';...

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...

` 'use strict'; var PokemonGO = require('./poke.io.js'); var pogo = new PokemonGO.Pokeio(); var location = { type: 'coords', coords: { latitude: -34.60537813731424, longitude: -58.366670608520508 } }; var username = 'user';...

[i] Received API Endpoint: https://null/rpc [i] Current location: Times Square [i] lat/long/alt: : -33.98141 151.23606 0 ..\poke.js:35 if (err) throw err; I am trying to run the catch pokemon example...

According to the reddit update: https://www.reddit.com/r/pokemongodev/comments/56djcm/35_api_has_been_disabled_all_3rd_party_access_is/ 15 October, GMT +0, 01:00 - It seems like little progress has been made today. In general it feels like everyone had a collective...

I've been playing with the lib for a few days and I'm trying to understand what mean all attributes I get in the GetInventory response. For a pokemon for example,...

Dear friends, I'm getting wrong values for MapPokemon.ExpirationTimeMs. When I use WildPokemons.TimeTillHiddenMs it works perfect but I always get a different wrong value for MapPokemons.ExpirationTimeMs. Is that an issue or...

when i try to transfer a pokemon, i use the code in the project, i give the pokemonId get from the function self.GetInventory, but it seems not working. self.TransferPokemon =...