genIterator
genIterator
There is no proto for that (currently?). The App probably just logs you in with the different account and lets the token of the other account run out.
You need to add a sleep of minimum 5s to get any pokemon data. (get_map_objects) Guess its due to the people that scanned with 10 accounts and whole countries. Must...
Mh, indeed i have noticed the same issue. Checked nearby and wild/catchable pokemon and the difference is huge. Catchable pokemon are only those that are inside the 70m radius of...
I did some tests and so far i could not find any clue why the scans look so "empty" and somtimes they dont. I switched to util.get_cell_ids from the current...
Yes, I did several scans on the exact same location with the exact same grid. Meaning it should result in the same pokemons. I tried one map call using a...
Here is the proto: https://github.com/AeonLucid/POGOProtos/blob/master/src/POGOProtos/Networking/Requests/Messages/GetGymDetailsMessage.proto Your method call is missing the players lat/long.
Well, the proto states that result 2 is ERROR_NOT_IN_RANGE: https://github.com/AeonLucid/POGOProtos/blob/master/src/POGOProtos/Networking/Responses/GetGymDetailsResponse.proto Might be an issue due to the fact that the API is not up to date. See the pull request...
The API is currently still missing the "unknown6" implementation. There is a pull request waiting to get merged: https://github.com/tejado/pgoapi/pull/182
They updated a lot on the server side, if you look on the pokemongodev reddit. It's probably gonna take some days until the new protos are found out. Meanwhile I...