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

<dev> Followpath completes 100m within 17 secs #5291

Closed
deception83 opened this issue Sep 8, 2016 · 9 comments
Closed

<dev> Followpath completes 100m within 17 secs #5291

deception83 opened this issue Sep 8, 2016 · 9 comments
Assignees
Labels

Comments

@deception83
Copy link

deception83 commented Sep 8, 2016

Expected Behavior

To slowly walk to the waypoint using the speed from walk_max and walk_min

Actual Behavior

Completed a 100m dash in 17 secs

Your FULL config.json (remove your username, password, gmapkey and any other private info)

> {

"// websocket_server": false,
"heartbeat_threshold": 10,
"enable_social": true,
"live_config_update": {
  "enabled": true,
  "tasks_only": false
},
"tasks": [
  {
    "type": "TelegramTask",
    "config": {
      "enabled": true,
      "master": ,
      "password": "",
      "alert_catch": {
        "all": {"operator": "or", "cp": 1200, "iv": 0.9}
        }
    }
  },
  {
    "type": "HandleSoftBan"
  },
  {
    "type": "RandomAlivePause",
    "config": {
      "enabled": true,
      "min_duration": "00:00:10",
      "max_duration": "00:20:00",
      "min_interval": "00:30:00",
      "max_interval": "01:00:00"
    }
  },
  {
     "type": "CollectLevelUpReward",

"config": {
"collect_reward": true,
"level_limit": -1
}
},
{
"type": "IncubateEggs",
"config": {
"enabled": true,
"infinite_longer_eggs_first": false,
"breakable_longer_eggs_first": true,
"min_interval": 120,
"infinite": [2,5,10],
"breakable": [5,10]
}
},
{
"type": "ShowBestPokemon",
"config": {
"enabled": true,
"min_interval": 60,
"amount": 5,
"order_by": "cp",
"info_to_show": ["cp", "ivcp", "dps", "hp"]
}
},
{
"type": "PokemonOptimizer",
"config": {
"enabled": true,
"transfer": true,
"transfer_wait_min": 3,
"transfer_wait_max": 5,
"evolve": true,
"evolve_time": 20,
"evolve_for_xp": true,
"evolve_only_with_lucky_egg": false,
"evolve_count_for_lucky_egg": 92,
"may_use_lucky_egg": false,
"min_slots_left": 10,
"upgrade_level": 60,
"groups": {
"trash" : ["Pidgey", "Rattata", "Caterpie", "Weedle", "Venonat"]
},
"keep": [
{
"mode": "by_pokemon",
"names": ["Eevee"],
"top": 1,
"evolve": false,
"sort": ["iv", "cp"],
"upgrade": false
},
{
"mode": "by_family",
"top": 1,
"evolve": true,
"sort": ["iv", "cp"],
"upgrade": false
},
{
"mode": "by_family",
"top": 1,
"evolve": true,
"sort": ["ncp", "iv"],
"upgrade": false
},
{
"mode": "by_family",
"top": 1,
"evolve": false,
"sort": ["cp"],
"upgrade": false
},
{
"mode": "by_family",
"names": ["trash"],
"top": 1,
"evolve": true,
"sort": ["iv","cp"],
"upgrade": false
}
]
}
},
{
"type": "NicknamePokemon",
"config": {
"enabled": true,
"dont_nickname_favorite": true,
"nickname_above_iv": 0.8,
"nickname_template": "{name:.9s}_{iv_pct2}",
"nickname_wait_min": 3,
"nickname_wait_max": 5
}
},
{
"type": "RecycleItems",
"config": {
"min_empty_space": 30,
"max_balls_keep": 200,
"max_potions_keep": 70,
"max_berries_keep": 30,
"max_revives_keep": 20,
"item_filter": {
"Pokeball": { "keep" : 80 },
"Greatball": { "keep" : 100 },
"Potion": { "keep" : 0 },
"Super Potion": { "keep" : 20 },
"Hyper Potion": { "keep" : 30 },
"Revive": { "keep" : 20 },
"Razz Berry": { "keep" : 30 }
},
"recycle_wait_min": 3,
"recycle_wait_max": 5,
"recycle_force": true,
"recycle_force_min": "00:01:00",
"recycle_force_max": "00:10:00"
}
},
{
"type": "CatchPokemon",
"config": {
"catch_visible_pokemon": true,
"catch_lured_pokemon": true,
"min_ultraball_to_keep": 10,
"berry_threshold": 0.40,
"vip_berry_threshold": 0.9,
"treat_unseen_as_vip": true,
"daily_catch_limit": 300,
"vanish_settings": {
"consecutive_vanish_limit": 10,
"rest_duration_min": "02:00:00",
"rest_duration_max": "04:00:00"
},
"catch_throw_parameters": {
"excellent_rate": 0.1,
"great_rate": 0.2,
"nice_rate": 0.3,
"normal_rate": 0.4,
"spin_success_rate" : 0.55,
"hit_rate": 0.70
},
"catch_simulation": {
"flee_count": 3,
"flee_duration": 2,
"catch_wait_min": 2,
"catch_wait_max": 6,
"berry_wait_min": 2,
"berry_wait_max": 3,
"changeball_wait_min": 3,
"changeball_wait_max": 5,
"newtodex_wait_min": 20,
"newtodex_wait_max": 30
}
}
},
{
"type": "SpinFort",
"config": {
"enabled": true,
"spin_wait_min": 3,
"spin_wait_max": 6,
"daily_spin_limit": 1900
}
},
{ "type": "UpdateWebInventory",
"config": {
"enabled": true
}
},
{
"type": "FollowPath",
"config": {
"enabled": true,
"walker": "PolylineWalker",
"path_mode": "loop",
"path_start_mode": "closest",
"path_file": "configs/path.downtown.json",
"number_lap": 2,
"timer_restart_min": "00:10:00",
"timer_restart_max": "00:20:00"
}
},
{
"type": "CampFort",
"config": {
"enabled": true,
"max_distance": 400,
"min_forts_count": 2,
"min_lured_forts_count": 1,
"camping_time": 1800,
"moving_time": 600
}
},
{
"type": "MoveToMapPokemon",
"config": {
"enabled": false,
"address": "http://localhost:5000",
"//NOTE: Change the max_sniping_distance to adjust the max sniping range (m)": {},
"max_sniping_distance": 20000000,
"//NOTE: Change the max_walking_distance to adjust the max walking range when snipe is off (m)": {},
"max_walking_distance": 1000,
"min_ball": 20,
"prioritize_vips": true,
"snipe": true,
"snipe_high_prio_only": true,
"snipe_high_prio_threshold": 500,
"update_map": true,
"mode": "priority",
"map_path": "raw_data",
"walker": "StepWalker",
"max_extra_dist_fort": 10,
"skip_rounds": 50,
"update_map_min_distance_meters": 500,
"update_map_min_time_sec": 120,
"snipe_sleep_sec": 2,
"snipe_max_in_chain": 1,
"debug": false,
"catch": {
"==========Legendaries==========": 0,
"Aerodactyl": 1000,
"Snorlax": 1000,
"Articuno": 1000,
"Zapdos": 1000,
"Moltres": 1000,
"Dratini": 400,
"Dragonair": 900,
"Dragonite": 1000,
"Mewtwo": 1000,
"Mew": 1000,

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

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

        "==========Starters==========": 0,
        "Venusaur": 1000,

        "Charizard": 1000,

        "Blastoise": 1000,

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

        "==========Semi Rare==========": 0,
        "Porygon": 600,
        "Scyther": 600,
        "Jynx": 600,
        "Hitmonlee": 600,
        "Hitmonchan": 600,


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

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

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

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

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

        "Haunter": 500,
        "Gengar": 1000,

        "Onix": 600,

        "Drowzee": 600,

        "Hypno": 600,

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

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

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

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

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

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

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

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

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

        "Gyarados": 800,

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

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

        "Hitmonlee": 600,

        "Hitmonchan": 600,

        "Lickitung": 600,

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

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

        "Chansey": 800

      }
    }
  },
  {
    "type": "MoveToFort",
    "config": {
        "enabled": true,
        "lure_attraction": true,
        "lure_max_distance": 3000,
        "walker": "PolylineWalker",
        "log_interval": 5
    }
  },
  {
    "type": "FollowSpiral",
    "config": {
      "enabled": true,
      "diameter": 4,
      "step_size": 70
    }
  }
],
"map_object_cache_time":5,
"forts": {
  "avoid_circles": false,
  "max_circle_size": 10,
  "cache_recent_forts": true
},
  "pokemon_bag": {
  "// if 'show_at_start' is true, it will log all the pokemons in the bag (not eggs) at bot start": {},
  "show_at_start": true,
  "// if 'show_count' is true, it will show the amount of each pokemon (minimum 1)": {},
  "show_count": true,
  "// if 'show_candies' is true, it will show the amount of candies for each pokemon": {},
  "show_candies": true,
  "// 'pokemon_info' parameter define which info to show for each pokemon": {},
  "// the available options are": {},
  "// ['cp', 'iv_ads', 'iv_pct', 'ivcp', 'ncp', 'level', 'hp', 'moveset', 'dps']": {},
  "pokemon_info": ["cp", "iv_pct"]
},
"walk_max": 4.05,
"walk_min": 1.5,
"alt_min": 50,
"alt_max": 150,
"gps_default_altitude": 8.0,
"replicate_gps_xy_noise": true,
"replicate_gps_z_noise": true,
"gps_xy_noise_range": 0.000025,
"gps_z_noise_range": 12.5,
"debug": false,
"test": false,
"walker_limit_output": false,
"health_record": true,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"logging": {
  "color": true,
  "show_datetime": true,
  "show_process_name": true,
  "show_log_level": true,
  "show_thread_name": false
},
"catch": {

"Pidgey": {"catch_above_cp": 200, "catch_above_iv": 0.8, "logic": "and"},
"Rattata": {"catch_above_cp": 100, "catch_above_iv": 0.8, "logic": "and"},
"Venonat": {"catch_above_cp": 100, "catch_above_iv": 0.8, "logic": "and"},
"Caterpie": {"catch_above_cp": 100, "catch_above_iv": 0.8, "logic": "and"},
"Magikarp": {"catch_above_cp": 100, "catch_above_iv": 0.8, "logic": "and"},
"any": {"catch_above_cp": 100, "catch_above_iv": 0.80, "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": 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": {},
    "Gyarados": {},
    "Muk": {},
    "Weezing": {},
    "Farfetch'd": {},
    "Kangaskhan": {},
    "Mr. Mime": {},
    "Tauros": {},
    "Chansey": {},
    "Hitmonlee": {},
    "Hitmonchan": {},
    "Lickitung": {}
},

"// websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}

Output when issue occurred

[2016-09-08 17:14:43] [FollowPath] [INFO] Walking from (1.2822329603267415, 103.84856884464244, 6.9831008920896815) to (1.28159, 103.84954, 8.0), distance left: (0.13 km) ..
[2016-09-08 17:14:44] [FollowPath] [INFO] Walking from (1.2822173743405245, 103.84859272724482, 7.019579344939509) to (1.28159, 103.84954, 8.0), distance left: (0.13 km) ..
[2016-09-08 17:14:44] [FollowPath] [INFO] Walking from (1.282207140150134, 103.84861363027034, 6.870531895863424) to (1.28159, 103.84954, 8.0), distance left: (0.12 km) ..
[2016-09-08 17:14:46] [FollowPath] [INFO] Walking from (1.2821885064333336, 103.84863530593056, 7.006849357343985) to (1.28159, 103.84954, 8.0), distance left: (0.12 km) ..
[2016-09-08 17:14:46] [FollowPath] [INFO] Walking from (1.2821764800511342, 103.84866012210817, 6.81169709598659) to (1.28159, 103.84954, 8.0), distance left: (0.12 km) ..
[2016-09-08 17:14:46] [FollowPath] [INFO] Walking from (1.282158851833149, 103.84868740232228, 6.5877677667145615) to (1.28159, 103.84954, 8.0), distance left: (0.11 km) ..
[2016-09-08 17:14:47] [FollowPath] [INFO] Walking from (1.2821531514554323, 103.84870110136663, 6.737180797950861) to (1.28159, 103.84954, 8.0), distance left: (0.11 km) ..
[2016-09-08 17:14:47] [FollowPath] [INFO] Walking from (1.2821435645809875, 103.84871428048802, 6.692980364469391) to (1.28159, 103.84954, 8.0), distance left: (0.11 km) ..
[2016-09-08 17:14:48] [FollowPath] [INFO] Walking from (1.2821249819883451, 103.8487409365683, 6.4307794807360725) to (1.28159, 103.84954, 8.0), distance left: (0.11 km) ..
[Errno 104] Connection reset by peer
[2016-09-08 17:14:51] [FollowPath] [INFO] Walking from (1.2821046031059775, 103.84876790023392, 6.696229715587473) to (1.28159, 103.84954, 8.0), distance left: (0.10 km) ..
[2016-09-08 17:14:51] [FollowPath] [INFO] Walking from (1.2820895909344112, 103.84879042769884, 6.39928771721838) to (1.28159, 103.84954, 8.0), distance left: (0.10 km) ..
[2016-09-08 17:14:52] [FollowPath] [INFO] Walking from (1.2820736494507539, 103.84881351440362, 6.561910277071261) to (1.28159, 103.84954, 8.0), distance left: (0.10 km) ..
[2016-09-08 17:14:52] [FollowPath] [INFO] Walking from (1.2820625565007053, 103.84883449184692, 6.1879122387896475) to (1.28159, 103.84954, 8.0), distance left: (0.09 km) ..
[2016-09-08 17:14:53] [FollowPath] [INFO] Walking from (1.282044204740045, 103.84885864558099, 6.081337295838932) to (1.28159, 103.84954, 8.0), distance left: (0.09 km) ..
[2016-09-08 17:14:55] [FollowPath] [INFO] Walking from (1.2820277346917104, 103.84888841962031, 6.149848154465416) to (1.28159, 103.84954, 8.0), distance left: (0.09 km) ..
[2016-09-08 17:14:57] [FollowPath] [INFO] Walking from (1.2820157630513938, 103.84890771821017, 6.03107376132378) to (1.28159, 103.84954, 8.0), distance left: (0.08 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.282006488297446, 103.84892291668609, 6.079000003988139) to (1.28159, 103.84954, 8.0), distance left: (0.08 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819965841229959, 103.84894028651257, 6.239070676921683) to (1.28159, 103.84954, 8.0), distance left: (0.08 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.281983788201427, 103.84896079415076, 6.160117770656144) to (1.28159, 103.84954, 8.0), distance left: (0.08 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819595265958836, 103.84899211686333, 6.14419774650847) to (1.28159, 103.84954, 8.0), distance left: (0.07 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819530495092883, 103.84900870081783, 5.809002317798816) to (1.28159, 103.84954, 8.0), distance left: (0.07 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819396025193648, 103.84902747368704, 6.013795541508898) to (1.28159, 103.84954, 8.0), distance left: (0.07 km) ..
[2016-09-08 17:14:58] [ShowBestPokemon] [INFO] [Dragonite, CP 1903, IVCP 0.61, DPS 15.04, HP 110/110] | [Exeggutor, CP 1672, IVCP 0.93, DPS 12.63, HP 120/120] | [Snorlax, CP 1592, IVCP 0.96, DPS 14.76, HP 188/188] | [Slowbro, CP 1543, IVCP 0.62, DPS 11.1, HP 128/128] | [Poliwrath, CP 1412, IVCP 0.58, DPS 15.07, HP 112/112]
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819212199911862, 103.84905164571042, 5.9986907722255784) to (1.28159, 103.84954, 8.0), distance left: (0.07 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2819021017387908, 103.84908161182864, 5.884047698539518) to (1.28159, 103.84954, 8.0), distance left: (0.06 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2818875268892536, 103.84910170591895, 5.961126733794691) to (1.28159, 103.84954, 8.0), distance left: (0.06 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.281877693976794, 103.84911227534087, 5.937811099180854) to (1.28159, 103.84954, 8.0), distance left: (0.06 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.281869464874571, 103.84911984817698, 6.169356850129349) to (1.28159, 103.84954, 8.0), distance left: (0.06 km) ..
[2016-09-08 17:14:58] [FollowPath] [INFO] Walking from (1.2818524229388346, 103.84914677287854, 5.8894334753407644) to (1.28159, 103.84954, 8.0), distance left: (0.05 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2818366011298046, 103.84917454290564, 6.07201137960963) to (1.28159, 103.84954, 8.0), distance left: (0.05 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2818220605154116, 103.84920464098141, 6.060498823247519) to (1.28159, 103.84954, 8.0), distance left: (0.05 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2818127277038827, 103.84922300901275, 5.8179675692190544) to (1.28159, 103.84954, 8.0), distance left: (0.04 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2818015352885703, 103.84924136929958, 6.019985316072789) to (1.28159, 103.84954, 8.0), distance left: (0.04 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817889197071597, 103.84926829100651, 6.1629680883794205) to (1.28159, 103.84954, 8.0), distance left: (0.04 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.281779669264147, 103.8492855245992, 5.834310162945999) to (1.28159, 103.84954, 8.0), distance left: (0.04 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817753093145552, 103.84930155217383, 6.039551124080895) to (1.28159, 103.84954, 8.0), distance left: (0.03 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.281767773236263, 103.8493187948893, 6.1285970751347785) to (1.28159, 103.84954, 8.0), distance left: (0.03 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817591905414398, 103.8493346770986, 5.964372475321875) to (1.28159, 103.84954, 8.0), distance left: (0.03 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817397574507825, 103.84936311001428, 5.624440393289487) to (1.28159, 103.84954, 8.0), distance left: (0.03 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817210091065274, 103.84939309366355, 5.558625536755718) to (1.28159, 103.84954, 8.0), distance left: (0.02 km) ..
[2016-09-08 17:14:59] [FollowPath] [INFO] Walking from (1.2817142106839563, 103.84940907866356, 5.687042991253283) to (1.28159, 103.84954, 8.0), distance left: (0.02 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2817010140379081, 103.84943116796408, 5.7156884003350195) to (1.28159, 103.84954, 8.0), distance left: (0.02 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2816940066543274, 103.84944529971715, 5.635705808826364) to (1.28159, 103.84954, 8.0), distance left: (0.02 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2816867237140754, 103.84945957065167, 5.540045912976002) to (1.28159, 103.84954, 8.0), distance left: (0.01 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2816701572800249, 103.84948273373465, 5.3368082723085815) to (1.28159, 103.84954, 8.0), distance left: (0.01 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.281660355867361, 103.84950066095435, 5.493707363433482) to (1.28159, 103.84954, 8.0), distance left: (0.01 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2816425159886293, 103.84952266226941, 5.474183746956065) to (1.28159, 103.84954, 8.0), distance left: (0.01 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.2816212333081076, 103.84953426587411, 5.261470935109754) to (1.28159, 103.84954, 8.0), distance left: (0.00 km) ..
[2016-09-08 17:15:00] [FollowPath] [INFO] Walking from (1.281601577114721, 103.84953788323577, 5.316136500049653) to (1.28159, 103.84954, 8.0), distance left: (0.00 km) ..

Steps to Reproduce

Task Bot to use followpath

Other Information

OS: Linux Mint

Branch: dev

Git Commit: 6aea15f

Python Version:

Any other relevant files/configs (eg: path files)

@deception83 deception83 changed the title <dev> Followpath completes 100m within 1 minute <dev> Followpath completes 100m within 17 secs Sep 8, 2016
@mmixx
Copy link

mmixx commented Sep 8, 2016

Yeah... After I've updated to the current commit, the bot suddenly walks faster than usual...

@Talz996
Copy link

Talz996 commented Sep 8, 2016

I'm seeing the same thing.

[2016-09-08 08:00:38] [MainThread] [MoveToFort] [INFO] Moving towards pokestop Mill Creek Tree Chair - 0.30mi
[2016-09-08 08:00:43] [MainThread] [MoveToFort] [INFO] Moving towards pokestop Mill Creek Tree Chair - 0.24mi
[2016-09-08 08:00:48] [MainThread] [MoveToFort] [INFO] Moving towards pokestop Mill Creek Tree Chair - 0.06mi
[2016-09-08 08:00:50] [MainThread] [ SpinFort] [INFO] Found nothing in pokestop Mill Creek Tree Chair.
[2016-09-08 08:00:50] [MainThread] [ SpinFort] [INFO] Possibly searching too often, take a rest.
[2016-09-08 08:00:50] [MainThread] [ SpinFort] [INFO] Probably got softban.

@muffe
Copy link

muffe commented Sep 8, 2016

Looks like the issue was introduced in either eb3861e or 6aea15f.

I'm on b66fc88 which seems fine so far.

@MyShiLingStar
Copy link

Just tested it and I experienced the same problem.
Mine finish 0.07km (70m) in just about 4 seconds.

[2016-09-08 08:32:10] [FollowPath] [INFO] Walking from (34.00973713827172, -118.49610241898421, 8.0) to (34.0100744, -118.4954908, 8.0), distance left: (0.07 km) ..
[2016-09-08 08:32:11] [FollowPath] [INFO] Walking from (34.009717582701036, -118.49608553638684, 7.361054085061836) to (34.0100744, -118.4954908, 8.0), distance left: (0.07 km) ..
[2016-09-08 08:32:11] [FollowPath] [INFO] Walking from (34.009699966146044, -118.4960698050999, 7.349001020412185) to (34.0100744, -118.4954908, 8.0), distance left: (0.07 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009716714658104, -118.4960504674608, 7.431829648480365) to (34.0100744, -118.4954908, 8.0), distance left: (0.07 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00973556232697, -118.49602742195171, 7.303626722018598) to (34.0100744, -118.4954908, 8.0), distance left: (0.06 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009749311972804, -118.49600504397996, 7.34844525301207) to (34.0100744, -118.4954908, 8.0), distance left: (0.06 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009763601022215, -118.49598599092276, 7.327685278169569) to (34.0100744, -118.4954908, 8.0), distance left: (0.06 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00978147150574, -118.49596226956969, 7.329699554330909) to (34.0100744, -118.4954908, 8.0), distance left: (0.05 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009797326328986, -118.49594327693119, 7.27756024101799) to (34.0100744, -118.4954908, 8.0), distance left: (0.05 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00981242357502, -118.49592942860367, 7.310429431196136) to (34.0100744, -118.4954908, 8.0), distance left: (0.05 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00982521801954, -118.49590698806131, 7.286135374333353) to (34.0100744, -118.4954908, 8.0), distance left: (0.05 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009833354379374, -118.49589504119785, 7.41730225787208) to (34.0100744, -118.4954908, 8.0), distance left: (0.05 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00984933244021, -118.49587065811636, 7.322082957199905) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.0098682600264, -118.4958489082574, 7.5491676555176985) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009879858136486, -118.49583961774368, 7.3879079177083655) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00986244657572, -118.49581903952864, 7.4375063114491935) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.009845581861896, -118.49579766442642, 7.592689544147225) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00982864338317, -118.49577317984513, 7.5712772039089) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00981692248845, -118.49575547672237, 7.628669416993432) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00979916315484, -118.49573609874244, 7.423493339289682) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00978346770425, -118.49570375432353, 7.3375018174603275) to (34.0100744, -118.4954908, 8.0), distance left: (0.04 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00981579350555, -118.49569111235644, 7.4742058101371525) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:12] [FollowPath] [INFO] Walking from (34.00984004967829, -118.49570597100663, 7.241467251093178) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00986022504286, -118.49572057629769, 7.026797404883632) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.009886379031066, -118.49572993640055, 7.082003195771264) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.009910859130635, -118.49573195028421, 7.054955329384899) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00992212490672, -118.49573454241805, 6.9040365353825175) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.009946199072644, -118.49573680467859, 7.131225951901328) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00996708699412, -118.49574365512848, 6.949882182833634) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.01000634963005, -118.49575244984325, 6.608531749544881) to (34.0100744, -118.4954908, 8.0), distance left: (0.03 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.01003215583815, -118.4957355214638, 6.209474923367359) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.01003940053289, -118.49571506479609, 6.145888391895674) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.010042252077724, -118.49569723516491, 6.171191987756688) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.010031348638876, -118.49567191483246, 6.373713914390571) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.01001287557762, -118.49564785982386, 6.17732433293735) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.010001776080756, -118.49563108772404, 6.066993110617664) to (34.0100744, -118.4954908, 8.0), distance left: (0.02 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.009988742646115, -118.49560934276101, 5.707188202598376) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00998596189612, -118.49559354479422, 5.700597325917656) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00996870720967, -118.49556742507339, 5.359524931292165) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.0099603974448, -118.4955387097374, 5.441801545126239) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00995434427022, -118.49551033089206, 5.305532849638319) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00995528962117, -118.49547685828583, 4.873745324123398) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00996623694503, -118.4954542335799, 4.826416007464941) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.0099854618093, -118.49542963251727, 4.946029341286874) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:13] [FollowPath] [INFO] Walking from (34.00999869897922, -118.49541092688624, 4.782800505227292) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:14] [FollowPath] [INFO] Walking from (34.01000970825056, -118.49541686708336, 4.939300632282756) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:14] [FollowPath] [INFO] Walking from (34.01002198421127, -118.49542831132305, 4.753282301258652) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:14] [FollowPath] [INFO] Walking from (34.010036167494995, -118.49544418222095, 4.907296652057992) to (34.0100744, -118.4954908, 8.0), distance left: (0.01 km) ..
[2016-09-08 08:32:14] [FollowPath] [INFO] Walking from (34.01005690973815, -118.49546887068136, 4.89483204100976) to (34.0100744, -118.4954908, 8.0), distance left: (0.00 km) ..
[2016-09-08 08:32:14] [FollowPath] [INFO] Walking from (34.010068626649975, -118.49548389537996, 4.716216194321409) to (34.0100744, -118.4954908, 8.0), distance left: (0.00 km) ..

