PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.87k stars 1.54k forks source link

[ISSUE]Not swiping pokestops. Low on pokeballs #5757

Open pranavperfect opened 8 years ago

pranavperfect commented 8 years ago

Expected Behavior

If low on pokeballs, farm for pokeballs by swiping pokestops.

Actual Behavior

Not swiping any pokestops

Your FULL config.json (remove your username, password, gmapkey and any other private info)

{ "websocket_server": true, "heartbeat_threshold": 10, "enable_social": true, "live_config_update": { "enabled": true, "tasks_only": false }, "tasks": [ { "type": "TelegramTask", "config": { "enabled": false, "master": null, "password": null, "// old syntax, still supported: alert_catch": ["all"], "// new syntax:": {}, "alert_catch": { "all": {"operator": "and", "cp": 1300, "iv": 0.95}, "Snorlax": {"operator": "or", "cp": 900, "iv": 0.9} } } }, { "type": "DiscordTask", "config": { "enabled": false, "master": null, "// old syntax, still supported: alert_catch": ["all"], "// new syntax:": {}, "alert_catch": { "all": {"operator": "and", "cp": 1300, "iv": 0.95}, "Snorlax": {"operator": "or", "cp": 900, "iv": 0.9} } } }, { "//NOTE: This task MUST be placed on the top of task list": {}, "type": "RandomAlivePause", "config": { "enabled": true, "min_duration": "00:00:10", "max_duration": "00:10:00", "min_interval": "00:05:00", "max_interval": "01:30:00" } }, { "type": "HandleSoftBan" }, { "type": "RandomPause", "config": { "enabled": true, "min_duration": "00:00:10", "max_duration": "00:10:00", "min_interval": "00:10:00", "max_interval": "02:00:00" } }, { "type": "CompleteTutorial", "config": { "enabled": false, "// set a name": "", "nickname": "", "// 0 = No Team, 1 = Blue, 2 = Red, 3 = Yellow": "", "team": 0 } }, { "type": "CollectLevelUpReward", "config": { "collect_reward": true, "level_limit": -1 } }, { "type": "BuddyPokemon", "config": { "enabled": true, "buddy_list": "Haunter,Dragonite", "best_in_family": true, "// candy_limit = 0 means no limit, so it will never change current buddy": {}, "candy_limit": 100, "// force_first_change = true will always change buddy at start removing current one": {}, "force_first_change": false, "buddy_change_wait_min": 3, "buddy_change_wait_max": 5, "min_interval": 120 } }, { "type": "IncubateEggs", "config": { "enabled": true, "infinite_longer_eggs_first": false, "breakable_longer_eggs_first": true, "min_interval": 120, "infinite": [2,5,10], "breakable": [2,5,10] } }, { "type": "UpdateLiveStats", "config": { "enabled": true, "min_interval": 10, "stats": ["username", "uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true } }, { "type": "UpdateLiveInventory", "config": { "enabled": true, "min_interval": 120, "show_all_multiple_lines": false, "items": ["pokemon_bag", "space_info", "pokeballs", "greatballs", "ultraballs", "razzberries", "luckyegg"] } }, { "type": "ShowBestPokemon", "config": { "enabled": true, "min_interval": 60, "amount": 2, "order_by": "cp", "info_to_show": ["cp", "ivcp", "dps", "hp"] } }, { "type": "TransferPokemon", "config": { "enabled": true, "min_free_slot": 5, "transfer_wait_min": 3, "transfer_wait_max": 5 } }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_above_iv": 0.9, "nickname_template": "{iv_pct}-{iv_ads}", "nickname_wait_min": 3, "nickname_wait_max": 5 } }, { "type": "EvolvePokemon", "config": { "enabled": true,

        "// evolve only pidgey and drowzee": "",
        "// evolve_list": "pidgey, drowzee",
        "// donot_evolve_list": "none",

        "// evolve all but pidgey and drowzee": "",
        "// evolve_list": "all",
        "// donot_evolve_list": "pidgey, drowzee",

        "evolve_list": "all",
        "donot_evolve_list": "Dratini,Dragonair,Bulbasaur,Squirtle,Ivysaur,Wartortle,Bellsprout,Exeggcute,Weedle,Oddish,Abra,Weepinbell,Machop,Nidoran M,Nidoran F,Charmander,Charmeleon,Poliwag,Geodude,Gastly,Haunter",

      "first_evolve_by": "iv",
      "evolve_above_cp": 100,
      "evolve_above_iv": 0.8,
      "logic": "or",
      "min_evolve_speed": 25,
      "max_evolve_speed": 30,
      "min_pokemon_to_be_evolved": 1,
      "use_lucky_egg": false
    }
  },
  {
    "type": "UseIncense",
    "config": {
      "use_incense": true,
      "use_order": [
        "ordinary",
        "spicy",
        "cool",
        "floral" 
      ]
    }
  },
  {
    "type": "RecycleItems",
    "config": {
      "enabled": true,
      "min_empty_space": 15,
      "max_balls_keep": 205,
      "max_potions_keep": 20,
      "max_berries_keep": 50,
      "max_revives_keep": 20,
      "item_filter": {
        "Pokeball":       { "keep" : 25 },
        "Potion":         { "keep" : 0 },
        "Super Potion":   { "keep" : 0 },
        "Hyper Potion":   { "keep" : 0 },
        "Revive":         { "keep" : 0 },
        "Razz Berry":     { "keep" : 100 }
      },
      "recycle_wait_min": 3,
      "recycle_wait_max": 5,
      "recycle_force": true,
      "recycle_force_min": "00:01:00",
      "recycle_force_max": "00:03:00"
    }
  },
  {
    "type": "CatchPokemon",
    "config": {
      "enabled": true,
      "catch_visible_pokemon": true,
      "catch_lured_pokemon": true,
      "catch_incensed_pokemon": true,
      "min_ultraball_to_keep": 50,
      "berry_threshold": 0.30,
      "vip_berry_threshold": 0.9,
      "treat_unseen_as_vip": true,
      "daily_catch_limit": 800,
      "vanish_settings": {
        "consecutive_vanish_limit": 10,
        "rest_duration_min": "02:00:00",
        "rest_duration_max": "04:00:00"
      },
      "catch_throw_parameters": {
        "excellent_rate": 0.1,
        "great_rate": 0.5,
        "nice_rate": 0.3,
        "normal_rate": 0.1,
        "spin_success_rate" : 0.6,
        "hit_rate": 0.75
      },
      "catch_simulation": {
        "flee_count": 3,
        "flee_duration": 2,
        "catch_wait_min": 3,
        "catch_wait_max": 6,
        "berry_wait_min": 3,
        "berry_wait_max": 5,
        "changeball_wait_min": 3,
        "changeball_wait_max": 5,
        "newtodex_wait_min": 20, 
        "newtodex_wait_max": 30
      }
    }
  },
  {
    "type": "SpinFort",
    "config": {
      "enabled": true,
      "spin_wait_min": 3,
      "spin_wait_max": 5,
      "daily_spin_limit": 1900
    }
  },
  { "type": "UpdateWebInventory",
    "config": {
      "enabled": true
    }
  },
  {
    "type": "MoveToFort",
    "config": {
      "enabled": true,
      "lure_attraction": true,
      "lure_max_distance": 2000,
      "walker": "StepWalker",
      "log_interval": 5
    }
  },
  {
    "type": "FollowSpiral",
    "config": {
      "enabled": true,
      "diameter": 4,
      "step_size": 70
    }
  }
],
"map_object_cache_time": 5,
"forts": {
  "avoid_circles": true,
  "max_circle_size": 50,
  "cache_recent_forts": true
},
"pokemon_bag": {
  "// if 'show_at_start' is true, it will log all the pokemons in the bag (not eggs) at bot start": {},
  "show_at_start": true,
  "// if 'show_count' is true, it will show the amount of each pokemon (minimum 1)": {},
  "show_count": false,
  "// if 'show_candies' is true, it will show the amount of candies for each pokemon": {},
  "show_candies": false,
  "// 'pokemon_info' parameter define which info to show for each pokemon": {},
  "// the available options are": {},
  "// ['cp', 'iv_ads', 'iv_pct', 'ivcp', 'ncp', 'level', 'hp', 'moveset', 'dps']": {},
  "pokemon_info": ["cp", "iv_pct", "level"]
},
"walk_max": 10.16,
"walk_min": 8.16,
"alt_min": 500,
"alt_max": 1000,

"sleep_schedule": {
  "enabled": true,
  "enable_reminder": false,
  "reminder_interval": 600,
  "entries": [
    {
      "enabled": true,
      "time": "4:00",
      "duration": "1:30",
      "time_random_offset": "00:30",
      "duration_random_offset": "00:30",
      "wake_up_at_location": "34.008854, -118.497532"
    },
    {
      "enabled": true,
      "time": "17:45",
      "duration": "1:00",
      "time_random_offset": "01:00",
      "duration_random_offset": "00:30",
      "wake_up_at_location": "34.008854, -118.497532"
    }
  ]
},

"gps_default_altitude": 8.0,
"replicate_gps_xy_noise": false,
"replicate_gps_z_noise": false,
"gps_xy_noise_range": 0.000125,
"gps_z_noise_range": 12.5,
"debug": false,
"test": false,
"walker_limit_output": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"logging": {
  "color": true,
  "show_datetime": true,
  "show_process_name": true,
  "show_log_level": true,
  "show_thread_name": false
},
"catch": {
  "any": {"candy_threshold" : 800 ,"catch_above_cp": 200, "catch_above_iv": 0.7, "logic": "or"},
  "// Example of always catching Rattata:": {},
  "// Rattata": { "always_catch" : true },
  "// Example of catching only Diglett and Horsea needed for Bubblestrat; you might want to also configure sniping (MoveToMap - helps you get hold of neede pokemons faster) and disable SpinFort (or you will advance past level 2 which will make it impossible to catch level-1 pokemons)": {},
  "// Diglett": { "candy_threshold": 1, "catch_below_cp": 11, "catch_above_iv": 0, "logic": "and", "fast_attack": ["Scratch", "Mud Slap"] },
  "// Horsea": { "candy_threshold": 1, "catch_below_cp": 11, "catch_above_iv": 0, "logic": "and", "fast_attack": ["Bubble"] },
  "// Example of catching Vaporeon only with Water Gun and Hydro Pump": {},
  "// Vaporeon": { "catch_above_iv": 0.99, "charged_attack": ["Hydro Pump"], "fast_attack": ["Water Gun"]}
},
"release": {
  "any": {"keep_best_iv": 1},
  "Arcanine": {"keep_best_cp": 2, "keep_best_iv": 2},
  "Dratini": {"keep_best_iv": 2, "keep_best_cp": 1},
  "Dragonair": {"keep_best_iv": 2, "keep_best_cp": 1},
  "Dragonite": {"keep_best_iv": 2, "keep_best_cp": 2},
  "Slowbro": {"keep_best_iv": 1, "keep_best_cp": 1},
  "Exeggutor": {"keep_best_iv": 2, "keep_best_cp": 1},
  "Vaporeon": {"keep_best_iv": 2, "keep_best_cp": 1},
  "Flareon": {"keep_best_iv": 2, "keep_best_cp": 1},
  "Snorlax": {"keep_best_iv": 1, "keep_best_cp": 1},
  "// Example of always releasing Rattata:": {},
  "// Rattata": {"always_release": true},
  "// Example of keeping 3 stronger (based on CP) Pidgey:": {},
  "// Pidgey": {"keep_best_cp": 3},
  "// Example of keeping 2 best (based on IV) Zubat:": {},
  "// Zubat": {"keep_best_iv": 2},
  "// Keep no more than 3 best IV pokemon for every pokemon type": {},
  "// any": {"keep_best_iv": 3},
  "// Keep no more than 3 best IVCP pokemon for every pokemon type": {},
  "// any": {"keep_best_ivcp": 3},
  "// Discard all pokemon in bag except 100 pokemon with best CP": {},
  "// all": {"keep_best_cp": 100},
  "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
  "// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3},
  "// Example of custom order of static criterion": {},
  "// Zubat": {"keep_best_custom": "iv, cp, hp_max", "amount":2}
},
"vips" : {
    "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate": {},
    "any": {"catch_above_cp": 1500, "catch_above_iv": 0.9, "logic": "or" },
    "Lapras": {},
    "Moltres": {},
    "Zapdos": {},
    "Articuno": {},

    "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
    "Mewtwo": {},
    "Dragonite": {},
    "Snorlax": {},
    "// Mew evolves to Mewtwo": {},
    "Mew": {},
    "// Arcanine": {},
    "Vaporeon": {},
    "Gyarados": {},
    "Exeggutor": {},
    "Muk": {},
    "Weezing": {},
    "Flareon": {}
},
"websocket": {
    "start_embedded_server": true,
    "server_url": "127.0.0.1:4000"
}

}

Output when issue occurred

[2016-10-03 13:14:34] [CollectLevelUpReward] [INFO] Received level up reward: [2016-10-03 13:14:34] [BuddyPokemon] INFO Buddy next award 0.00/3.0 km [2016-10-03 13:14:34] [IncubateEggs] [INFO] Eggs incubating: 0.69/2.0 km (Eggs left: (10.0, 7), Incubating: 1) [2016-10-03 13:14:36] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:00:07 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:14:36] [UpdateLiveInventory] [INFO] Pokemon: 198/250 | Items: 144/350 | Pokeballs: 0 | GreatBalls: 0 | UltraBalls: 46 | RazzBerries: 31 | LuckyEgg: 7 [2016-10-03 13:14:36] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:14:36] [EvolvePokemon] [INFO] Evolvable: 0/1 [2016-10-03 13:14:47] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:00:19 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:14:58] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:00:30 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:15:09] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:00:42 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:15:20] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:00:52 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:15:30] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:01:03 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:15:36] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:15:38] [RecycleItems] [INFO] Forcing item recycle based on schedule [2016-10-03 13:15:38] [RecycleItems] [INFO] Next forced item recycle at 13:17:48 [2016-10-03 13:15:39] [PokemonCatchWorker] [INFO] Skip ignored Ekans! (CP: 137 IV: 0.38 A/D/S 13/4/0) [2016-10-03 13:15:41] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:01:13 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:15:53] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:01:26 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:04] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:01:36 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:16] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:01:49 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:27] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:02:00 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:33] [PokemonCatchWorker] [INFO] Skip ignored Magikarp! (CP: 61 IV: 0.4 A/D/S 5/2/11) [2016-10-03 13:16:35] [BuddyPokemon] INFO Buddy next award 0.00/3.0 km [2016-10-03 13:16:35] [IncubateEggs] [INFO] Eggs incubating: 0.69/2.0 km (Eggs left: (10.0, 7), Incubating: 1) [2016-10-03 13:16:36] [UpdateLiveInventory] [INFO] Pokemon: 198/250 | Items: 144/350 | Pokeballs: 0 | GreatBalls: 0 | UltraBalls: 46 | RazzBerries: 31 | LuckyEgg: 7 [2016-10-03 13:16:36] [EvolvePokemon] [INFO] Evolvable: 0/1 [2016-10-03 13:16:38] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:02:11 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:38] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:16:49] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:02:21 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:16:51] [PokemonCatchWorker] [INFO] Skip ignored Mankey! (CP: 32 IV: 0.42 A/D/S 0/12/7) [2016-10-03 13:17:15] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:02:48 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:17:26] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:02:59 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:17:38] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:03:10 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:17:39] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:17:49] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:03:21 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:17:49] [RecycleItems] [INFO] Forcing item recycle based on schedule [2016-10-03 13:17:49] [RecycleItems] [INFO] Next forced item recycle at 13:20:24 [2016-10-03 13:18:01] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:03:33 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:18:02] [PokemonCatchWorker] [INFO] Skip ignored Diglett! (CP: 75 IV: 0.53 A/D/S 13/11/0) [2016-10-03 13:18:12] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:03:44 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:18:23] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:03:55 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:18:35] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:04:08 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:18:37] [BuddyPokemon] INFO Buddy next award 0.12/3.0 km [2016-10-03 13:18:37] [IncubateEggs] [INFO] Eggs incubating: 0.81/2.0 km (Eggs left: (10.0, 7), Incubating: 1) [2016-10-03 13:18:37] [UpdateLiveInventory] [INFO] Pokemon: 198/250 | Items: 144/350 | Pokeballs: 0 | GreatBalls: 0 | UltraBalls: 46 | RazzBerries: 31 | LuckyEgg: 7 [2016-10-03 13:18:37] [EvolvePokemon] [INFO] Evolvable: 0/1 [2016-10-03 13:18:39] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:18:46] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:04:19 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:18:57] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:04:30 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:19:09] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:04:41 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:19:20] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:04:53 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:19:31] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:05:04 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:19:40] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:19:42] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:05:15 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:19:53] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:05:26 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:20:05] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:05:37 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:20:16] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:05:49 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:20:24] [RecycleItems] [INFO] Forcing item recycle based on schedule [2016-10-03 13:20:24] [RecycleItems] [INFO] Next forced item recycle at 13:23:22 [2016-10-03 13:20:27] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:00 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:20:37] [BuddyPokemon] INFO Buddy next award 0.12/3.0 km [2016-10-03 13:20:37] [IncubateEggs] [INFO] Eggs incubating: 0.81/2.0 km (Eggs left: (10.0, 7), Incubating: 1) [2016-10-03 13:20:37] [UpdateLiveInventory] [INFO] Pokemon: 198/250 | Items: 144/350 | Pokeballs: 0 | GreatBalls: 0 | UltraBalls: 46 | RazzBerries: 31 | LuckyEgg: 7 [2016-10-03 13:20:37] [EvolvePokemon] [INFO] Evolvable: 0/1 [2016-10-03 13:20:39] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:11 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:20:42] [ShowBestPokemon] [INFO] Best Pokemons (Exeggutor, CP 2562, IVCP 0.56, DPS 13.48, HP 145/145) | (Arcanine, CP 2484, IVCP 0.78, DPS 10.88, HP 142/142) [2016-10-03 13:20:50] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:22 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:21:02] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:34 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:21:13] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:45 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:21:24] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:06:56 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops [2016-10-03 13:21:35] [UpdateLiveStats] [INFO] AYOUBTBBLEBG | Uptime : 0:07:07 | Earned 0 Stardust | +0 XP | 0 XP/h | Visited 0 stops

Steps to Reproduce

Run bot

Other Information

OS: Win 10 Branch: Master Git Commit: ff7eae5c Python Version: 2.7.6

ukos-git commented 8 years ago

Your MoveToFort and FollowSpiral Tasks seem not to be working. So you probably are not walking to Forts to spin anything.

and at last: post only relevant output.

db-coder commented 8 years ago

try disabling social

ravey-davey commented 8 years ago

I've seen this occur when there's no Pokestop nearby within your FollowSpiral routine. I'd try the following: 1) Disable Social (as above) 2) Reset your location so you're sitting on top of a Pokestop. Hopefully this should be enough to reset the bot and allow it to continue. If this does occur, consider increasing the value of the "diameter" flag from 4 to 7 to give you a greater spiral diameter to find a Pokestop to hunt down.

I use the PokemonHunter routine and fine that occasionally this happens to me and doing the above step (2) usually fixes the issue..