Pistachio9
Pistachio9
I'm getting a similar error. I tried using the newest version with the config.js file set up but still having issues. > Error running query { [error: column "undefined" does...
I just made sure I had the latest version of app.js but still getting the same issue. I think you're right... if I run my scanner in an area that...
Here it is: var express = require('express'); var bodyParser = require('body-parser'); var moment = require('moment') var gaussian = require('gaussian'); var dist = gaussian(0, 0.3); var configFile = require('./config'); // Set...
So this is what I get (it continues on for a bunch of pokemon but this is the basic pattern): Running server on port 9876 { disappear_time: 1470775512, pokemon_id: 41,...
Node version 4.4.7 and the develop branch of PokemonGo-Map