-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[ENHANCEMENT]: Dont revisit a pokestop recently visited < 5 minutes ago #710
Comments
I have the same issue. My bot is staying at the same location revisiting the same PokeStop over 10 times now. |
I think this will be resolved with the new walker class, so I guess we have to just cope with it for now. Maybe do what I did and move your bot to a location with a much higher density of pokestops |
actually its not a 'bug' but more of a enhancement as there currently is no option or code that should prevent this. Adding it as enhancement |
duplicate of #10 |
How can this not be a bug just because there is no code to prevent it? You could apply that logic to all bugs! It is a bug because the bot should not do it. |
Expected Behavior
Ignore pokestop visited since 5 minutes ago
Actual Behavior
Bot tries to re-visit a pokestop since 5 minutes ago if it is the "furthers away" set by the steps config value.
Steps to Reproduce
Run bot in location with two pokestops a fair distance apart and large step count
The text was updated successfully, but these errors were encountered: