OpenPoGoWeb icon indicating copy to clipboard operation
OpenPoGoWeb copied to clipboard

Weird Error Data is not valid?

Open ph3l1x opened this issue 9 years ago • 0 comments

I am receiving this error with fresh install from develop branch.. Is this happening to anyone else or anyone know whats up?

[MoveToMapPokemon] [INFO] [move_to_map_pokemon_fail] Failure! Map location data was not valid

Traceback (most recent call last): File "pokecli.py", line 578, in main() File "pokecli.py", line 103, in main bot.tick() File "/var/www/p4999.copz.net/PokemonGo-Bot/pokemongo_bot/init.py", line 482, in tick if worker.work() == WorkerResult.RUNNING: File "/var/www/p4999.copz.net/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 240, in work self.update_map_location() File "/var/www/p4999.copz.net/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 179, in update_map_location return log.logger(err, 'red') NameError: global name 'log' is not defined

ph3l1x avatar Aug 13 '16 23:08 ph3l1x