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
I get this error when the bot try to get back to his last position after snipe.
Actual Behavior
2016-08-08 09:59:25,902 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_teleport_to] Tel
eporting to Tentacruel. (0.36km)
2016-08-08 09:59:25,902 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_encounter] Encou
ntered Pokemon: Tentacruel
Traceback (most recent call last):
File "pokecli.py", line 503, in <module>
main()
File "pokecli.py", line 89, in main
bot.tick()
File "/home/lunik/pkm/pokemongo_bot/__init__.py", line 434, in tick
if worker.work() == WorkerResult.RUNNING:
File "/home/lunik/pkm/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 255, i
n work
return self.snipe(pokemon)
File "/home/lunik/pkm/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 214, i
n snipe
self._teleport_back()
File "/home/lunik/pkm/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 339, i
n _teleport_back
data={'last_lat': last_position[0], 'last_lon': last_position[1]}
File "/home/lunik/pkm/pokemongo_bot/base_task.py", line 27, in emit_event
data=data
File "/home/lunik/pkm/pokemongo_bot/event_manager.py", line 61, in emit
formatted_msg = formatted.format(**data)
KeyError: 'last_long'
I get this error when the bot try to get back to his last position after snipe.
Actual Behavior
Steps to Reproduce
Other Information
OS: Ubuntu
Git Commit: 563f898
Python Version: Python 2.7.9
The text was updated successfully, but these errors were encountered: