PokemonGo-Bot: BOT can't start

I use Master branch, when i start the bot i have this : Traceback (most recent call last): File “pokecli.py”, line 43, in <module> from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException ImportError: No module named pgoapi.exceptions lundi 22 août 2016, 15:49:02 (UTC+0200) Pokebot Stopped. Press any button or wait 20 seconds to continue.

My config.json : { “auth_service”: “ptc”, “username”: "xx, “password”: “xxx”, “location”: “xxx”, “gmapkey”: “xxx”, “libencrypt_location”: “”, “tasks”: [ { “type”: “HandleSoftBan” }, { “type”: “CollectLevelUpReward” }, { “type”: “IncubateEggs”, “config”: { “longer_eggs_first”: true } }, { “type”: “SleepSchedule”, “config”: { “time”: “21:00”, “duration”:“8:00”, “time_random_offset”: “00:30”, “duration_random_offset”: “00:30” } }, { “type”: “TransferPokemon” }, { “type”: “EvolvePokemon”, “config”: { “evolve_all” : “Pidgey,Weedle,Rattata,Zubat,Pidgey,Caterpie,Spearow”, “//evolve_all”: “all”, “//first_evolve_by”: “cp”, “//evolve_above_cp”: 200, “evolve_cp_min”: 10, “evolve_above_iv”: 0, “logic”: “or”, “evolve_speed”: 20, “use_lucky_egg”: false } }, { “type”: “RecycleItems”, “config”: { “item_filter”: { “Pokeball”: { “keep” : 30 }, “Greatball”: { “keep” : 70 }, “Ultraball”: { “keep” : 50 }, “Potion”: { “keep” : 0 }, “Super Potion”: { “keep” : 0 }, “Hyper Potion”: { “keep” : 30 }, “Max Potion”: { “keep” : 50 }, “Revive”: { “keep” : 0 }, “Razz Berry”: { “keep” : 50 } } } }, { “type”: “CatchVisiblePokemon” }, { “type”: “CatchLuredPokemon” }, { “type”: “SpinFort” }, { “type”: “MoveToMapPokemon”, “config”: { “address”: “xxxxxxxxxxx”, “max_distance”: 500, “min_ball”: 50, “prioritize_vips”: true, “snipe”: false, “snipe_high_prio_only”: true, “snipe_high_prio_threshold”: 400, “update_map”: true, “mode”: “priority”, “map_path”: “raw_data”, “catch”: { “==========Legendaries==========”: 0, “Aerodactyl”: 1000, “Snorlax”: 1000, “Articuno”: 1000, “Zapdos”: 1000, “Moltres”: 1000, “Dratini”: 1000, “Dragonair”: 1000, “Dragonite”: 1000, “Mewtwo”: 1000, “Mew”: 1000,

        "==========Region Locked==========": 0,
        "Farfetch'd": 1000,
        "Kangaskhan": 1000,
        "Mr. Mime": 1000,
        "Tauros": 1000,

        "==========Very Rare==========": 0,
        "Lapras": 900,
        "Electabuzz": 900,
        "Magmar": 900,
        "Ditto": 900,

        "==========Starters==========": 0,
        "Bulbasaur": 400,
        "Ivysaur": 600,
        "Venusaur": 1000,

        "Charmander": 400,
        "Charmeleon": 600,
        "Charizard": 1000,

        "Squirtle": 400,
        "Wartortle": 600,
        "Blastoise": 1000,

        "Pikachu": 600,
        "Raichu": 1000,

        "==========Semi Rare==========": 0,
        "Porygon": 200,
        "Scyther": 200,
        "Jynx": 200,

        "==========Uncommon==========": 0,

        "Omanyte": 150,
        "Omastar": 500,

        "Seel": 300,
        "Dewgong": 500,

        "Grimer": 200,
        "Muk": 500,

        "Shellder": 200,
        "Cloyster": 500,

        "Gastly": 200,
        "Haunter": 500,
        "Gengar": 1000,

        "Onix": 600,

        "Drowzee": 600,

        "Hypno": 600,

        "Vulpix": 200,
        "Ninetales": 600,

        "Paras": 100,
        "Parasect": 500,

        "Growlithe": 200,
        "Arcanine": 700,

        "Tentacool": 200,
        "Tentacruel": 500,

        "Mankey": 150,
        "Primeape": 500,

        "Clefairy": 150,
        "Clefable": 500,

        "Jigglypuff": 150,
        "Wigglytuff": 500,

        "Venonat": 100,
        "Venomoth": 500,

        "Diglett": 200,
        "Dugtrio": 500,

        "Meowth": 250,
        "Persian": 500,

        "Psyduck": 150,
        "Golduck": 500,

        "Geodude": 100,
        "Graveler": 500,
        "Golem": 800,

        "Eevee": 200,
        "Vaporeon": 800,
        "Jolteon": 800,
        "Flareon": 800,

        "Kabuto": 150,
        "Kabutops": 500,

        "Magikarp": 150,
        "Gyarados": 800,

        "Pinsir": 150,

        "Ponyta": 200,
        "Rapidash": 500,

        "Slowpoke": 200,
        "Slowbro": 500,

        "Magnemite": 250,
        "Magneton": 500,

        "Krabby": 100,
        "Kingler": 500,

        "Voltorb": 200,
        "Electrode": 500,

        "Exeggcute": 250,
        "Exeggcutor": 500,

        "Cubone": 300,
        "Marowak": 800,

        "Hitmonlee": 400,

        "Hitmonchan": 400,

        "Lickitung": 500,

        "Koffing": 200,
        "Weezing": 500,

        "Rhyhorn": 200,
        "Rhydon": 500,

        "Chansey": 800,

        "Tangela": 300,

        "Horsea": 200,
        "Seadra": 600,

        "Goldeen": 150,
        "Seaking": 500,

        "Staryu": 200,
        "Starmie": 800,


        "==========T1 Evolvers==========": 0,
        "Caterpie": 10,
        "Metapod": 10,
        "Butterfree": 500,

        "Weedle": 10,
        "Kakuna": 10,
        "Beedrill": 500,

        "Pidgey": 10,
        "Pidgeotto": 10,
        "Pidgeot": 300,

        "==========T2 Evolvers==========": 0,
        "Nidoran F": 10,
        "Nidorina": 10,
        "Nidoqueen": 10,

        "Nidoran M": 10,
        "Nidorino": 10,
        "Nidoking": 10,

        "Oddish": 100,
        "Gloom": 200,
        "Vileplume": 600,

        "Poliwag": 200,
        "Poliwhirl": 400,
        "Poliwrath": 800,

        "Abra": 300,
        "Kadabra": 600,
        "Alakazam": 800,

        "Machop": 150,
        "Machoke": 400,
        "Machamp": 800,

        "Bellsprout": 100,
        "Weepinbell": 400,
        "Victreebel": 800,

        "==========Trash==========": 0,

        "Rattata": 10,
        "Raticate": 10,

        "Spearow": 10,
        "Fearow": 10,

        "Ekans": 10,
        "Arbok": 10,

        "Sandshrew": 10,
        "Sandslash": 10,

        "Zubat": 10,
        "Golbat": 10,

        "Doduo": 10,
        "Dodrio": 10
      }
    }
  },
  {
    "type": "MoveToFort",
    "config": {
        "lure_attraction": true,
        "lure_max_distance": 2000
    }
  },
  {
"type": "FollowSpiral",
"config": {
    "diameter": 4,
    "step_size": 70
}
  }
],
"map_object_cache_time": 5,
"forts": {
  "avoid_circles": true,
  "max_circle_size": 50
},
"websocket_server": false,
"walk_max": 6.16,
"walk_min": 5.16,
"//walk": 8.16,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"//evolve_captured" : "Pidgey,Weedle,Rattata,Zubat,Pidgey,Caterpie,Spearow",
"//catch_randomize_reticle_factor": 1.0,
"//catch_randomize_spin_factor": 1.0,
"catch_throw_parameters": {
   "excellent_rate": 0.4,
   "great_rate": 0.2,
   "nice_rate": 0.1,
   "normal_rate": 0.3,
   "spin_success_rate" : 0.5
 },
