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
Traceback (most recent call last):
File "pokecli.py", line 446, in <module>
main()
File "pokecli.py", line 71, in main
bot.tick()
File "/home/mrwbsn/Workspaces/PokemonGo-Bot/pokemongo_bot/__init__.py", line 92, in tick
if worker.work() == WorkerResult.RUNNING:
File "/home/mrwbsn/Workspaces/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 161, in work
self.update_map_location()
File "/home/mrwbsn/Workspaces/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_map_pokemon.py", line 107, in update_map_location
return log.logger('Map location data was not valid', 'red')
NameError: global name 'log' is not defined
and if I disable update_map option to false, it will not produce error but a message: Map data is not valid
Steps to Reproduce
git pull, use config.json.map.example setting.
I have started my PokemonGoMap with python -m SimpleHTTPServer 8007
Other Information
OS: Linux
Git Commit: 4a1f649
Python Version: python 2.7.12
The text was updated successfully, but these errors were encountered:
* Connection pooling
- Added connection pooling for MySQL
- Added max connections
- Added FlaskDB object for opening/closing connections around request
* Openning and closing database after each search
Expected Behavior
Run normally and can snipe Pokemon like #1992
Actual Behavior
with MoveToMapPokemon setting like this:
After login, bot will produce an error
and if I disable update_map option to false, it will not produce error but a message:
Map data is not valid
Steps to Reproduce
git pull, use config.json.map.example setting.
I have started my PokemonGoMap with
python -m SimpleHTTPServer 8007
Other Information
OS: Linux
Git Commit: 4a1f649
Python Version: python 2.7.12
The text was updated successfully, but these errors were encountered: