PokemonGoF / PokemonGo-Bot

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

[Issue] Playing from a single location, nearby Pokestop was spun only once #4631

Closed venkrishr closed 8 years ago

venkrishr commented 8 years ago

===============ISSUE SECTION===============

Expected Behavior

Playing from a single location, nearby Pokestop was spun every 5 minutes.

Actual Behavior

Playing from a single location, nearby Pokestop was spun only once, it has been over 10 minutes.

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

{ "auth_service": "", "username": "", "password": "", "location": "", "gmapkey": "", "encrypt_location": "", "websocket_server": false, "heartbeat_threshold": 10, "tasks": [ { "type": "HandleSoftBan" }, { "type": "SleepSchedule", "config": { "enabled": false, "time": "22:54", "duration":"7:46", "time_random_offset": "00:24", "duration_random_offset": "00:43" } }, { "type": "CompleteTutorial", "config": { "enabled": false, "// set a name": "", "nickname": "" } }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true, "min_interval": 120 } }, { "type": "UpdateLiveStats", "config": { "enabled": false, "min_interval": 10, "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true } }, { "type": "UpdateLiveInventory", "config": { "enabled": false, "min_interval": 120, "show_all_multiple_lines": false, "items": ["pokemon_bag", "space_info", "pokeballs", "greatballs", "ultraballs", "razzberries", "luckyegg"] } }, { "type": "TransferPokemon", "config": { "min_free_slot": 5, "transfer_wait_min": 1, "transfer_wait_max": 4 } }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_above_iv": 0.9, "nickname_template": "{ivpct}{iv_ads}" } }, { "type": "EvolvePokemon", "config": { "evolve_all": "none", "first_evolve_by": "cp", "evolve_above_cp": 500, "evolve_above_iv": 0.8, "logic": "or", "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "min_empty_space": 10, "max_balls_keep": 150, "max_potions_keep": 100, "max_berries_keep": 30, "max_revives_keep": 50, "item_filter": { "Pokeball": { "keep" : 40 }, "Greatball": { "keep" : 40 }, "Ultraball": { "keep" : 40 }, "Potion": { "keep" : 30 }, "Super Potion": { "keep" : 30 }, "Hyper Potion": { "keep" : 40 }, "Max Potion": { "keep" : 40 }, "Revive": { "keep" : 30 }, "Razz Berry": { "keep" : 30 } }, "recycle_wait_min": 1, "recycle_wait_max": 4 } }, { "type": "CatchPokemon", "config": { "catch_visible_pokemon": true, "catch_lured_pokemon": true, "min_ultraball_to_keep": 5, "berry_threshold": 0.35, "vip_berry_threshold": 0.9, "catch_throw_parameters": { "excellent_rate": 0.1, "great_rate": 0.5, "nice_rate": 0.3, "normal_rate": 0.1, "spin_success_rate" : 0.6 }, "catch_simulation": { "flee_count": 3, "flee_duration": 2, "catch_wait_min": 2, "catch_wait_max": 6, "berry_wait_min": 2, "berry_wait_max": 3, "changeball_wait_min": 2, "changeball_wait_max": 3 } } }, { "type": "SpinFort", "config": { "spin_wait_min": 3, "spin_wait_max": 5 } } ], "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"] }, "walk_max": 1, "walk_min": 1, "alt_min": 500, "alt_max": 1000, "debug": false, "test": false, "health_record": true, "location_cache": true, "distance_unit": "km", "reconnecting_timeout": 15, "logging_color": true, "daily_catch_limit": 800, "catch": { "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" },

  "// Pokemons with example": { "always_catch": true },
  "// Gets filtered with release parameters": {},

  "// Legendary pokemons (Goes under S-Tier)": {},
  "Lapras": { "always_catch": true },
  "Moltres": { "always_catch": true },
  "Zapdos": { "always_catch": true },
  "Articuno": { "always_catch": true },

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

  "// Growlithe evolves to Arcanine": {},
  "Growlithe": { "always_catch": true },
  "// Dragonair evolves to Dragonite": {},
  "Dragonair": { "always_catch": true },
  "// Grimer evolves to Muk": {},
  "Grimer": { "always_catch": true },

  "// Magikarp evolves to Gyarados": {},
  "Magikarp": { "always_catch": true },
  "// Exeggcute evolves to Exeggutor": {},
  "Exeggcute": { "always_catch": true },
  "// Eevee evolves to many versions, like Vaporeon, Flareon": {},
  "Eevee": { "always_catch": true },

  "// A-Tier pokemons": {},
  "Slowbro": { "always_catch": true },
  "Victreebel": { "always_catch": true },
  "Machamp": { "always_catch": true },
  "Poliwrath": { "always_catch": true },
  "Clefable": { "always_catch": true },
  "Nidoking": { "always_catch": true },
  "Venusaur": { "always_catch": true },
  "Charizard": { "always_catch": true },
  "Golduck": { "always_catch": true },
  "Nidoqueen": { "always_catch": true },
  "Vileplume": { "always_catch": true },
  "Blastoise": { "always_catch": true },
  "Omastar":  { "always_catch": true },
  "Aerodactyl": { "always_catch": true },
  "Golem": { "always_catch": true },
  "Wigglytuff": { "always_catch": true },
  "Dewgong": { "always_catch": true },
  "Ninetales": { "always_catch": true },
  "Magmar": { "always_catch": true },
  "Kabutops": { "always_catch": true },
  "Electabuzz": { "always_catch": true },
  "Starmie": { "always_catch": true },
  "Jolteon": { "always_catch": true },
  "Rapidash": { "always_catch": true },
  "Pinsir": { "always_catch": true },
  "Scyther": { "always_catch": true },
  "Tentacruel": { "always_catch": true },
  "Gengar": { "always_catch": true },
  "Hypno": { "always_catch": true },
  "Pidgeot": { "always_catch": true },
  "Rhydon": { "always_catch": true },
  "Seaking": { "always_catch": true },
  "Kangaskhan": { "always_catch": true }
},
"release": {
  "// Legendary pokemons (Goes under S-Tier)": {},
  "Lapras": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Moltres": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Zapdos": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Articuno": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },

  "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  "Mewtwo": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and"},
  "Dragonite": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Snorlax": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "// Mew evolves to Mewtwo": {},
  "Mew": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Arcanine": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Vaporeon": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Gyarados": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Exeggutor": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Muk": { "release_below_cp": 1, "release_below_iv": 0.8, "logic": "and" },
  "Weezing": { "release_below_cp": 784, "release_below_iv": 0.8, "logic": "and" },
  "Flareon": { "release_below_cp": 924, "release_below_iv": 0.8, "logic": "and" },

  "// Growlithe evolves to Arcanine": {},
  "Growlithe": { "release_below_cp": 750, "release_below_iv": 0.8, "logic": "and" },
  "// Dragonair evolves to Dragonite": {},
  "Dragonair": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  "// Grimer evolves to Muk": {},
  "Grimer": { "release_below_cp": 448, "release_below_iv": 0.8, "logic": "and" },
  "// Magikarp evolves to Gyarados": {},
  "Magikarp": { "release_below_cp": 150, "release_below_iv": 1, "logic": "and" },
  "// Exeggcute evolves to Exeggutor": {},
  "Exeggcute": { "release_below_cp": 600, "release_below_iv": 1, "logic": "and" },
  "// Eevee evolves to many versions, like Vaporeon, Flareon": {},
  "Eevee": { "release_below_cp": 600, "release_below_iv": 1, "logic": "and" },

  "// A-Tier pokemons": {},
  "Slowbro": { "release_below_cp": 907, "release_below_iv": 0.8, "logic": "and" },
  "Victreebel": { "release_below_cp": 883, "release_below_iv": 0.8, "logic": "and" },
  "Machamp": { "release_below_cp": 907, "release_below_iv": 0.8, "logic": "and" },
  "Poliwrath": { "release_below_cp": 876, "release_below_iv": 0.8, "logic": "and" },
  "Clefable": { "release_below_cp": 837, "release_below_iv": 0.8, "logic": "and" },
  "Nidoking": { "release_below_cp": 864, "release_below_iv": 0.8, "logic": "and" },
  "Venusaur": { "release_below_cp": 902, "release_below_iv": 0.8, "logic": "and" },
  "Charizard": { "release_below_cp": 909, "release_below_iv": 0.8, "logic": "and" },
  "Golduck": { "release_below_cp": 832, "release_below_iv": 0.8, "logic": "and" },
  "Nidoqueen": { "release_below_cp": 868, "release_below_iv": 0.8, "logic": "and" },
  "Vileplume": { "release_below_cp": 871, "release_below_iv": 0.8, "logic": "and" },
  "Blastoise": { "release_below_cp": 888, "release_below_iv": 0.8, "logic": "and" },
  "Omastar":  { "release_below_cp": 780, "release_below_iv": 0.8, "logic": "and" },
  "Aerodactyl": { "release_below_cp": 756, "release_below_iv": 0.8, "logic": "and" },
  "Golem": { "release_below_cp": 804, "release_below_iv": 0.8, "logic": "and" },
  "Wigglytuff": { "release_below_cp": 760, "release_below_iv": 0.8, "logic": "and" },
  "Dewgong": { "release_below_cp": 748, "release_below_iv": 0.8, "logic": "and" },
  "Ninetales": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  "Magmar": { "release_below_cp": 792, "release_below_iv": 0.8, "logic": "and" },
  "Kabutops": { "release_below_cp": 744, "release_below_iv": 0.8, "logic": "and" },
  "Electabuzz": { "release_below_cp": 739, "release_below_iv": 0.8, "logic": "and" },
  "Starmie": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  "Jolteon": { "release_below_cp": 746, "release_below_iv": 0.8, "logic": "and" },
  "Rapidash": { "release_below_cp": 768, "release_below_iv": 0.8, "logic": "and" },
  "Pinsir": { "release_below_cp": 1400, "release_below_iv": 1, "logic": "and" },
  "Scyther": { "release_below_cp": 724, "release_below_iv": 0.8, "logic": "and" },
  "Tentacruel": { "release_below_cp": 775, "release_below_iv": 0.8, "logic": "and" },
  "Gengar": { "release_below_cp": 724, "release_below_iv": 0.8, "logic": "and" },
  "Hypno": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  "Pidgeot": { "release_below_cp": 729, "release_below_iv": 0.8, "logic": "and" },
  "Rhydon": { "release_below_cp": 782, "release_below_iv": 0.8, "logic": "and" },
  "Seaking": { "release_below_cp": 712, "release_below_iv": 0.8, "logic": "and" },
  "Kangaskhan": { "release_below_cp": 712, "release_below_iv": 0.8, "logic": "and" },

  "// Koffing evolves to Weezing (A-Tier)": {},
  "Koffing": { "release_below_cp": 700, "release_below_iv": 1, "logic": "and" },

  "// Below is B-tier and lower pokemons": {},
  "Caterpie": { "release_below_cp": 230, "release_below_iv": 1, "logic": "and" },
  "Weedle": { "release_below_cp": 250, "release_below_iv": 1, "logic": "and" },
  "Diglett": { "release_below_cp": 170, "release_below_iv": 0.8, "logic": "and" },
  "Metapod": { "release_below_cp": 168, "release_below_iv": 0.8, "logic": "and" },
  "Kakuna": { "release_below_cp": 220, "release_below_iv": 1, "logic": "and" },
  "Rattata": { "release_below_cp": 380, "release_below_iv": 1, "logic": "and" },
  "Abra": { "release_below_cp": 300, "release_below_iv": 1, "logic": "and" },
  "Zubat": { "release_below_cp": 410, "release_below_iv": 1, "logic": "and" },
  "Chansey": { "release_below_cp": 235, "release_below_iv": 0.8, "logic": "and" },
  "Pidgey": { "release_below_cp": 430, "release_below_iv": 1, "logic": "and" },
  "Spearow": { "release_below_cp": 450, "release_below_iv": 1, "logic": "and" },
  "Meowth": { "release_below_cp": 425, "release_below_iv": 0.8, "logic": "and" },
  "Krabby": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Sandshrew": { "release_below_cp": 278, "release_below_iv": 0.8, "logic": "and" },
  "Poliwag": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Horsea": { "release_below_cp": 490, "release_below_iv": 1, "logic": "and" },
  "Gastly": { "release_below_cp": 400, "release_below_iv": 1, "logic": "and" },
  "Ekans": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Shellder": { "release_below_cp": 288, "release_below_iv": 0.8, "logic": "and" },
  "Vulpix": { "release_below_cp": 400, "release_below_iv": 1, "logic": "and" },
  "Voltorb": { "release_below_cp": 550, "release_below_iv": 1, "logic": "and" },
  "Geodude": { "release_below_cp": 470, "release_below_iv": 1, "logic": "and" },
  "Doduo": { "release_below_cp": 450, "release_below_iv": 1, "logic": "and" },
  "Onix": { "release_below_cp": 300, "release_below_iv": 0.8, "logic": "and" },
  "Mankey": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Pikachu": { "release_below_cp": 309, "release_below_iv": 0.8, "logic": "and" },
  "Magnemite": { "release_below_cp": 575, "release_below_iv": 1, "logic": "and" },
  "Tentacool": { "release_below_cp": 450, "release_below_iv": 1, "logic": "and" },
  "Paras": { "release_below_cp": 550, "release_below_iv": 1, "logic": "and" },
  "Jigglypuff": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Ditto": { "release_below_cp": 321, "release_below_iv": 0.8, "logic": "and" },
  "Staryu": { "release_below_cp": 600, "release_below_iv": 1, "logic": "and" },
  "Charmander": { "release_below_cp": 333, "release_below_iv": 0.8, "logic": "and" },
  "Goldeen": { "release_below_cp": 650, "release_below_iv": 1, "logic": "and" },
  "Squirtle": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Cubone": { "release_below_cp": 500, "release_below_iv": 1, "logic": "and" },
  "Venonat": { "release_below_cp": 660, "release_below_iv": 1, "logic": "and" },
  "Bulbasaur": { "release_below_cp": 550, "release_below_iv": 1, "logic": "and" },
  "Drowzee": { "release_below_cp": 600, "release_below_iv": 1, "logic": "and" },
  "Machop": { "release_below_cp": 650, "release_below_iv": 1, "logic": "and" },
  "Psyduck": { "release_below_cp": 600, "release_below_iv": 0.8, "logic": "and" },
  "Seel": { "release_below_cp": 386, "release_below_iv": 0.8, "logic": "and" },
  "Kabuto": { "release_below_cp": 386, "release_below_iv": 0.8, "logic": "and" },
  "Bellsprout": { "release_below_cp": 700, "release_below_iv": 1, "logic": "and" },
  "Omanyte": { "release_below_cp": 391, "release_below_iv": 0.8, "logic": "and" },
  "Kadabra": { "release_below_cp": 396, "release_below_iv": 0.8, "logic": "and" },
  "Oddish": { "release_below_cp": 700, "release_below_iv": 1, "logic": "and" },
  "Dugtrio": { "release_below_cp": 408, "release_below_iv": 0.8, "logic": "and" },
  "Rhyhorn": { "release_below_cp": 600, "release_below_iv": 1, "logic": "and" },
  "Clefairy": { "release_below_cp": 700, "release_below_iv": 1, "logic": "and" },
  "Slowpoke": { "release_below_cp": 675, "release_below_iv": 1, "logic": "and" },
  "Pidgeotto": { "release_below_cp": 675, "release_below_iv": 0.8, "logic": "and" },
  "Farfetch'd": { "release_below_cp": 441, "release_below_iv": 0.8, "logic": "and" },
  "Poliwhirl": { "release_below_cp": 468, "release_below_iv": 0.8, "logic": "and" },
  "Nidorino": { "release_below_cp": 480, "release_below_iv": 0.8, "logic": "and" },
  "Haunter": { "release_below_cp": 482, "release_below_iv": 0.8, "logic": "and" },
  "Nidorina": { "release_below_cp": 489, "release_below_iv": 0.8, "logic": "and" },
  "Graveler": { "release_below_cp": 501, "release_below_iv": 0.8, "logic": "and" },
  "Beedrill": { "release_below_cp": 504, "release_below_iv": 0.8, "logic": "and" },
  "Raticate": { "release_below_cp": 900, "release_below_iv": 1, "logic": "and" },
  "Butterfree": { "release_below_cp": 508, "release_below_iv": 0.8, "logic": "and" },
  "Hitmonlee": { "release_below_cp": 520, "release_below_iv": 0.8, "logic": "and" },
  "Ponyta": { "release_below_cp": 700, "release_below_iv": 1, "logic": "and" },
  "Hitmonchan": { "release_below_cp": 530, "release_below_iv": 0.8, "logic": "and" },
  "Charmeleon": { "release_below_cp": 544, "release_below_iv": 0.8, "logic": "and" },
  "Wartortle": { "release_below_cp": 552, "release_below_iv": 0.8, "logic": "and" },
  "Persian": { "release_below_cp": 568, "release_below_iv": 0.8, "logic": "and" },
  "Lickitung": { "release_below_cp": 568, "release_below_iv": 0.8, "logic": "and" },
  "Ivysaur": { "release_below_cp": 571, "release_below_iv": 0.8, "logic": "and" },
  "Electrode": { "release_below_cp": 850, "release_below_iv": 1, "logic": "and" },
  "Marowak": { "release_below_cp": 578, "release_below_iv": 0.8, "logic": "and" },
  "Gloom": { "release_below_cp": 590, "release_below_iv": 0.8, "logic": "and" },
  "Porygon": { "release_below_cp": 590, "release_below_iv": 0.8, "logic": "and" },
  "Seadra": { "release_below_cp": 597, "release_below_iv": 0.8, "logic": "and" },
  "Jynx": { "release_below_cp": 600, "release_below_iv": 0.8, "logic": "and" },
  "Weepinbell": { "release_below_cp": 602, "release_below_iv": 0.8, "logic": "and" },
  "Tangela": { "release_below_cp": 607, "release_below_iv": 0.8, "logic": "and" },
  "Fearow": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  "Parasect": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  "Machoke": { "release_below_cp": 614, "release_below_iv": 0.8, "logic": "and" },
  "Arbok": { "release_below_cp": 616, "release_below_iv": 0.8, "logic": "and" },
  "Sandslash": { "release_below_cp": 631, "release_below_iv": 0.8, "logic": "and" },
  "Alakazam": { "release_below_cp": 633, "release_below_iv": 0.8, "logic": "and" },
  "Kingler": { "release_below_cp": 636, "release_below_iv": 0.8, "logic": "and" },
  "Dodrio": { "release_below_cp": 640, "release_below_iv": 0.8, "logic": "and" },
  "Tauros": { "release_below_cp": 1200, "release_below_iv": 1, "logic": "and" },
  "Primeape": { "release_below_cp": 650, "release_below_iv": 0.8, "logic": "and" },
  "Magneton": { "release_below_cp": 657, "release_below_iv": 0.8, "logic": "and" },
  "Venomoth": { "release_below_cp": 660, "release_below_iv": 0.8, "logic": "and" },
  "Golbat": { "release_below_cp": 1200, "release_below_iv": 1, "logic": "and" },
  "Raichu": { "release_below_cp": 708, "release_below_iv": 0.8, "logic": "and" },
  "Cloyster": { "release_below_cp": 717, "release_below_iv": 0.8, "logic": "and"},
  "Mr. Mime": { "release_below_cp": 650, "release_below_iv": 0.8, "logic": "and" }
},
"vips" : {
     "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
    "any": {"catch_above_cp": 1200, "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": {}

}

}

