dgoguerra / pokego-scan

Scan pokemon through PokeVision's API
47 stars 13 forks source link

Not working anymore ? #9

Open kitkat14 opened 8 years ago

kitkat14 commented 8 years ago

since a couple of hours its not working anymore.

it never goes into the function

pokegoScan(coords, function(err, pokemons) {
})
donedgardo commented 8 years ago

PokeVision was under heavy mantaince today, they twitter feed is blaming us for the scrapping.

I find it funny since they are also scrapping NianticLabs API.

kitkat14 commented 8 years ago

Hahaha no way to do it directly from Niantic labs? The code for doing it directly is not open?

Does it work for you now? It's still dead probably they changed something on their end

dgoguerra commented 8 years ago

Its actually working for me. Are you receiving an error? Which one?

donedgardo commented 8 years ago

Its working for me 2 now. Edit: Pokemon Go Under Maintance again possible server load.

kitkat14 commented 8 years ago

I didnt throw an error but i just added and true its throwing that error...

*edit: never mind heroku issue.

dannybess commented 8 years ago

Anyway to bypass Cloudflare client side? (calling /map/scan and then /map/data through an HTTP networking library).

donedgardo commented 8 years ago

Api still working after cloudflare.

kitkat14 commented 8 years ago

Yeah it still works just need to make sure to create some mechanism that it will trigger it again. Btw do you check for duplicate objects in the pokemons array ? (the array that is returned)