-
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
Bot walks a very long distance and does nothing #1155
Comments
Could it be this? the missing negative sign in the longitude "location": "53.7759291, -20.3256168", |
Nope, that way my bot would be somewhere on Atlantic Ocean. I want it to be in Olsztyn City in Poland. |
Same issue here. Bot worked on first Windows system with minimum requirements installed (Python 2.7.x, pip, git, protobuf 3). Tried it out on second Windows machine with same requirements, and gave similar error as denoted above: |
Same here on Ubuntu |
jovobe comment here:
|
Fix for me Thx |
Work around works for me too. Thanks! 👍 |
Fixed, thank you. Closing |
Expected Behavior
Bot Should just work
Actual Behavior
It walks from an unknown location (2.6e-322, 1e-322) to my specified location, which takes him approx. 1506154.00 seconds (418 hours).
jakub@jakub-arch ~/PokemonGo-Bot> python2 '/home/jakub/PokemonGo-Bot/pokecli.py'
[2016-07-27 09:50:49] [x] PokemonGO Bot v1.0
[2016-07-27 09:50:49] [x] Configuration initialized
[2016-07-27 09:50:49] [x] Coordinates found in passed in location, not geocoding.
[2016-07-27 09:50:49]
[2016-07-27 09:50:49] [x] Address found: 53.7759291,20.3256168
[2016-07-27 09:50:49] [x] Position in-game set as: (53.7759291, 20.3256168, 0.0)
[2016-07-27 09:50:49]
[2016-07-27 09:50:52] [#] Username: hidden
[2016-07-27 09:50:52] [#] Acccount Creation: 2016-07-26 22:16:35.640000
[2016-07-27 09:50:52] [#] Bag Storage: 54/350
[2016-07-27 09:50:53] [#] Pokemon Storage: 1/250
[2016-07-27 09:50:53] [#] Stardust: 100
[2016-07-27 09:50:53] [#] Pokecoins: 0
[2016-07-27 09:50:53] [#] PokeBalls: 50
[2016-07-27 09:50:53] [#] GreatBalls: 0
[2016-07-27 09:50:53] [#] UltraBalls: 0
[2016-07-27 09:50:53] [#] -- Level: 1
[2016-07-27 09:50:53] [#] -- Experience: 600
[2016-07-27 09:50:53] [#] -- Experience until next level: 400
[2016-07-27 09:50:53] [#] -- Pokemon Captured: 1
[2016-07-27 09:50:53] [#]
[2016-07-27 09:50:53] [x] Starting PokemonGo Bot....
[2016-07-27 09:50:53] [#] Scanning area for objects (1 / 25)
[2016-07-27 09:50:53] [#] Walking from (2.6e-322, 1e-322) to (53.7759291, 20.3256168) for approx. 1506154.00 seconds
Steps to Reproduce
Start the bot with my config:
{
"auth_service": "ptc",
"username": "hidden",
"password": "hidden",
"location": "53.7759291,20.3256168",
"gmapkey": "hidden",
"max_steps": 5,
"mode": "all",
"walk": 4.16,
"debug": false,
"test": false,
"initial_transfer": 0,
"location_cache": true,
"distance_unit": "km",
"item_filter": "101,102,103,104",
"evolve_all": ""
}
Other Information
OS: Arch Linux
Git Commit: 3aca6d7
The text was updated successfully, but these errors were encountered: