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

Just walking, not catching. #3849

Closed
msharp9 opened this issue Aug 13, 2016 · 1 comment
Closed

Just walking, not catching. #3849

msharp9 opened this issue Aug 13, 2016 · 1 comment

Comments

@msharp9
Copy link

msharp9 commented Aug 13, 2016

Expected Behavior

Bot should run through tasks in order.

Actual Behavior

Every time I log in, the bot runs fine for 5-10 minutes, sometimes longer, and then what appears to happen is the bot gets stuck in one of the walking modules. It doesn't spin forts, it just walks to them indefinately. It doesn't incubate new eggs, and it doesn't catch pokemon.

Your config.json (remove your credentials and any other private info)

your config here
"tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "CollectLevelUpReward"
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": false
        }
      },
      {
        "type": "TransferPokemon"
      },
      {
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Pokeball":       { "keep" : 350 },
            "Greatball":       { "keep" : 100000 },
            "Ultraball":       { "keep" : 100000 },
            "Masterball":       { "keep" : 100000 },
            "Potion":         { "keep" : 5 },
            "Super Potion":   { "keep" : 5 },
            "Hyper Potion":   { "keep" : 10 },
            "Max Potion":   { "keep" : 50 },
            "Revive":         { "keep" : 20 },
            "Razz Berry":     { "keep" : 100 }
          }
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },
      {
        "type": "CatchLuredPokemon"
      },
      {
        "type": "EvolvePokemon",
        "config": {
            "evolve_all": "none",
            "first_evolve_by": "cp",
            "evolve_above_cp": 500,
            "evolve_above_iv": 0.9,
            "logic": "and",
            "evolve_speed": 20,
            "use_lucky_egg": false
        }
      },
      {
        "type": "SpinFort"
      },
      {
        "type": "MoveToFort",
        "config": {
            "lure_attraction": true,
            "lure_max_distance": 2000
        }
      },
      {
        "type": "FollowCluster",
        "config": {
            "radius": 50,
            "lured": true
        }
      }
    ],
"map_object_cache_time": 5,
    "forts": {
      "avoid_circles": true,
      "max_circle_size": 50
    },
    "websocket_server": false,
    "walk": 4.21,
    "action_wait_min": 1,
    "action_wait_max": 4,
    "debug": false,
    "test": false,
    "health_record": false,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 15,
    "evolve_captured": "NONE",
    "catch_randomize_reticle_factor": 1.0,
    "catch_randomize_spin_factor": 1.0,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
      "// Always Catch Pokemon": {},
      "Mewtwo": { "always_catch": true },
      "Mew": { "always_catch": true },
      "Moltres": { "always_catch": true },
      "Zapdos": { "always_catch": true },
      "Articuno": { "always_catch": true },
      "Lapras": { "always_catch": true },
      "Dragonite": { "always_catch": true },
      "Dragonair": { "always_catch": true },
      "Dratini": { "always_catch": true },
      "Snorlax": { "always_catch": true },
      "Ditto": { "always_catch": true },
      "Gyarados": { "always_catch": true },
      "Venusaur": { "always_catch": true },
      "Charizard": { "always_catch": true },
      "Blastoise": { "always_catch": true },
      "Aerodactyl": { "always_catch": true },
      "Scyther": { "always_catch": true },
      "Gengar": { "always_catch": true },
      "Haunter": { "always_catch": true },
      "Gastly": { "always_catch": true },
      "Magikarp": { "always_catch": true },
      "Exeggcute": { "always_catch": true },
      "Eevee": { "always_catch": true },
      "Abra": { "always_catch": true },
      "Kadabra": { "always_catch": true },
      "Alakazam": { "always_catch": true },
      "// Never Catch Pokemon": {},
      "Pidgeotto": {"never_catch": true},
      "Golbat": {"never_catch": true},
      "Raticate": {"never_catch": true}
    },
    "release": {
      "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"}
    },
    "vips" : {
         "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
        "any": {"catch_above_cp": 3000, "catch_above_iv": 0.9, "logic": "and" },
        "Lapras": {},
        "Moltres": {},
        "Zapdos": {},
        "Articuno": {},
        "Mewtwo": {},
        "Dragonite": {},
        "Dragonair": {},
        "Dratini": {},
        "Snorlax": {},
        "Mew": {},
        "Vaporeon": {},
        "Gyarados": {},
        "Abra": {},
        "Kadabra": {},
        "Alakazam": {},
        "Gastly": {},
        "Haunter": {},
        "Gengar": {}
    }

### Steps to Reproduce
Just log in.

### Other Information
OS: Windows 10
Branch: dev or master - BOTH
Git Commit: 63f777bac0c8cdc75d07f9ef491ca8b900c0148a
Python Version: Python 2.7.11
@fari-99
Copy link

fari-99 commented Aug 13, 2016

see this issue #3308.

@k4n30 k4n30 closed this as completed Aug 14, 2016
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

3 participants