You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check. - Yes
Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead. - 1 similar with no responses
Are you running master? We work on the dev branch and then add that functionality to master. Your issue may be fixed on dev and there is no need for this issue, just wait and it will eventually be merged to master. - Dev
Expected Behavior
Run like normal
Actual Behavior
Repeatedly walks between 2 different points every few seconds, as if it's walking in circles.
Your config.json (remove your credentials and any other private info)
master
? We work on thedev
branch and then add that functionality tomaster
. Your issue may be fixed ondev
and there is no need for this issue, just wait and it will eventually be merged tomaster
. - DevExpected Behavior
Run like normal
Actual Behavior
Repeatedly walks between 2 different points every few seconds, as if it's walking in circles.
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
[root@localhost PokemonGo-Bot]#python pokecli.py
[22:15:15] Starting bot...
[22:15:15] Received level up reward: []
[22:15:15] Next egg incubates in 4.45 km
[22:15:17] Skipping Recycling of Items. 70 space left in bag.
[22:15:17] Moving towards pokestop Glass Igloo - 0.13km
[22:15:17] {'distance_unit': '', 'distance': '', 'current_position': (53.47590560065676, -2.2954956788419594), 'last_position': (53.47588760680183, -2.295470521055912)}
[22:15:19] Skipping Recycling of Items. 70 space left in bag.
[22:15:19] Moving towards pokestop Broadway Station - 0.13km
[22:15:19] {'distance_unit': '', 'distance': '', 'current_position': (53.47587036888272, -2.2954805206434363), 'last_position': (53.47590560065676, -2.2954956788419594)}
[22:15:21] Skipping Recycling of Items. 70 space left in bag.
[22:15:21] Moving towards pokestop Glass Igloo - 0.14km
[22:15:21] {'distance_unit': '', 'distance': '', 'current_position': (53.47588517872405, -2.295501434705432), 'last_position': (53.47587036888272, -2.2954805206434363)}
[22:15:23] Skipping Recycling of Items. 70 space left in bag.
[22:15:23] Moving towards pokestop Glass Igloo - 0.13km
[22:15:23] {'distance_unit': '', 'distance': '', 'current_position': (53.47592870550987, -2.2954994951893), 'last_position': (53.47588517872405, -2.295501434705432)}
[22:15:25] Skipping Recycling of Items. 70 space left in bag.
[22:15:25] Moving towards pokestop Broadway Station - 0.14km
[22:15:25] {'distance_unit': '', 'distance': '', 'current_position': (53.475894091985026, -2.2954896777552456), 'last_position': (53.47592870550987, -2.2954994951893)}
[22:15:27] Skipping Recycling of Items. 70 space left in bag.
[22:15:27] Moving towards pokestop Glass Igloo - 0.13km
[22:15:27] {'distance_unit': '', 'distance': '', 'current_position': (53.47593513611388, -2.295500436074667), 'last_position': (53.475894091985026, -2.2954896777552456)}
[22:15:28] Skipping Recycling of Items. 70 space left in bag.
[22:15:28] Moving towards pokestop Broadway Station - 0.14km
[22:15:28] {'distance_unit': '', 'distance': '', 'current_position': (53.47587977177501, -2.2954549215504563), 'last_position': (53.47593513611388, -2.295500436074667)}
[22:15:30] Skipping Recycling of Items. 70 space left in bag.
[22:15:30] Moving towards pokestop Glass Igloo - 0.14km
[22:15:30] {'distance_unit': '', 'distance': '', 'current_position': (53.47592244188027, -2.2954814461272663), 'last_position': (53.47587977177501, -2.2954549215504563)}
This has already ran repeatedly with the above issue for a few hrs, only stopped and restarted recently.
Other Information
OS: CentOS Linux release 7.2.1511 (Core)
Git Commit: f7838b8
Python Version: 2.7.5
The text was updated successfully, but these errors were encountered: