pokego-scan
pokego-scan copied to clipboard
Scan pokemon through PokeVision's API
since a couple of hours its not working anymore. it never goes into the function ``` pokegoScan(coords, function(err, pokemons) { }) ```
As you know pokevision automatically gives you pokemon data if someone else has scanned the area. I live nearby a very active pokevision/pokemongo area so I want to run notifications...
I used the debugger to check what was going on here and it shows successes on the scans then moves from in progress to failed t. Is this still due...
As is, in the try block in createScanJob, parsing a json that has a status of "error" with a message of (for example) "{scan-throttle}" will not be caught, but instead...