-
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
no pokestop visited #1168
Comments
I can confirm this |
probaly problem in step_walker |
I confirm this.
Maybe fixed after #1171 is commited ;) |
It's a duplicate of this: #1155 |
[16:13:52] Found fort f0178a7075a9445c980014b79f571f1a.16 at distance 0.04km |
still doing it |
in move_to_fort.py |
yeah |
in move_to_fort.py find this
change with this
|
@unequaled86 Looks like it fixed the problem, thanks. |
@unequaled86 not work correctly... It work for the first time, after that every second it tried to spin a pokestop out of range (very out.. more than hundred meters) |
@unequaled86 when I replace that (in pokemongo_bot/cell_workers/move_to_fort.worker.py, there is no move_to_fort.py anywhere? Latest dev) I get a KeyError:'returns' and cannot log in. Did I edit the correct file? |
yes you edit the correct file, but you must respect the line indeent.. |
@unequaled86 doesn't really work for me, it always says that it's close to a pokestop but never actually collects it because it's too far away. This goes on and on, the bot actually moves, but it's not collecting any of the pokemons or the stops. |
@unequaled86 I've just try old commits, 9765828 commit work perfectly.. after that, pokestop don't spinned correctly.. |
Please try with latest |
@tstumm it's working now |
@tstumm It's working now, Thanks! Was:[14:24:34] Need to move closer to Pokestop IS:[16:04:58] [x] Need to move closer to Pokestop |
It was accidentally made unfunctional. |
Expected Behavior
-m farm
Actual Behavior
finds a pokestop starts walking but never reach the pokestop
at last it also shows no pokestop visited
Steps to Reproduce
[15:28:23] Found fort f0178a7075a9445c980014b79f571f1a.16 at distance 0.05km
[15:28:23] Need to move closer to Pokestop
[ ] 0%
just shows this and then shows recycle item and then finds new pokestop and then again repeat it
Other Information
OS: kali
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
The text was updated successfully, but these errors were encountered: