-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
same as issue #4124
Expected Behavior
Actual Behavior
after start and catching Pokemon, a crash occurs in line:
/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 147, in get_pokemon_from_map
if pokemon['dist'] > ((pokemon['expire'] - now) * mean_walk_speed) and not self.config['snipe']:
KeyError: 'expire'
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
Steps to Reproduce
started run.sh
Other Information
OS: OSX Maverick
Branch: dev
Git Commit: aaaa480
Python Version: Python 2.7.12