@th3w4y
Copy link
Contributor

th3w4y commented Sep 8, 2016

@ShiLingStar do you have the latest commit b0b1e0f ?

@julienlavergne julienlavergne self-assigned this Sep 8, 2016
@th3w4y
Copy link
Contributor

th3w4y commented Sep 8, 2016

@anakin5 I think there are multiple Tasks spawning multiple StepWalkers!

@MyShiLingStar
Copy link

My bad, I believe I just missed the latest commit b0b1e0f when I was testing it.
I am now testing it again and it seems to fixed.

[2016-09-08 09:27:02] [FollowPath] [INFO] Walking from (34.01432723045102, -118.4971516610032, 657.0486842901429) to (34.0134672, -118.4973576, 8.0), distance left: (0.10 km) ..
[2016-09-08 09:27:06] [FollowPath] [INFO] Walking from (34.01431669169397, -118.49717051221839, 22.32382930825388) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:07] [FollowPath] [INFO] Walking from (34.014309075122874, -118.49718543565926, 22.569457326799327) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:08] [FollowPath] [INFO] Walking from (34.014293731070914, -118.49719912849183, 22.40757698222322) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:09] [FollowPath] [INFO] Walking from (34.01427449371978, -118.49722516563074, 22.308576335334763) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:10] [FollowPath] [INFO] Walking from (34.01427374779225, -118.49723762202734, 22.46397121392001) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:11] [FollowPath] [INFO] Walking from (34.014287716366226, -118.49725308964477, 22.443054744943826) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:11] [FollowPath] [INFO] Walking from (34.014298437972705, -118.49726514261437, 22.53335523529229) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:12] [FollowPath] [INFO] Walking from (34.014306364419774, -118.49727633014243, 22.485021606089102) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:14] [FollowPath] [INFO] Walking from (34.01431670616397, -118.4972882807502, 22.65911854170324) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:14] [FollowPath] [INFO] Walking from (34.01432436365369, -118.49730110459988, 22.80200627402574) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:15] [FollowPath] [INFO] Walking from (34.01433744927157, -118.49732077349017, 22.770993366421283) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:16] [FollowPath] [INFO] Walking from (34.01435068955187, -118.49732981829482, 22.68035594144053) to (34.014899, -118.4970599, 8.0), distance left: (0.07 km) ..
[2016-09-08 09:27:17] [FollowPath] [INFO] Walking from (34.014368242945906, -118.49735197116527, 22.8772497624159) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:18] [FollowPath] [INFO] Walking from (34.01439004528275, -118.49737476273901, 22.77856303892145) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:19] [FollowPath] [INFO] Walking from (34.01440568920196, -118.49739045682571, 22.736437304298654) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:20] [FollowPath] [INFO] Walking from (34.01442027148222, -118.49740267842006, 22.597785304997803) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:21] [FollowPath] [INFO] Walking from (34.01443557741463, -118.49741953373783, 22.73887104320641) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:22] [FollowPath] [INFO] Walking from (34.0144458299424, -118.49743136971554, 22.864445128315243) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:23] [FollowPath] [INFO] Walking from (34.01446016132264, -118.49744671093052, 22.89015969974755) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:25] [FollowPath] [INFO] Walking from (34.01447301412575, -118.49745726753365, 22.46533408584239) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:25] [FollowPath] [INFO] Walking from (34.014484975328934, -118.49746910123173, 22.661452076018197) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:26] [FollowPath] [INFO] Walking from (34.014496131570944, -118.4974826955174, 22.470853522593334) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:29] [FollowPath] [INFO] Walking from (34.01450466353878, -118.49749515748141, 22.66140501351914) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:30] [FollowPath] [INFO] Walking from (34.01452519228614, -118.49750240236698, 22.74489983996071) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:31] [FollowPath] [INFO] Walking from (34.0145384827108, -118.49748584824039, 22.84743958518408) to (34.014899, -118.4970599, 8.0), distance left: (0.06 km) ..
[2016-09-08 09:27:32] [FollowPath] [INFO] Walking from (34.014551128721195, -118.49747806064829, 22.83362570212701) to (34.014899, -118.4970599, 8.0), distance left: (0.05 km) ..
[2016-09-08 09:27:33] [FollowPath] [INFO] Walking from (34.014568303755766, -118.49745378303464, 22.72830422934433) to (34.014899, -118.4970599, 8.0), distance left: (0.05 km) ..
[2016-09-08 09:27:35] [FollowPath] [INFO] Walking from (34.014576322140826, -118.49744353630088, 22.825841844017685) to (34.014899, -118.4970599, 8.0), distance left: (0.05 km) ..
[2016-09-08 09:27:36] [FollowPath] [INFO] Walking from (34.01459102793059, -118.497427467666, 22.766043427204362) to (34.014899, -118.4970599, 8.0), distance left: (0.05 km) ..
[2016-09-08 09:27:37] [FollowPath] [INFO] Walking from (34.0146017491849, -118.49741619498238, 22.625817628867612) to (34.014899, -118.4970599, 8.0), distance left: (0.05 km) ..
[2016-09-08 09:27:38] [FollowPath] [INFO] Walking from (34.01461958385336, -118.49739242569771, 22.867317447724467) to (34.014899, -118.4970599, 8.0), distance left: (0.04 km) ..
[2016-09-08 09:27:40] [FollowPath] [INFO] Walking from (34.014637860121425, -118.49736715959872, 22.82917904841144) to (34.014899, -118.4970599, 8.0), distance left: (0.04 km) ..
[2016-09-08 09:27:41] [FollowPath] [INFO] Walking from (34.01465207816462, -118.49734845257676, 22.627735377341995) to (34.014899, -118.4970599, 8.0), distance left: (0.04 km) ..
[2016-09-08 09:27:42] [FollowPath] [INFO] Walking from (34.014672473471784, -118.49732445137698, 22.90292875551955) to (34.014899, -118.4970599, 8.0), distance left: (0.04 km) ..
[2016-09-08 09:27:43] [FollowPath] [INFO] Walking from (34.01469199424649, -118.49730107673227, 22.677219064293908) to (34.014899, -118.4970599, 8.0), distance left: (0.03 km) ..
[2016-09-08 09:27:43] [FollowPath] [INFO] Walking from (34.0147091946876, -118.49727435820279, 22.975560087028484) to (34.014899, -118.4970599, 8.0), distance left: (0.03 km) ..
[2016-09-08 09:27:44] [FollowPath] [INFO] Walking from (34.014729935901016, -118.49724695360936, 22.94116753618541) to (34.014899, -118.4970599, 8.0), distance left: (0.03 km) ..
[2016-09-08 09:27:45] [FollowPath] [INFO] Walking from (34.01474223553737, -118.49723552076358, 22.83693830136357) to (34.014899, -118.4970599, 8.0), distance left: (0.02 km) ..
[2016-09-08 09:27:46] [FollowPath] [INFO] Walking from (34.01475682802363, -118.49721836221394, 22.79710990419932) to (34.014899, -118.4970599, 8.0), distance left: (0.02 km) ..
[2016-09-08 09:27:47] [ SpinFort] [INFO] Spun pokestop Frog Water Fountain. Experience awarded: 50. Items awarded: 1x Potion, 2x Pokeball
[2016-09-08 09:27:52] [FollowPath] [INFO] Walking from (34.01476691041013, -118.4972001700779, 22.707116363706227) to (34.014899, -118.4970599, 8.0), distance left: (0.02 km) ..
[2016-09-08 09:27:53] [FollowPath] [INFO] Walking from (34.01477718705274, -118.49719069373964, 23.02689514465456) to (34.014899, -118.4970599, 8.0), distance left: (0.02 km) ..
[2016-09-08 09:27:54] [FollowPath] [INFO] Walking from (34.014792197898764, -118.49717110223764, 22.954859871387363) to (34.014899, -118.4970599, 8.0), distance left: (0.02 km) ..
[2016-09-08 09:27:54] [FollowPath] [INFO] Walking from (34.01480929556075, -118.49715259755988, 23.03773163477581) to (34.014899, -118.4970599, 8.0), distance left: (0.01 km) ..
[2016-09-08 09:27:55] [FollowPath] [INFO] Walking from (34.01482969105404, -118.49713191870738, 23.074434700880342) to (34.014899, -118.4970599, 8.0), distance left: (0.01 km) ..
[2016-09-08 09:27:57] [FollowPath] [INFO] Walking from (34.0148467227525, -118.49711675995128, 22.73575791028264) to (34.014899, -118.4970599, 8.0), distance left: (0.01 km) ..
[2016-09-08 09:27:58] [FollowPath] [INFO] Walking from (34.01485746217624, -118.4970984002681, 22.95644239978567) to (34.014899, -118.4970599, 8.0), distance left: (0.01 km) ..
[2016-09-08 09:27:59] [FollowPath] [INFO] Walking from (34.014873915743955, -118.49707962386847, 23.00935499494301) to (34.014899, -118.4970599, 8.0), distance left: (0.00 km) ..
[2016-09-08 09:28:00] [FollowPath] [INFO] Walking from (34.014892715934025, -118.49706414736227, 23.114340896598048) to (34.014899, -118.4970599, 8.0), distance left: (0.00 km) ..
[2016-09-08 09:28:00] [FollowPath] [INFO] Loitering for 120 seconds...

@th3w4y
Copy link
Contributor

th3w4y commented Sep 8, 2016

@ShiLingStar cool 👍

@julienlavergne
Copy link
Contributor

Fixed

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

No branches or pull requests

7 participants