PokemonGo-Bot: Not Working , Loop Scale

Stop! Before you create this issue (you can delete this section when opening the issue):

  1. Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check.
  2. Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead.
  3. Are you running master? We work on the dev branch and then add that functionality to master. Your issue may be fixed on dev and there is no need for this issue, just wait and it will eventually be merged to master.

on DEV

Expected Behavior

Work

Actual Behavior

Loop

[07:17:33] Starting bot… [07:17:33] Session stale, re-logging in. [07:17:33] Login procedure started. [07:17:34] Login successful.2016-08-11 07:17:34,730 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:35] Received level up reward: [] [07:17:35] Next egg incubates in 0.93 km [07:17:36] Walking from (52.520428, 13.401387, 0) to (52.520428, 13.401387, 0) (0.0 m) [07:17:36] Session stale, re-logging in. [07:17:36] Login procedure started. [07:17:38] Login successful.2016-08-11 07:17:38,538 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:39] Walking from (52.520428, 13.401387, 0) to (52.5210547387442, 13.401387, 0) (69.6901393285 m) [07:17:39] {‘distance_unit’: ‘’, ‘distance’: ‘’, ‘current_position’: (52.52047260652413, 13.401370583128854), ‘last_position’: (52.520428, 13.401387)} [07:17:41] Session stale, re-logging in. [07:17:41] Login procedure started. [07:17:44] Login successful.2016-08-11 07:17:44,910 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:48] {‘distance_unit’: ‘’, ‘distance’: ‘’, ‘current_position’: (52.52052323727114, 13.401371298377123), ‘last_position’: (52.52047260652413, 13.401370583128854)} [07:17:50] Session stale, re-logging in. [07:17:50] Login procedure started. [07:17:51] Login successful.2016-08-11 07:17:51,977 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:52] {‘distance_unit’: ‘’, ‘distance’: ‘’, ‘current_position’: (52.520558899743016, 13.401361567431852), ‘last_position’: (52.52052323727114, 13.401371298377123)} [07:17:54] Session stale, re-logging in. [07:17:54] Login procedure started.^C [07:17:55] Exiting bot.2016-08-11 07:17:56,540 [ cli] [INFO] 2016-08-11 07:17:56,541 [ cli] [INFO] Ran for 0:00:28 2016-08-11 07:17:56,541 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h 2016-08-11 07:17:56,541 [ cli] [INFO] Travelled 0.00km 2016-08-11 07:17:56,541 [ cli] [INFO] Visited 0 stops 2016-08-11 07:17:56,541 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before 2016-08-11 07:17:56,542 [ cli] [INFO] Threw 0 pokeballs 2016-08-11 07:17:56,542 [ cli] [INFO] Earned 0 Stardust 2016-08-11 07:17:56,542 [ cli] [INFO] 2016-08-11 07:17:56,542 [ cli] [INFO] Highest CP Pokemon: 2016-08-11 07:17:56,542 [ cli] [INFO] Most Perfect Pokemon:

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

{
    "auth_service": "google",
    "username": "usernamE",
    "password": "passworD",
    "location": "52.520428,13.401387",
    "gmapkey": "gpskeymaP",
    "libencrypt_location": "",
    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "CollectLevelUpReward"
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
      },
      {
        "type": "TransferPokemon"
      },
      {
        "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": {
          "item_filter": {
            "Pokeball":       { "keep" : 100 },
            "Potion":         { "keep" : 10 },
            "Super Potion":   { "keep" : 20 },
            "Hyper Potion":   { "keep" : 30 },
            "Revive":         { "keep" : 30 },
            "Razz Berry":     { "keep" : 100 }
          }
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },
      {
        "type": "CatchLuredPokemon"
      },
      {
        "type": "SpinFort"
      },
      {
        "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": 4.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": "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"},
      "// Example of always catching Rattata:": {},
      "// Rattata": { "always_catch" : true }
    },
    "release": {
      "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
      "// 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 stronger (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}
    },
    "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": {}

    }
}

Steps to Reproduce

just start it

Other Information

OS:Kali Git Commit: e9b229ec0fd14a4814ea7431b1256850e907cfbf Python Version: Python 2.7.11

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 1
  • Comments: 20 (2 by maintainers)

Most upvoted comments

Ok that error was on kali linux , if i installed Normal ubuntu it works … so something is wrong with kali build