Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot Catches one Pokemon than proceeds to not catch anything else or even see any other pokemons continues to farm #949

Closed
catchemall opened this issue Jul 26, 2016 · 4 comments

Comments

@catchemall
Copy link

Expected Behavior

when mode set to all expected to catch pokemon while moving from stop to stop and farming

Actual Behavior

upon load catches first pokemon while moving to pokestop but does not find any other pokemon but continues to farm

Steps to Reproduce

{
    "auth_service": "ptc",
    "username": "*******",
    "password": "*******",
    "gmapkey": "*******",
    "max_steps": 2,
    "mode": "all",
    "walk": 3.2,
    "debug": false,
    "test": false,
    "initial_transfer": 0,
    "location_cache": true,
    "distance_unit": "km",
    "item_filter": "101,102,103",
    "evolve_all": "NONE",
    "cp_min": 600,
    "use_lucky_egg": false,
    "evolve_captured": false,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}
    },

    "release": {
      "any": {"release_below_cp": 600, "release_below_iv": 0.8, "logic": "or"},
      "Arcanine": {"never_release": true},
      "Lapras": {"never_release": true},
      "Dragonite": {"never_release": true},
      "Snorlax": {"never_release": true},
      "Blastoise": {"never_release": true},
      "Moltres": {"never_release": true},
      "Articuno": {"never_release": true},
      "Zapdos": {"never_release": true},
      "Mew": {"never_release": true},
      "Mewtwo": {"never_release": true}
    }
}

[01:24:44] Catch Rate with normal Pokeball is low (37.08%). Throwing Razz Berry... (90 left!)
[01:24:44] Catch Rate with normal Pokeball has increased to 55.62%
[01:24:44] Using Pokeball (chance: 55.62%)... (108 left!)
[01:24:45] Captured Onix! [CP 58] [10/13/1]
[01:24:45] Onix has been exchanged for candy!
[01:25:03] Found fort a1b89ec6026e4f7a8dbebfbbc33d9c4e.11 at distance 0.02km
[01:25:03] Need to move closer to Pokestop
[01:25:16] Arrived at Pokestop
[01:25:18] Now at Pokestop: Hiatt House 1886 - Spinning...
[01:25:21] Inventory is full, switching to catch mode...
[01:25:23] Found fort 50d882a119ac4bcf867c805303285306.16 at distance 0.07km
[01:25:23] Need to move closer to Pokestop
[01:26:02] Arrived at Pokestop
[01:26:04] Now at Pokestop: Detox Lounge - Spinning...
[01:26:06] Inventory is full, switching to catch mode...
[01:26:08] Found fort 2ae366ef338c476d9a0b9c28a0dfe6b4.12 at distance 0.14km
[01:26:08] Need to move closer to Pokestop
[01:27:39] Arrived at Pokestop
[01:27:41] Now at Pokestop: San Diego Fire Department Station - Spinning...
[01:27:43] Inventory is full, switching to catch mode...
[01:27:45] Found fort 8b851a2106c146e09266366d2a9a1549.12 at distance 0.13km
[01:27:45] Need to move closer to Pokestop
[01:29:18] Arrived at Pokestop
[01:29:20] Now at Pokestop: Tony Gwynn "Mr. Padre" - Spinning...
[01:29:22] Inventory is full, switching to catch mode...
[01:29:24] Found fort 8d514bb46ab24a5c829519d5b34cac70.16 at distance 0.09km
[01:29:24] Need to move closer to Pokestop
[01:30:27] Arrived at Pokestop
[01:30:29] Now at Pokestop: Simon Levi Building - Spinning...
[01:30:31] Inventory is full, switching to catch mode...
[01:30:33] Found fort d35490d39e0242bd83d95921ddd46af9.16 at distance 0.12km
[01:30:33] Need to move closer to Pokestop
[01:32:03] Arrived at Pokestop
[01:32:04] Now at Pokestop: Showley Bros Candy Factory. - Spinning...
[01:32:06] Inventory is full, switching to catch mode...
[01:32:08] Found fort da9a93dfd94643508a6af9bb3dc79798.16 at distance 0.09km
[01:32:08] Need to move closer to Pokestop
[01:33:16] Arrived at Pokestop
[01:33:18] Now at Pokestop: Bumble Bee Ballpark - Spinning...
[01:33:21] Inventory is full, switching to catch mode...
[01:33:23] Found fort f239eb2a7e744dce8ee283aac2ecf9a7.16 at distance 0.02km
[01:33:23] Need to move closer to Pokestop
[01:33:36] Arrived at Pokestop
[01:33:38] Now at Pokestop: National Baseball Hall of Fame and Museum - Spinning...
[01:33:40] Inventory is full, switching to catch mode...
[01:33:42] Found fort 95514e1e2cf24811b3ea0d010cd328b8.16 at distance 0.17km
[01:33:42] Need to move closer to Pokestop
[01:35:38] Arrived at Pokestop
[01:35:40] Now at Pokestop: Julian Produce 1912 - Spinning...
[01:35:42] Inventory is full, switching to catch mode...
[01:35:44] Found fort 9c85d9fbaabe4feba6bdc61aeda7745c.16 at distance 0.15km
[01:35:44] Need to move closer to Pokestop

Other Information

OS: Ubuntu Server 14.04
Git Commit: 3b970f1

@alexeybozhev
Copy link

Seems to work in "poke" mode btw.

@tstumm
Copy link
Contributor

tstumm commented Jul 26, 2016

Bot is now directly switching modes when inventory is full so this issue is at least partially solved.

@bstpierr
Copy link
Contributor

This is a known issue on the dev branch #821

@JulianMBr
Copy link
Contributor

As mentioned before, this is a duplicate. Closing this issue. Follow the link of @bstpierr. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants