PokemonGo-Bot-Desktop
PokemonGo-Bot-Desktop copied to clipboard
Teleporting, instead of walking.
Issue without proper information won't be answered
Expected Behavior
The bot used to be having normal paths.
Actual Behavior
The bot teleports between 2 locations, and walks a little bit on one, and teleports to the other, and back again. This is the only thing that I have seen in the "log" that points to anything being wrong. Python: 2016-08-12 11:17:47,661 [MoveToFort] [INFO] [inventory_full] Not moving to any forts as there aren't enough space. You might want to change your config to recycle more items if this message appears consistently.
http://i.imgur.com/CpaxXDQ.jpg http://i.imgur.com/ZEdRNs1.jpg
Steps to Reproduce
Start the bot. ???? Glitch.
Information
- OS Windows 10
- Git commit ( to get git commit run
git log -1 --format="%H"
) a7a7a1de1ed8902e2a5630b226c2eaf7617ff15f - App's logs ? Where
PS: The Config file, and the Pokemongo-bot works, but not the GUI one, it broke. I dont know WHY or HOW. but it started occuring after Windows 10 updated itself to the Anniversary update.
This is more likely a problem with https://github.com/PokemonGoF/PokemonGo-Bot no ?
Aren't you using the snipe function?
about steps config? maybe it is too big value, make it smaller.
@Outpox I am not using any sniping function, This config worked earlier today. :)
{ "auth_service": "ptc", "username": "", "password": "", "location": "", "gmapkey": "", "tasks": [ { "type": "HandleSoftBan" }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "TransferPokemon" }, { "type": "EvolvePokemon", "config": { "evolve_all": "all", "first_evolve_by": "iv", "evolve_above_cp": 100, "evolve_above_iv": 0.7, "logic": "and", "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "item_filter": { "Pokeball": { "keep": 100 }, "Potion": { "keep": 10 }, "Super Potion": { "keep": 20 }, "Hyper Potion": { "keep": 30 }, "Revive": { "keep": 30 }, "Razz Berry": { "keep": 100 } } } }, { "type": "CatchVisiblePokemon" }, { "type": "CatchLuredPokemon" }, { "type": "SpinFort" }, { "type": "MoveToFort", "config": { "lure_attraction": true, "lure_max_distance": 2000 } }, { "type": "FollowSpiral", "config": { "diameter": 4, "step_size": 70 } } ], "map_object_cache_time": 5, "forts": { "avoid_circles": true, "max_circle_size": 50 }, "websocket_server": false, "walk": 3, "action_wait_min": 1, "action_wait_max": 4, "debug": false, "test": false, "health_record": false, "location_cache": true, "distance_unit": "km", "reconnecting_timeout": 15, "evolve_captured": "NONE", "catch_randomize_reticle_factor": 1, "catch_randomize_spin_factor": 1, "catch": { "any": { "catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" } }, "release": { "any": { "release_below_cp": 0, "release_below_iv": 0, "logic": "or" } }, "vips": { "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {}, "any": { "catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" }, "Lapras": {}, "Moltres": {}, "Zapdos": {}, "Articuno": {}, "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {}, "Mewtwo": {}, "Dragonite": {}, "Snorlax": {}, "// Mew evolves to Mewtwo": {}, "Mew": {}, "Arcanine": {}, "Vaporeon": {}, "Gyarados": {}, "Exeggutor": {}, "Muk": {}, "Weezing": {}, "Flareon": {} } }
What happen if you only use the bot with this config? Does the logs get filled with movement tasks?
It looks normal in the console, but the GPS coordinates are in my town. But the but is supposedly in LA. (Based on the locations its trying to visit) Its jumping around from LA -> Coordinates -> Coordinates (around 30~meters difference from the Coordinates..) La is very far away. ` Python: 2016-08-12 14:27:41,944 [PokemonGoBot] [INFO] [bot_start] Starting bot...
Python: 2016-08-12 14:27:46,477 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: []
Python: 2016-08-12 14:27:46,477 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 1.04 km
Python: 2016-08-12 14:27:56,865 [FollowSpiral] [INFO] [position_update] Walking from (34.0432108, -118.2675059, 0) to (34.0432108, -118.2675059, 0) (0.0 m)
Python: 2016-08-12 14:28:14,131 [FollowSpiral] [INFO] [position_update] Walking from (34.0432108, -118.2675059, 0) to (34.043274094216635, -118.2675059, 0) (7.03802945122 m)
Python: 2016-08-12 14:28:35,400 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Spearow appeared! [CP 47] [Potential 0.76] [S/A/D 8/12/14]
Python: 2016-08-12 14:28:39,003 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 98.03 (39 left)
Python: 2016-08-12 14:28:45,789 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Spearow! [CP 47] [Potential 0.76] [8/12/14] [+210 exp]
Python: 2016-08-12 14:28:51,030 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop La Kings Stanley Cup Banners - 0.05km
Python: 2016-08-12 14:30:19,658 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Rattata appeared! [CP 36] [Potential 0.56] [S/A/D 4/10/11]
Python: 2016-08-12 14:30:23,311 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Greatball, with chance 98.03 (38 left)
Python: 2016-08-12 14:30:25,970 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Rattata! [CP 36] [Potential 0.56] [4/10/11] [+210 exp]
Python: 2016-08-12 14:30:30,976 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop La Kings Stanley Cup Banners - 0.05km
Python: 2016-08-12 14:30:35,334 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop La Kings Stanley Cup Banners - 0.04km
Python: 2016-08-12 14:32:13,052 [ SpinFort] [INFO] [spun_pokestop] Spun pokestop La Kings Stanley Cup Banners. Experience awarded: 50. Items awarded: {u'Potion': 1, u'Pokeball': 2}
Python: 2016-08-12 14:32:18,095 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Sculptures Of LA Live - 0.05km
Python: 2016-08-12 14:33:31,438 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 1.04 km
Python: 2016-08-12 14:33:41,403 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Sculptures Of LA Live - 0.04km
Python: 2016-08-12 14:33:53,246 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Sculptures Of LA Live - 0.04km `