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

What happened? after 1day of running smooth #3493

Closed
ponytails opened this issue Aug 10, 2016 · 11 comments
Closed

What happened? after 1day of running smooth #3493

ponytails opened this issue Aug 10, 2016 · 11 comments

Comments

@ponytails
Copy link

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.
    yes
  2. Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead.

2016-08-10 12:02:41,393 [PokemonGoBot] [INFO] [bot_start] Starting bot...
2016-08-10 12:02:41,540 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: []
2016-08-10 12:02:41,540 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 0.88 km
2016-08-10 12:02:42,715 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.630176, 0) to (41.881721, -87.630176, 0) (0.0 m)
2016-08-10 12:02:44,846 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.630176, 0) to (41.88235322076317, -87.630176, 0) (70.2997644249 m)
2016-08-10 12:03:16,173 [FollowSpiral] [INFO] [position_update] Walking from (41.88235322076317, -87.630176, 0) to (41.88235322076317, -87.62950141885796, 0) (55.8462354494 m)
2016-08-10 12:03:42,230 [FollowSpiral] [INFO] [position_update] Walking from (41.88235322076317, -87.62950141885796, 0) to (41.881721, -87.62950141885796, 0) (70.2997644249 m)
2016-08-10 12:04:16,706 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.62950141885796, 0) to (41.881088779236826, -87.62950141885796, 0) (70.2997644249 m)

^C2016-08-10 12:04:29,166 [PokemonGoBot] [INFO] [bot_exit] Exiting bot.
2016-08-10 12:04:29,275 [ cli] [INFO]
2016-08-10 12:04:29,275 [ cli] [INFO] Ran for 0:01:51
2016-08-10 12:04:29,275 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h
2016-08-10 12:04:29,276 [ cli] [INFO] Travelled 0.00km
2016-08-10 12:04:29,276 [ cli] [INFO] Visited 0 stops
2016-08-10 12:04:29,276 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-10 12:04:29,276 [ cli] [INFO] Threw 0 pokeballs
2016-08-10 12:04:29,276 [ cli] [INFO] Earned 0 Stardust
2016-08-10 12:04:29,276 [ cli] [INFO]
2016-08-10 12:04:29,276 [ cli] [INFO] Highest CP Pokemon:
2016-08-10 12:04:29,276 [ cli] [INFO] Most Perfect Pokemon:
Press any button or wait 20 seconds.

  1. 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.

dev

Expected Behavior

normal catch pokemon

Actual Behavior

walking

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

{
    "auth_service": "google",
    "username": "",
    "password": "",
    "location": "",
    "gmapkey": "",
    "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" : 30 },
         "Greatball":      { "keep" : 40 },
         "Ultraball":      { "keep" : 30 },
            "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": 2},
      "// Example of keeping 2 stronger (based on IV) Zubat:": {},
      "// Zubat": {"keep_best_iv": 2},
      "// Also, it is working with any": {},
      "any": {"keep_best_cp": 2, "keep_best_iv": 3},
      "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
      "//Rattata": {"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

./run.sh

Other Information

OS: ubuntu
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)

@ponytails
Copy link
Author

ponytails commented Aug 10, 2016

yes.. i know that..

what i asked here is why my bot keeps doing this

2016-08-10 12:02:42,715 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.630176, 0) to (41.881721, -87.630176, 0) (0.0 m) 2016-08-10 12:02:44,846 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.630176, 0) to (41.88235322076317, -87.630176, 0) (70.2997644249 m) 2016-08-10 12:03:16,173 [FollowSpiral] [INFO] [position_update] Walking from (41.88235322076317, -87.630176, 0) to (41.88235322076317, -87.62950141885796, 0) (55.8462354494 m) 2016-08-10 12:03:42,230 [FollowSpiral] [INFO] [position_update] Walking from (41.88235322076317, -87.62950141885796, 0) to (41.881721, -87.62950141885796, 0) (70.2997644249 m) 2016-08-10 12:04:16,706 [FollowSpiral] [INFO] [position_update] Walking from (41.881721, -87.62950141885796, 0) to (41.881088779236826, -87.62950141885796, 0) (70.2997644249 m)

@oi-io
Copy link

oi-io commented Aug 10, 2016

same here

@Ph4i1ur3
Copy link

I refer you to #3435

@razithekillers
Copy link

r u running multiple bot?

@ponytails
Copy link
Author

hello .. no single bot only..

fixed.. i just change my vps ip 💃

@buzzo123
Copy link

i change ip but dont works...

@ponytails
Copy link
Author

maybe switch location

@buzzo123
Copy link

i try but nothing, all the 3 account i use is right this

@HelloTroy
Copy link

Exact same thing is happening to me. This morning it started working again but subsequently broke after I added a second bot. Perhaps it is only allowing one bot now...?

@Ph4i1ur3
Copy link

Yes, one to two bots seems to be the limit

@buzzo123
Copy link

nooo :(

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

No branches or pull requests

7 participants