"catch": {
  "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
  "// Example of always catching Rattata:": {},
  "//Rattata": { "always_catch" : true },
  "//Zubat": {"always_catch": true},
  "//Pidgey": {"always_catch": true},
  "//Weedle": { "always_catch": true }
},
"release": {
  "any": {"release_below_cp": 120, "release_below_iv": 0.85, "keep_best_cp": 3, "logic": "or"},
  "// Example of always releasing Rattata:": {},
  "Rattata": {"always_release": true},
  "Raticate": { "always_release": true },
  "Zubat": {"always_release": true},
  "Golbat": { "always_release": true },
  "Pidgey": {"always_release": true},
  "Pidgeot": { "always_release": true },
  "Pidgeotto": { "always_release": true },
  "Caterpie": {"always_release": true},
  "Spearow": {"always_release": true},
  "Nidoran F": { "always_release": true },
  "Nidoran M": { "always_release": true },
  "Fearow": { "always_release": true },
  "Weedle": { "always_release": true },
  "Kakuna": { "always_release": true },
  "Beedrill": { "always_release": true },
  "//Example of keeping 3 stronger (based on CP) Pidgey:": {},
  " Pidgey": {"keep_best_cp": 3},
  "//Example of keeping 2 stronger (based on IV) Zubat:": {},
  "// Zubat": {"keep_best_iv": 2},
  "// Also, it is working with any": {},
  "// any": {"keep_best_iv": 2},
  "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
  "//any": {"keep_best_cp": 1, "keep_best_iv": 2}
},
"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": {},
    "//any": {},
    "Moltres": {},
    "Zapdos": {},
    "Snorlax": {},
    "Articuno": {},

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

}

}

Thanks for ur help

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 34 (13 by maintainers)

Most upvoted comments

if you are in windows uninstall python and install the 86x one (even if your system is 64x) then reinstall the bot following the manual instructions, that works to me.

-you need to download the PyYAML-3.11-cp27-cp27m-win32.whl searching it on google -if still dosent work then run the setup.sh on the root folder using C:\Python27\PokemonGo-Bot\setup.sh -i on the console