Output when issue occurred

2016-08-23 16:07:11,162 [ SpinFort] [INFO] [spun_pokestop] Spun pokestop Dragon Lanterns. Experience awarded: 50. Items awarded: {u'Pokeball': 2, u'Super Potion': 1} 2016-08-23 16:07:49,282 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort The Metropolitan Club (76a550ce84994d71955939e2ec21ac06.12) 2016-08-23 16:07:50,374 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Exeggcute appeared! [CP 44] [NCP 0.04] [Potential 0.49] [A/D/S 13/4/5] 2016-08-23 16:07:57,628 [PokemonCatchWorker] [INFO] [threw_pokeball] Great Curveball throw! Used Pokeball, with chance 100.00 (37 left) 2016-08-23 16:07:57,784 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Pokeball thrown to Exeggcute missed.. trying again! 2016-08-23 16:08:04,958 [PokemonCatchWorker] [INFO] [threw_pokeball] Great throw! Used Pokeball, with chance 100.00 (36 left) 2016-08-23 16:08:05,126 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Exeggcute! [CP 44] [NCP 0.04] [Potential 0.49] [13/4/5] [+150 exp] 2016-08-23 16:08:05,130 [PokemonCatchWorker] [INFO] [gained_candy] You now have 29 Exeggcute candy! 2016-08-23 16:08:10,900 [IncubateEggs] [INFO] [next_egg_incubates] Eggs incubating: [0.03/2.0 km, 0.03/5.0 km, 1.56/10.0 km](Eggs left: 6, Incubating: 3) 2016-08-23 16:08:52,422 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Dragon Lanterns (c1659a022740499abbbeba7252cb92a7.16) 2016-08-23 16:08:53,670 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Zubat appeared! [CP 194] [NCP 0.3] [Potential 0.33] [A/D/S 6/5/4] 2016-08-23 16:08:58,965 [PokemonCatchWorker] [INFO] [threw_pokeball] Excellent Curveball throw! Used Pokeball, with chance 41.52 (35 left) 2016-08-23 16:08:59,119 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Pokeball thrown to Zubat missed.. trying again! 2016-08-23 16:09:09,086 [PokemonCatchWorker] [INFO] [threw_pokeball] Nice throw! Used Pokeball, with chance 41.52 (34 left) 2016-08-23 16:09:09,264 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Zubat! [CP 194] [NCP 0.3] [Potential 0.33] [6/5/4] [+110 exp] 2016-08-23 16:09:09,266 [PokemonCatchWorker] [INFO] [gained_candy] You now have 226 Zubat candy! 2016-08-23 16:09:30,919 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Olaf Breuning - Clouds (fd03a8b6431a4009a6ce77df74f1f6ea.16) 2016-08-23 16:09:31,112 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Staryu appeared! [CP 276] [NCP 0.3] [Potential 0.38] [A/D/S 14/0/3] 2016-08-23 16:09:38,843 [PokemonCatchWorker] [INFO] [threw_pokeball] Nice Curveball throw! Used Pokeball, with chance 43.22 (33 left) 2016-08-23 16:09:39,035 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Pokeball thrown to Staryu missed.. trying again! 2016-08-23 16:09:44,569 [PokemonCatchWorker] [INFO] [threw_pokeball] Excellent Curveball throw! Used Pokeball, with chance 43.22 (32 left) 2016-08-23 16:09:44,765 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Staryu! [CP 276] [NCP 0.3] [Potential 0.38] [14/0/3] [+210 exp] 2016-08-23 16:09:44,767 [PokemonCatchWorker] [INFO] [gained_candy] You now have 70 Staryu candy! 2016-08-23 16:09:50,559 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort General Sherman Sculpture (5f7af7a317de4d6eabe6bf599050c269.12) 2016-08-23 16:09:50,723 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Nidoran F appeared! [CP 336] [NCP 0.38] [Potential 0.38] [A/D/S 4/3/10] 2016-08-23 16:09:56,677 [PokemonCatchWorker] [INFO] [threw_pokeball] Nice Curveball throw! Used Pokeball, with chance 37.43 (31 left) 2016-08-23 16:09:56,841 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Nidoran F! [CP 336] [NCP 0.38] [Potential 0.38] [4/3/10] [+120 exp] 2016-08-23 16:09:56,843 [PokemonCatchWorker] [INFO] [gained_candy] You now have 138 Nidoran F candy! 2016-08-23 16:10:11,939 [IncubateEggs] [INFO] [next_egg_incubates] Eggs incubating: [0.03/2.0 km, 0.03/5.0 km, 1.56/10.0 km](Eggs left: 6, Incubating: 3) 2016-08-23 16:10:47,986 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort The Metropolitan Club (76a550ce84994d71955939e2ec21ac06.12) 2016-08-23 16:10:49,370 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Seel appeared! [CP 498] [NCP 0.45] [Potential 0.62] [A/D/S 12/12/4] 2016-08-23 16:10:55,263 [PokemonCatchWorker] [INFO] [threw_pokeball] Great Curveball throw! Used Pokeball, with chance 36.31 (30 left) 2016-08-23 16:10:55,426 [PokemonCatchWorker] [INFO] [pokemon_capture_failed] Seel capture failed.. trying again! 2016-08-23 16:11:06,832 [PokemonCatchWorker] [INFO] [threw_pokeball] Nice Curveball throw! Used Pokeball, with chance 36.31 (29 left) 2016-08-23 16:11:06,998 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Seel! [CP 498] [NCP 0.45] [Potential 0.62] [12/12/4] [+120 exp] 2016-08-23 16:11:07,000 [PokemonCatchWorker] [INFO] [gained_candy] You now have 10 Seel candy! 2016-08-23 16:11:52,108 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Dragon Lanterns (c1659a022740499abbbeba7252cb92a7.16) 2016-08-23 16:11:52,276 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Geodude appeared! [CP 287] [NCP 0.34] [Potential 0.69] [A/D/S 10/15/6] 2016-08-23 16:12:00,021 [PokemonCatchWorker] [INFO] [threw_pokeball] Great Curveball throw! Used Pokeball, with chance 41.52 (28 left) 2016-08-23 16:12:00,277 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Geodude! [CP 287] [NCP 0.34] [Potential 0.69] [10/15/6] [+160 exp] 2016-08-23 16:12:00,279 [PokemonCatchWorker] [INFO] [gained_candy] You now have 38 Geodude candy! 2016-08-23 16:12:13,691 [IncubateEggs] [INFO] [next_egg_incubates] Eggs incubating: [0.03/2.0 km, 0.03/5.0 km, 1.56/10.0 km](Eggs left: 6, Incubating: 3) 2016-08-23 16:12:34,176 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Olaf Breuning - Clouds (fd03a8b6431a4009a6ce77df74f1f6ea.16) 2016-08-23 16:12:34,351 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Krabby appeared! [CP 75] [NCP 0.09] [Potential 0.62] [A/D/S 12/7/9] 2016-08-23 16:12:39,425 [PokemonCatchWorker] [INFO] [threw_pokeball] Nice throw! Used Pokeball, with chance 78.21 (27 left) 2016-08-23 16:12:39,594 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Krabby! [CP 75] [NCP 0.09] [Potential 0.62] [12/7/9] [+110 exp] 2016-08-23 16:12:39,601 [PokemonCatchWorker] [INFO] [gained_candy] You now have 76 Krabby candy! 2016-08-23 16:12:45,385 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort General Sherman Sculpture (5f7af7a317de4d6eabe6bf599050c269.12) 2016-08-23 16:12:45,815 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Spearow appeared! [CP 42] [NCP 0.06] [Potential 0.44] [A/D/S 3/13/4] 2016-08-23 16:12:52,989 [PokemonCatchWorker] [INFO] [threw_pokeball] Excellent Curveball throw! Used Pokeball, with chance 92.71 (26 left) 2016-08-23 16:12:53,160 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Spearow! [CP 42] [NCP 0.06] [Potential 0.44] [3/13/4] [+210 exp] 2016-08-23 16:12:53,161 [PokemonCatchWorker] [INFO] [gained_candy] You now have 191 Spearow candy! 2016-08-23 16:13:50,972 [CatchPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort The Metropolitan Club (76a550ce84994d71955939e2ec21ac06.12)

Steps to Reproduce

Remove move_to_fort and follow_spiral from ur config and start bot.

Other Information

OS: MacOS Branch: Dev Git Commit: 8f51bfb4051b2b7ba53217902894671b5623921f Python Version: Python 2.7.12 Any other relevant files/configs (eg: path files)

sohje commented 8 years ago

I think its about this option:

"cache_recent_forts": true

Set it to false and try again, btw im not sure about it.

venkrishr commented 8 years ago

@sohje thanks, set it to false and run, will update in some time 👍

venkrishr commented 8 years ago

@sohje it has been more than 10 minutes but same result. Pokestops not spun again :(

sohje commented 8 years ago

@krishven Are you sure, you have enough inventory space?

venkrishr commented 8 years ago

@sohje yes I am absolutely sure, bcoz of this bug, now I have no Pokeballs left :(

sohje commented 8 years ago

@krishven sorry, i cant test it right now. I'll check it later.

maxprzemo commented 8 years ago

"avoid_circles": true, change to "avoid_circles": false, we read the documentation | forts.avoid_circles | False | Set whether the bot should avoid circles | | forts.max_circle_size | 10 | How many forts to keep in ignore list |

venkrishr commented 8 years ago

@maxprzemo I tried that too, now not is it not spinning the nearby stops again, it also gets stuck in "Lured pokemon found at" loop.

maxprzemo commented 8 years ago

try to add it { "type": "MoveToFort", "config": { "enabled": false, "lure_attraction": false } }

also remove files /PokemonGo-Bot/data/recent-forts-YOUR_USERNAME.json /PokemonGo-Bot/data/last-location-YOUR_USERNAME.json /PokemonGo-Bot/data/cells-YOUR_USERNAME.json /PokemonGo-Bot/data/YOUR_USERNAME.db

venkrishr commented 8 years ago

I've already removed MoveToFort completely. Is it necessary to add it back?

venkrishr commented 8 years ago

@maxprzemo tried exactly what u said, still doesn't work

mjmadsen commented 8 years ago

No, you can also set enabled to false, so you don't have to remove the whole thing.

Are you having the same problem after setting it to false or removing it from the config?

If you're having lured pokemon found at loop, I'm going to put a PR in soon for that (recent merge changed the wrong files).

venkrishr commented 8 years ago

@mjmadsen i've tried both, still having same problem

i guess the loop is because i dont have any more pokeball left and i am at the same location and the nearby pokestops are not being spun after 5 minutes

mjmadsen commented 8 years ago

4627