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 am having a crash happen when i run pokecli.py right now. This was working this morning but then I stopped the bot and it started happening. So i updated to the most recent. I have tried it both on Dev and Master.
Expected Behavior
Softban to be fixed
Actual Behavior
Crashed with error
here is a the last log for this
(PokemonGo-Bot) rob:~/PokemonGo-Bot$ python pokecli.py
2016-08-10 11:53:55,281 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-10 11:53:55,287 [ cli] [INFO] No config argument specified, checking for /configs/config.json
2016-08-10 11:53:55,296 [ cli] [INFO] Configuration initialized
(22854) wsgi starting up on http://0.0.0.0:4000
2016-08-10 11:53:55,332 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): 0.0.0.0
2016-08-10 11:53:55,362 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): 0.0.0.0
2016-08-10 11:53:55,391 [PokemonGoBot] [INFO] [set_start_location] Setting start location.
2016-08-10 11:53:55,393 [PokemonGoBot] [INFO] [x] Coordinates found in passed in location, not geocoding.
2016-08-10 11:53:55,394 [PokemonGoBot] [INFO] [location_found] Location found: (redacted)
2016-08-10 11:53:55,396 [PokemonGoBot] [INFO] [position_update] Now at (redacted)
2016-08-10 11:53:55,400 [PokemonGoBot] [INFO] [login_started] Login procedure started.
2016-08-10 11:53:56,730 [PokemonGoBot] [INFO] [login_successful] Login successful.
2016-08-10 11:53:58,391 [PokemonGoBot] [INFO]
2016-08-10 11:53:58,392 [PokemonGoBot] [INFO] --- redacted ---
2016-08-10 11:53:58,393 [PokemonGoBot] [INFO] Level: redacted
2016-08-10 11:53:58,394 [PokemonGoBot] [INFO] Pokemon Captured: redacted
2016-08-10 11:53:58,396 [PokemonGoBot] [INFO] Pokemon Bag: redacted
2016-08-10 11:53:58,398 [PokemonGoBot] [INFO] Items: redacted
2016-08-10 11:53:58,398 [PokemonGoBot] [INFO] Stardust:redacted
2016-08-10 11:53:58,399 [PokemonGoBot] [INFO] PokeBalls: redacted
2016-08-10 11:53:58,399 [PokemonGoBot] [INFO] RazzBerries: redacted
2016-08-10 11:53:58,400 [PokemonGoBot] [INFO] LuckyEgg: redacted
2016-08-10 11:53:58,400 [PokemonGoBot] [INFO] Potion: redacted
2016-08-10 11:53:58,401 [PokemonGoBot] [INFO] Incense: redacted
2016-08-10 11:53:58,401 [PokemonGoBot] [INFO] Revive: redacted
2016-08-10 11:53:58,401 [PokemonGoBot] [INFO]
2016-08-10 11:53:58,402 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/rob/PokemonGo-Bot
2016-08-10 11:53:58,402 [PokemonGoBot] [INFO]
2016-08-10 11:53:59,691 [PokemonGoBot] [INFO] [bot_start] Starting bot...
2016-08-10 11:54:00,304 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: []
2016-08-10 11:54:00,308 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 3.25 km
2016-08-10 11:54:02,999 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop redacted - 0.05km
2016-08-10 11:54:05,319 [ SpinFort] [INFO] [pokestop_empty] Found nothing in pokestop redacted.
2016-08-10 11:54:05,321 [ SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-10 11:54:05,323 [ SpinFort] [INFO] [softban] Probably got softban.
2016-08-10 11:54:06,742 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop redacted - 0.20km
2016-08-10 11:54:08,540 [ cli] [INFO]
2016-08-10 11:54:08,540 [ cli] [INFO] Ran for 0:00:13
2016-08-10 11:54:08,541 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h
2016-08-10 11:54:08,541 [ cli] [INFO] Travelled 0.00km
2016-08-10 11:54:08,542 [ cli] [INFO] Visited 0 stops
2016-08-10 11:54:08,542 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-10 11:54:08,542 [ cli] [INFO] Threw 0 pokeballs
2016-08-10 11:54:08,543 [ cli] [INFO] Earned 0 Stardust
2016-08-10 11:54:08,543 [ cli] [INFO]
2016-08-10 11:54:08,544 [ cli] [INFO] Highest CP Pokemon:
2016-08-10 11:54:08,544 [ cli] [INFO] Most Perfect Pokemon:
Traceback (most recent call last):
File "pokecli.py", line 521, in
main()
File "pokecli.py", line 95, in main
bot.tick()
File "/home/rob/PokemonGo-Bot/pokemongo_bot/init.py", line 453, in tick
if worker.work() == WorkerResult.RUNNING:
File "/home/rob/PokemonGo-Bot/pokemongo_bot/cell_workers/handle_soft_ban.py", line 32, in work
MoveToFort(self.bot, config=None).work()
File "/home/rob/PokemonGo-Bot/pokemongo_bot/base_task.py", line 12, in init
self.initialize()
File "/home/rob/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_fort.py", line 16, in initialize
self.lure_attraction = self.config.get("lure_attraction", True)
AttributeError: 'NoneType' object has no attribute 'get'
Your config.json (remove your credentials and any other private info)
I am having a crash happen when i run pokecli.py right now. This was working this morning but then I stopped the bot and it started happening. So i updated to the most recent. I have tried it both on Dev and Master.
Expected Behavior
Softban to be fixed
Actual Behavior
Crashed with error
here is a the last log for this
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Get softbanned and then have the step to Handle soft ban
Other Information
OS: OSX and also tired Ubuntu 16.04
Git Commit: 63f777b
Python Version: Python 2.7.10 on OSX and Python 2.7.12 on ubuntu 16.04
The text was updated successfully, but these errors were encountered: