-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with finding all Pokemon in cells #60
Comments
API started to throttle map object requests with last update. You cannot call |
@ulasozguler Do you have a source for that information? I'd like to read about that, and any other API-side limitations that I don't know about yet. |
@kwkroll32 There is no official information, of course. But you can read about it in dev subreddit: https://www.reddit.com/r/pokemongodev |
I'm having the same problem here. |
I get general empty cells they only contain s2_cell_id and a timestamp |
Yes! I am having the same issue |
Hello,
first of all: thank you for that amazing project!
I currently struggle with finding all the pokemon around my location.
I set my location:
session.setCoordinates(lat, lng)
Then I call:
cells = session.getMapObjects(radius = 4)
After that I loop through the cells with:
But I only find very few pokemon (I scanned already a big area). Did anything change with the update tonight? I just finished this script yesterday evening, so I can't tell you if I would have found more pokemon in the last days.
I dont want to catch any of them. I only want to create a Database for myself to get the spawn points and spawn times of certain pokemon.
Thanks in advance!
edit: sorry for posting two issues... I just tried to edit the top line....
The text was updated successfully, but these errors were encountered: