PokemonGoF / PokemonGo-Bot

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

[Issue] release config released all pokemon #4715

Closed pranavperfect closed 8 years ago

pranavperfect commented 8 years ago

Expected Behavior

Bot should keep 2 best pokemon by cp of each pokemon.

Actual Behavior

Bot released almost all pokemon. I'm left with only 4 pokemon now.

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

`{ "auth_service": "ptc", "username": "", "password": "", "location": "", "gmapkey": "", "encrypt_location": "", "websocket_server": false, "heartbeat_threshold": 10, "tasks": [ { "type": "HandleSoftBan" }, { "type": "SleepSchedule", "config": { "enabled": true, "time": "23:54", "duration":"6:46", "time_random_offset": "00:24", "duration_random_offset": "00:43" } }, { "type": "RandomPause", "config": { "enabled": true, "min_duration": "00:00:50", "max_duration": "00:25:00", "min_interval": "00:25:00", "max_interval": "02:00:00" } }, { "type": "CompleteTutorial", "config": { "enabled": false, "// set a name": "", "nickname": "" } }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "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": "TransferPokemon", "config": { "min_free_slot": 5, "transfer_wait_min": 1, "transfer_wait_max": 4 } }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_template": "{ivpct}{iv_ads}" } }, { "type": "EvolvePokemon", "config": { "evolve_all": "Pidgey,Pidgeotto,Rattata,Weedle,Caterpie,Zubat,Psyduck,Krabby,Doduo,Spearow,Ponyta,Staryu,Slowpoke,Horsea,Goldeen,Ekans,Tentacool,Paras,Meowth,Mankey,Cubone,Sandshrew,Machop,Machoke,Growlithe,Venonat,Diglett,Geodude,Graveler,Rhyhorn,Eevee,Nidoran M,Nidoran F", "first_evolve_by": "cp", "evolve_above_cp": 10, "evolve_above_iv": 0.9, "logic": "or", "evolve_speed": 20, "use_lucky_egg": false } }, { "type": "RecycleItems", "config": { "min_empty_space": 15, "max_balls_keep": 200, "max_potions_keep": 50, "max_berries_keep": 70, "max_revives_keep": 70, "item_filter": { "Pokeball": { "keep" : 10 }, "Greatball": { "keep" : 50 }, "Ultraball": { "keep" : 120 }, "Potion": { "keep" : 0 }, "Super Potion": { "keep" : 0 }, "Hyper Potion": { "keep" : 15 }, "Revive": { "keep" : 15 }, "Razz Berry": { "keep" : 25 } }, "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, "hit_rate": 0.75 }, "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": 2, "spin_wait_max": 3 } }, { "type": "MoveToFort", "config": { "lure_attraction": true, "lure_max_distance": 2000, "walker": "StepWalker" } }, { "type": "FollowSpiral", "config": { "diameter": 2, "step_size": 20 } } ], "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": false, "// if 'show_count' is true, it will show the amount of each pokemon (minimum 1)": {}, "show_count": true, "// '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": 9.16, "walk_min": 5.16, "alt_min": 500, "alt_max": 1000, "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, "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"}, "// Example of always catching Rattata:": {}, "// Rattata": { "always_catch" : true } }, "release": { "any": {"keep_best_cp": 2}, "// 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}, "// Also, it is working with any": {}, "// any": {"keep_best_iv": 3}, "// 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.98, "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-25 00:00:38,641 [UpdateLiveInventory] [INFO] [show_inventory] Pokemon: 245/250 | Items: 283/350 | Pokeballs: 11 | GreatBalls: 8 | UltraBalls: 121 | RazzBerries: 39 | LuckyEgg: 6 2016-08-25 00:00:38,646 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Pidgey, based on cp 2016-08-25 00:00:38,968 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.38] [CP 76] [5 candies] 2016-08-25 00:00:42,196 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.27] [CP 56] [6 candies] 2016-08-25 00:00:43,851 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.71] [CP 99] [7 candies] 2016-08-25 00:00:45,899 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.58] [CP 130] [8 candies] 2016-08-25 00:00:50,144 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.24] [CP 121] [9 candies] 2016-08-25 00:00:54,148 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.67] [CP 169] [10 candies] 2016-08-25 00:00:58,545 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.47] [CP 42] [11 candies] 2016-08-25 00:01:02,385 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.36] [CP 107] [12 candies] 2016-08-25 00:01:05,455 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.4] [CP 141] [13 candies] 2016-08-25 00:01:07,377 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.56] [CP 60] [14 candies] 2016-08-25 00:01:11,035 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.31] [CP 155] [15 candies] 2016-08-25 00:01:13,251 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.36] [CP 74] [16 candies] 2016-08-25 00:01:15,714 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.11] [CP 69] [17 candies] 2016-08-25 00:01:18,215 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Pidgeotto, based on cp 2016-08-25 00:01:18,500 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.36] [CP 109] [18 candies] 2016-08-25 00:01:20,855 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.22] [CP 645] [19 candies] 2016-08-25 00:01:24,503 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.33] [CP 296] [20 candies] 2016-08-25 00:01:28,410 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.8] [CP 674] [21 candies] 2016-08-25 00:01:32,632 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.31] [CP 598] [22 candies] 2016-08-25 00:01:34,131 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.22] [CP 377] [23 candies] 2016-08-25 00:01:37,471 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Rattata, based on cp 2016-08-25 00:01:37,753 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.49] [CP 50] [20 candies] 2016-08-25 00:01:39,651 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.36] [CP 199] [21 candies] 2016-08-25 00:01:41,347 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.22] [CP 281] [22 candies] 2016-08-25 00:01:44,611 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.49] [CP 224] [23 candies] 2016-08-25 00:01:47,933 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.6] [CP 157] [24 candies] 2016-08-25 00:01:51,940 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.49] [CP 10] [25 candies] 2016-08-25 00:01:55,038 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.42] [CP 255] [26 candies] 2016-08-25 00:01:58,252 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.44] [CP 267] [27 candies] 2016-08-25 00:02:00,986 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.4] [CP 242] [28 candies] 2016-08-25 00:02:04,222 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.56] [CP 154] [29 candies] 2016-08-25 00:02:06,341 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.47] [CP 64] [30 candies] 2016-08-25 00:02:09,802 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.38] [CP 20] [31 candies] 2016-08-25 00:02:12,146 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.47] [CP 124] [32 candies] 2016-08-25 00:02:15,596 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Spearow, based on cp 2016-08-25 00:02:15,862 [TransferPokemon] [INFO] [pokemon_release] Exchanged Spearow [IV 0.76] [CP 141] [21 candies] 2016-08-25 00:02:18,397 [TransferPokemon] [INFO] [pokemon_release] Exchanged Spearow [IV 0.33] [CP 76] [22 candies] 2016-08-25 00:02:22,015 [TransferPokemon] [INFO] [pokemon_release] Exchanged Spearow [IV 0.56] [CP 135] [23 candies] 2016-08-25 00:02:25,774 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Ekans, based on cp 2016-08-25 00:02:26,064 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.22] [CP 361] [13 candies] 2016-08-25 00:02:29,613 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.49] [CP 51] [14 candies] 2016-08-25 00:02:34,031 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.42] [CP 277] [15 candies] 2016-08-25 00:02:36,178 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.31] [CP 194] [16 candies] 2016-08-25 00:02:40,373 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.33] [CP 317] [17 candies] 2016-08-25 00:02:42,254 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.31] [CP 365] [18 candies] 2016-08-25 00:02:45,167 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.58] [CP 162] [19 candies] 2016-08-25 00:02:46,654 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.67] [CP 322] [20 candies] 2016-08-25 00:02:50,185 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.13] [CP 48] [21 candies] 2016-08-25 00:02:52,557 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.36] [CP 253] [22 candies] 2016-08-25 00:02:56,766 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.24] [CP 246] [23 candies] 2016-08-25 00:02:59,573 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.36] [CP 293] [24 candies] 2016-08-25 00:03:02,827 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.13] [CP 162] [25 candies] 2016-08-25 00:03:04,266 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.53] [CP 74] [26 candies] 2016-08-25 00:03:07,647 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.4] [CP 200] [27 candies] 2016-08-25 00:03:11,378 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.51] [CP 74] [28 candies] 2016-08-25 00:03:15,677 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.24] [CP 107] [29 candies] 2016-08-25 00:03:18,579 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.24] [CP 282] [30 candies] 2016-08-25 00:03:21,110 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.56] [CP 201] [31 candies] 2016-08-25 00:03:23,599 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.49] [CP 31] [32 candies] 2016-08-25 00:03:26,146 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Arbok, based on cp 2016-08-25 00:03:26,435 [TransferPokemon] [INFO] [pokemon_release] Exchanged Arbok [IV 0.36] [CP 678] [33 candies] 2016-08-25 00:03:30,499 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Sandshrew, based on cp 2016-08-25 00:03:30,848 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.4] [CP 377] [34 candies] 2016-08-25 00:03:34,639 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.51] [CP 309] [35 candies] 2016-08-25 00:03:36,844 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.42] [CP 211] [36 candies] 2016-08-25 00:03:38,477 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.18] [CP 217] [37 candies] 2016-08-25 00:03:41,019 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.42] [CP 49] [38 candies] 2016-08-25 00:03:43,256 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.27] [CP 367] [39 candies] 2016-08-25 00:03:45,275 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.18] [CP 181] [40 candies] 2016-08-25 00:03:47,871 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.47] [CP 172] [41 candies] 2016-08-25 00:03:51,694 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.67] [CP 321] [42 candies] 2016-08-25 00:03:53,674 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.53] [CP 405] [43 candies] 2016-08-25 00:03:55,068 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.31] [CP 410] [44 candies] 2016-08-25 00:03:58,957 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.47] [CP 382] [45 candies] 2016-08-25 00:04:02,412 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.33] [CP 168] [46 candies] 2016-08-25 00:04:05,933 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.4] [CP 169] [47 candies] 2016-08-25 00:04:10,847 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.4] [CP 376] [48 candies] 2016-08-25 00:04:12,737 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.44] [CP 397] [49 candies] 2016-08-25 00:04:14,482 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.49] [CP 174] [50 candies] 2016-08-25 00:04:16,874 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.24] [CP 237] [51 candies] 2016-08-25 00:04:20,119 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Sandslash, based on cp 2016-08-25 00:04:20,380 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandslash [IV 0.4] [CP 457] [52 candies] 2016-08-25 00:04:24,242 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Paras, based on cp 2016-08-25 00:04:24,475 [TransferPokemon] [INFO] [pokemon_release] Exchanged Paras [IV 0.51] [CP 275] [32 candies] 2016-08-25 00:04:26,508 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Diglett, based on cp 2016-08-25 00:04:26,774 [TransferPokemon] [INFO] [pokemon_release] Exchanged Diglett [IV 0.6] [CP 139] [26 candies] 2016-08-25 00:04:30,649 [TransferPokemon] [INFO] [pokemon_release] Exchanged Diglett [IV 0.47] [CP 10] [27 candies] 2016-08-25 00:04:32,949 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Meowth, based on cp 2016-08-25 00:04:33,211 [TransferPokemon] [INFO] [pokemon_release] Exchanged Meowth [IV 0.76] [CP 159] [31 candies] 2016-08-25 00:04:37,351 [TransferPokemon] [INFO] [pokemon_release] Exchanged Meowth [IV 0.31] [CP 124] [32 candies] 2016-08-25 00:04:40,211 [TransferPokemon] [INFO] [pokemon_release] Exchanged Meowth [IV 0.6] [CP 173] [33 candies] 2016-08-25 00:04:43,851 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Mankey, based on cp 2016-08-25 00:04:44,096 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.62] [CP 345] [17 candies] 2016-08-25 00:04:47,307 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.42] [CP 34] [18 candies] 2016-08-25 00:04:48,963 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.67] [CP 132] [19 candies] 2016-08-25 00:04:52,997 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.71] [CP 503] [20 candies] 2016-08-25 00:04:55,852 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.71] [CP 467] [21 candies] 2016-08-25 00:04:59,723 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.53] [CP 127] [22 candies] 2016-08-25 00:05:03,015 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.31] [CP 437] [23 candies] 2016-08-25 00:05:07,173 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.44] [CP 345] [24 candies] 2016-08-25 00:05:11,255 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.53] [CP 81] [25 candies] 2016-08-25 00:05:12,772 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.49] [CP 480] [26 candies] 2016-08-25 00:05:15,023 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.44] [CP 56] [27 candies] 2016-08-25 00:05:18,430 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.31] [CP 209] [28 candies] 2016-08-25 00:05:21,592 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Primeape, based on cp 2016-08-25 00:05:21,820 [TransferPokemon] [INFO] [pokemon_release] Exchanged Primeape [IV 0.4] [CP 621] [29 candies] 2016-08-25 00:05:23,318 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Growlithe, based on cp 2016-08-25 00:05:23,592 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.51] [CP 307] [46 candies] 2016-08-25 00:05:26,692 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.29] [CP 394] [47 candies] 2016-08-25 00:05:31,025 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.18] [CP 641] [48 candies] 2016-08-25 00:05:35,102 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.62] [CP 638] [49 candies] 2016-08-25 00:05:38,662 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.4] [CP 16] [50 candies] 2016-08-25 00:05:40,606 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.91] [CP 523] [51 candies] 2016-08-25 00:05:42,907 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.82] [CP 479] [52 candies] 2016-08-25 00:05:45,518 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.4] [CP 772] [53 candies] 2016-08-25 00:05:49,311 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.58] [CP 90] [54 candies] 2016-08-25 00:05:51,472 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.69] [CP 645] [55 candies] 2016-08-25 00:05:55,441 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Arcanine, based on cp 2016-08-25 00:05:55,675 [TransferPokemon] [INFO] [pokemon_release] Exchanged Arcanine [IV 0.69] [CP 1147] [56 candies] 2016-08-25 00:05:57,405 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Machop, based on cp 2016-08-25 00:05:57,624 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.44] [CP 159] [19 candies] 2016-08-25 00:06:00,460 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.64] [CP 424] [20 candies] 2016-08-25 00:06:04,309 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.58] [CP 558] [21 candies] 2016-08-25 00:06:07,380 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.58] [CP 219] [22 candies] 2016-08-25 00:06:10,826 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Geodude, based on cp 2016-08-25 00:06:11,106 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.27] [CP 10] [4 candies] 2016-08-25 00:06:14,852 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.29] [CP 283] [5 candies] 2016-08-25 00:06:18,098 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.47] [CP 341] [6 candies] 2016-08-25 00:06:21,142 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.58] [CP 281] [7 candies] 2016-08-25 00:06:24,658 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.76] [CP 58] [8 candies] 2016-08-25 00:06:27,536 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.56] [CP 236] [9 candies] 2016-08-25 00:06:30,788 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.31] [CP 140] [10 candies] 2016-08-25 00:06:34,442 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.42] [CP 293] [11 candies] 2016-08-25 00:06:37,549 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.24] [CP 95] [12 candies] 2016-08-25 00:06:41,055 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Graveler, based on cp 2016-08-25 00:06:41,287 [TransferPokemon] [INFO] [pokemon_release] Exchanged Graveler [IV 0.87] [CP 272] [13 candies] 2016-08-25 00:06:43,266 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Ponyta, based on cp 2016-08-25 00:06:43,518 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.44] [CP 19] [5 candies] 2016-08-25 00:06:45,447 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.4] [CP 734] [6 candies] 2016-08-25 00:06:49,165 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.51] [CP 187] [7 candies] 2016-08-25 00:06:50,599 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.33] [CP 179] [8 candies] 2016-08-25 00:06:52,783 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Doduo, based on cp 2016-08-25 00:06:53,020 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.89] [CP 260] [44 candies] 2016-08-25 00:06:56,687 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.6] [CP 397] [45 candies] 2016-08-25 00:06:58,741 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.36] [CP 206] [46 candies] 2016-08-25 00:07:01,980 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.56] [CP 79] [47 candies] 2016-08-25 00:07:03,943 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.42] [CP 166] [48 candies] 2016-08-25 00:07:06,629 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.58] [CP 347] [49 candies] 2016-08-25 00:07:09,387 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Cubone, based on cp 2016-08-25 00:07:09,633 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.44] [CP 176] [35 candies] 2016-08-25 00:07:12,319 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.78] [CP 330] [36 candies] 2016-08-25 00:07:14,265 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.42] [CP 363] [37 candies] 2016-08-25 00:07:17,590 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.8] [CP 161] [38 candies] 2016-08-25 00:07:20,025 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.42] [CP 583] [39 candies] 2016-08-25 00:07:22,974 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.47] [CP 365] [40 candies] 2016-08-25 00:07:26,605 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.56] [CP 376] [41 candies] 2016-08-25 00:07:28,286 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.91] [CP 336] [42 candies] 2016-08-25 00:07:30,973 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.8] [CP 189] [43 candies] 2016-08-25 00:07:34,170 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.76] [CP 579] [44 candies] 2016-08-25 00:07:37,084 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Rhyhorn, based on cp 2016-08-25 00:07:37,319 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.87] [CP 16] [20 candies] 2016-08-25 00:07:41,015 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.56] [CP 149] [21 candies] 2016-08-25 00:07:45,245 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.78] [CP 119] [22 candies] 2016-08-25 00:07:48,787 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.42] [CP 112] [23 candies] 2016-08-25 00:07:52,550 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.73] [CP 49] [24 candies] 2016-08-25 00:07:53,955 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Pinsir, based on cp 2016-08-25 00:07:54,269 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.69] [CP 399] [56 candies] 2016-08-25 00:07:56,264 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.62] [CP 452] [57 candies] 2016-08-25 00:07:58,164 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.91] [CP 409] [58 candies] 2016-08-25 00:08:00,564 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 all, based on cp 2016-08-25 00:08:00,808 [TransferPokemon] [INFO] [pokemon_release] Exchanged Goldeen [IV 0.82] [CP 425] [12 candies] 2016-08-25 00:08:02,573 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.42] [CP 436] [53 candies] 2016-08-25 00:08:04,019 [TransferPokemon] [INFO] [pokemon_release] Exchanged Arbok [IV 0.82] [CP 1019] [34 candies] 2016-08-25 00:08:06,425 [TransferPokemon] [INFO] [pokemon_release] Exchanged Magmar [IV 0.78] [CP 1255] [24 candies] 2016-08-25 00:08:09,055 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.4] [CP 356] [14 candies] 2016-08-25 00:08:11,208 [TransferPokemon] [INFO] [pokemon_release] Exchanged Koffing [IV 0.64] [CP 737] [15 candies] 2016-08-25 00:08:14,770 [TransferPokemon] [INFO] [pokemon_release] Exchanged Jigglypuff [IV 0.51] [CP 331] [24 candies] 2016-08-25 00:08:18,977 [TransferPokemon] [INFO] [pokemon_release] Exchanged Meowth [IV 0.84] [CP 330] [34 candies] 2016-08-25 00:08:21,937 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.64] [CP 982] [59 candies] 2016-08-25 00:08:24,354 [TransferPokemon] [INFO] [pokemon_release] Exchanged Flareon [IV 0.58] [CP 856] [6 candies] 2016-08-25 00:08:28,120 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.69] [CP 698] [23 candies] 2016-08-25 00:08:32,197 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.6] [CP 837] [57 candies] 2016-08-25 00:08:33,584 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.89] [CP 614] [45 candies] 2016-08-25 00:08:36,627 [TransferPokemon] [INFO] [pokemon_release] Exchanged Meowth [IV 0.51] [CP 267] [35 candies] 2016-08-25 00:08:40,913 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.76] [CP 679] [24 candies] 2016-08-25 00:08:42,803 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.4] [CP 289] [33 candies] 2016-08-25 00:08:45,159 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.38] [CP 919] [9 candies] 2016-08-25 00:08:47,543 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandslash [IV 0.82] [CP 1007] [54 candies] 2016-08-25 00:08:49,050 [TransferPokemon] [INFO] [pokemon_release] Exchanged Paras [IV 0.84] [CP 501] [33 candies] 2016-08-25 00:08:52,776 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machoke [IV 0.38] [CP 904] [24 candies] 2016-08-25 00:08:56,042 [TransferPokemon] [INFO] [pokemon_release] Exchanged Nidorino [IV 0.38] [CP 414] [16 candies] 2016-08-25 00:08:59,154 [TransferPokemon] [INFO] [pokemon_release] Exchanged Graveler [IV 0.93] [CP 809] [15 candies] 2016-08-25 00:09:01,521 [TransferPokemon] [INFO] [pokemon_release] Exchanged Tauros [IV 0.56] [CP 393] [36 candies] 2016-08-25 00:09:04,406 [TransferPokemon] [INFO] [pokemon_release] Exchanged Diglett [IV 0.13] [CP 154] [28 candies] 2016-08-25 00:09:07,953 [TransferPokemon] [INFO] [pokemon_release] Exchanged Magikarp [IV 0.38] [CP 70] [88 candies] 2016-08-25 00:09:09,396 [TransferPokemon] [INFO] [pokemon_release] Exchanged Magikarp [IV 0.38] [CP 114] [89 candies] 2016-08-25 00:09:11,990 [TransferPokemon] [INFO] [pokemon_release] Exchanged Primeape [IV 0.71] [CP 1165] [30 candies] 2016-08-25 00:09:13,345 [TransferPokemon] [INFO] [pokemon_release] Exchanged Zubat [IV 0.78] [CP 340] [12 candies] 2016-08-25 00:09:15,857 [TransferPokemon] [INFO] [pokemon_release] Exchanged Growlithe [IV 0.44] [CP 779] [58 candies] 2016-08-25 00:09:18,408 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.24] [CP 202] [25 candies] 2016-08-25 00:09:20,424 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rapidash [IV 0.6] [CP 1359] [10 candies] 2016-08-25 00:09:24,450 [TransferPokemon] [INFO] [pokemon_release] Exchanged Poliwag [IV 0.82] [CP 10] [97 candies] 2016-08-25 00:09:28,538 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.49] [CP 421] [35 candies] 2016-08-25 00:09:32,747 [TransferPokemon] [INFO] [pokemon_release] Exchanged Paras [IV 0.76] [CP 363] [34 candies] 2016-08-25 00:09:35,006 [TransferPokemon] [INFO] [pokemon_release] Exchanged Onix [IV 0.31] [CP 274] [60 candies] 2016-08-25 00:09:37,731 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machoke [IV 0.8] [CP 1006] [25 candies] 2016-08-25 00:09:40,964 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pikachu [IV 0.49] [CP 465] [24 candies] 2016-08-25 00:09:44,310 [TransferPokemon] [INFO] [pokemon_release] Exchanged Raticate [IV 0.4] [CP 728] [34 candies] 2016-08-25 00:09:47,141 [TransferPokemon] [INFO] [pokemon_release] Exchanged Venonat [IV 0.64] [CP 353] [17 candies] 2016-08-25 00:09:48,848 [TransferPokemon] [INFO] [pokemon_release] Exchanged Spearow [IV 0.56] [CP 412] [24 candies] 2016-08-25 00:09:50,410 [TransferPokemon] [INFO] [pokemon_release] Exchanged Voltorb [IV 0.84] [CP 457] [26 candies] 2016-08-25 00:09:55,020 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhydon [IV 0.6] [CP 669] [25 candies] 2016-08-25 00:09:59,576 [TransferPokemon] [INFO] [pokemon_release] Exchanged Charmander [IV 0.33] [CP 472] [80 candies] 2016-08-25 00:10:03,183 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgey [IV 0.36] [CP 206] [26 candies] 2016-08-25 00:10:06,935 [TransferPokemon] [INFO] [pokemon_release] Exchanged Eevee [IV 0.44] [CP 306] [7 candies] 2016-08-25 00:10:09,618 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandslash [IV 0.38] [CP 965] [55 candies] 2016-08-25 00:10:13,237 [TransferPokemon] [INFO] [pokemon_release] Exchanged Kakuna [IV 0.87] [CP 258] [4 candies] 2016-08-25 00:10:17,447 [TransferPokemon] [INFO] [pokemon_release] Exchanged Fearow [IV 0.31] [CP 611] [25 candies] 2016-08-25 00:10:20,945 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.56] [CP 511] [31 candies] 2016-08-25 00:10:24,200 [TransferPokemon] [INFO] [pokemon_release] Exchanged Graveler [IV 0.62] [CP 827] [16 candies] 2016-08-25 00:10:28,014 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pidgeotto [IV 0.36] [CP 682] [27 candies] 2016-08-25 00:10:31,204 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhydon [IV 0.64] [CP 672] [26 candies] 2016-08-25 00:10:35,937 [TransferPokemon] [INFO] [pokemon_release] Exchanged Marowak [IV 0.53] [CP 618] [46 candies] 2016-08-25 00:10:40,068 [TransferPokemon] [INFO] [pokemon_release] Exchanged Arbok [IV 0.29] [CP 740] [36 candies] 2016-08-25 00:10:41,986 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.69] [CP 686] [60 candies] 2016-08-25 00:10:44,023 [TransferPokemon] [INFO] [pokemon_release] Exchanged Exeggcute [IV 0.76] [CP 299] [43 candies] 2016-08-25 00:10:45,445 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ponyta [IV 0.93] [CP 854] [11 candies] 2016-08-25 00:10:48,329 [TransferPokemon] [INFO] [pokemon_release] Exchanged Venonat [IV 0.6] [CP 682] [18 candies] 2016-08-25 00:10:50,898 [TransferPokemon] [INFO] [pokemon_release] Exchanged Spearow [IV 0.44] [CP 233] [26 candies] 2016-08-25 00:10:52,666 [TransferPokemon] [INFO] [pokemon_release] Exchanged Omanyte [IV 0.44] [CP 73] [16 candies] 2016-08-25 00:10:56,022 [TransferPokemon] [INFO] [pokemon_release] Exchanged Exeggcute [IV 0.67] [CP 45] [44 candies] 2016-08-25 00:10:58,705 [TransferPokemon] [INFO] [pokemon_release] Exchanged Weezing [IV 0.73] [CP 994] [16 candies] 2016-08-25 00:11:02,152 [TransferPokemon] [INFO] [pokemon_release] Exchanged Golbat [IV 0.49] [CP 185] [13 candies] 2016-08-25 00:11:04,663 [TransferPokemon] [INFO] [pokemon_release] Exchanged Raticate [IV 0.42] [CP 723] [35 candies] 2016-08-25 00:11:08,409 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.47] [CP 514] [50 candies] 2016-08-25 00:11:11,994 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.76] [CP 254] [27 candies] 2016-08-25 00:11:14,839 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rattata [IV 0.6] [CP 332] [36 candies] 2016-08-25 00:11:16,781 [TransferPokemon] [INFO] [pokemon_release] Exchanged Nidoran M [IV 0.67] [CP 196] [17 candies] 2016-08-25 00:11:20,811 [TransferPokemon] [INFO] [pokemon_release] Exchanged Zubat [IV 0.47] [CP 10] [14 candies] 2016-08-25 00:11:23,278 [TransferPokemon] [INFO] [pokemon_release] Exchanged Golbat [IV 0.58] [CP 916] [15 candies] 2016-08-25 00:11:24,937 [TransferPokemon] [INFO] [pokemon_release] Exchanged Ekans [IV 0.49] [CP 435] [37 candies] 2016-08-25 00:11:26,956 [TransferPokemon] [INFO] [pokemon_release] Exchanged Weedle [IV 0.16] [CP 71] [5 candies] 2016-08-25 00:11:31,253 [TransferPokemon] [INFO] [pokemon_release] Exchanged Cubone [IV 0.4] [CP 590] [47 candies] 2016-08-25 00:11:33,374 [TransferPokemon] [INFO] [pokemon_release] Exchanged Sandshrew [IV 0.22] [CP 420] [56 candies] 2016-08-25 00:11:36,608 [TransferPokemon] [INFO] [pokemon_release] Exchanged Doduo [IV 0.71] [CP 429] [51 candies] 2016-08-25 00:11:39,125 [TransferPokemon] [INFO] [pokemon_release] Exchanged Mankey [IV 0.64] [CP 522] [32 candies] 2016-08-25 00:11:41,326 [TransferPokemon] [INFO] [pokemon_release] Exchanged Diglett [IV 0.36] [CP 225] [29 candies] 2016-08-25 00:11:43,059 [TransferPokemon] [INFO] [pokemon_release] Exchanged Nidoran M [IV 0.38] [CP 226] [18 candies] 2016-08-25 00:11:46,051 [TransferPokemon] [INFO] [pokemon_release] Exchanged Primeape [IV 0.71] [CP 1152] [33 candies] 2016-08-25 00:11:49,307 [TransferPokemon] [INFO] [pokemon_release] Exchanged Rhyhorn [IV 0.69] [CP 578] [28 candies] 2016-08-25 00:11:52,491 [TransferPokemon] [INFO] [pokemon_release] Exchanged Bellsprout [IV 0.78] [CP 607] [61 candies] 2016-08-25 00:11:54,541 [TransferPokemon] [INFO] [pokemon_release] Exchanged Kakuna [IV 0.8] [CP 256] [6 candies] 2016-08-25 00:11:56,125 [TransferPokemon] [INFO] [pokemon_release] Exchanged Metapod [IV 0.78] [CP 247] [5 candies] 2016-08-25 00:11:59,568 [TransferPokemon] [INFO] [pokemon_release] Exchanged Goldeen [IV 0.29] [CP 546] [13 candies] 2016-08-25 00:12:01,927 [TransferPokemon] [INFO] [pokemon_release] Exchanged Machop [IV 0.51] [CP 633] [26 candies] 2016-08-25 00:12:03,351 [TransferPokemon] [INFO] [pokemon_release] Exchanged Marowak [IV 0.47] [CP 346] [48 candies] 2016-08-25 00:12:04,963 [TransferPokemon] [INFO] [pokemon_release] Exchanged Geodude [IV 0.64] [CP 351] [17 candies]

Steps to Reproduce

N/A

Other Information

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

iruy commented 8 years ago

Looks like keep_best_cp is applied like all pokemon are the same

supergithubo commented 8 years ago

Yeah, the log shows the bot keep 2 cp on each type but then after, keep 2 cp from all of them. From your log:

... 2016-08-25 00:07:53,955 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 Pinsir, based on cp 2016-08-25 00:07:54,269 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.69] [CP 399] [56 candies] 2016-08-25 00:07:56,264 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.62] [CP 452] [57 candies] 2016-08-25 00:07:58,164 [TransferPokemon] [INFO] [pokemon_release] Exchanged Pinsir [IV 0.91] [CP 409] [58 candies] 2016-08-25 00:08:00,564 [TransferPokemon] [INFO] [keep_best_release] Keeping best 2 all, based on cp ...

k4n30 commented 8 years ago

@pranavperfect this has been fixed in #4639 which is now in both master and dev. Please update to the latest version

pranavperfect commented 8 years ago

@k4n30 when i do ./setup.sh -u it says already up to date.

if i do git pull, it says aborting due to local changes that i've made (which i've not made). please suggest a way out.

pranavperfect commented 8 years ago

This is the branch i'm running

ae314b666a1eb71de8872289ef3a298af09e4637

supergithubo commented 8 years ago

There's a conflict probably you accidentally modified a file. Try this:

git reset --hard HEAD

Then do:

git pull

pranavperfect commented 8 years ago

root@localhost# git reset --hard HEAD HEAD is now at ae314b6 Merge pull request #4701 from PokemonGoF/dev root@localhost# git pull Already up-to-date. root@localhost#

supergithubo commented 8 years ago

@pranavperfect you're bot is already the latest. Could you verify if the problem still happening on the latest update?

pranavperfect commented 8 years ago

It did not release all pokemon. I guess one of the hard resets fixed the issue.

Thanks everyone.