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

Hi! I'm trying to build a project using webpack and I'm getting this error: ``` Error: define cannot be used indirect W20160901-21:59:31.009(-3)? (STDERR) at Object.module.exports [as define] (webpack:///(webpack)/buildin/amd-define.js:1:1) W20160901-21:59:31.009(-3)? (STDERR)...

Hi, I'm getting this error when I try to evolve a weedle. The input was "10043245764815553917" ``` Error: Illegal wire type for field Message.Field .ResponseEnvelop.Pokemon.id: 1 (0 expected) at Error...

In the self.GetApiEndpoint function (poke.io.js) the req variable : var req = [new RequestEnvelop.Requests(2), new RequestEnvelop.Requests(126), new RequestEnvelop.Requests(4), new RequestEnvelop.Requests(129), new RequestEnvelop.Requests(5)]; sends: { type: 2, message: null }, {...

I try to deploy a project to Heroku using the library, but i'm having the issue mentioned in #199 Can anyone host it somewhere or know how to host it...

it is possible to capture a pokemon from another country ?

Did someone manage to renew token from an expired accessToken? the thing is that renewing the token with username and password is possible, but when the users logs in with...

I've been trying to get inventory items, but the second parameter of GetInventory returns: ``` { success: null, inventory_delta: null } ``` What am I doing wrong? Here is full...

I am unable to run the example. I editet the user info for "a", and removed "b". `$ node example.js` ``` javascript [i] Logging with user: ******.*****@gmail.com undefined C:\Users\******\dev\pogo\node_modules\pokemon-go-node-api\example.js:25 if...

I have this message when i try to catch pokemon `Encountering pokemon Psyduck... Encountering pokemon Rhyhorn... Encountering pokemon Magikarp... Encountering pokemon Exeggcute... { Status: null, MissPercent: null, CapturedPokemonId: null, CaptureAward:...

Ive set my location and ran the heartbeat inside init, placed the location by a pokestop and all the cells fort object are empty arrays.