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

zero pokestops visited in FollowCluster mode #4086

Closed
WernonX opened this issue Aug 16, 2016 · 1 comment
Closed

zero pokestops visited in FollowCluster mode #4086

WernonX opened this issue Aug 16, 2016 · 1 comment

Comments

@WernonX
Copy link

WernonX commented Aug 16, 2016

Expected Behavior

in cluster mode bot should spin all near pokestops every 5+ minutes

Actual Behavior

i did 31m test in FollowCluster, bot visited 0 pokestops

2016-08-16 15:15:21,210 [PokemonGoBot] [INFO] Pokemon Captured: 5739 | Pokestops Visited: 5703
2016-08-16 15:15:43,951 [FollowCluster] [INFO] [arrived_at_cluster] Arrived at cluster. 5 are in a range of 50m radius.

...
captured 25 pokemons ...
...

2016-08-16 15:46:12,446 [PokemonGoBot] [INFO] Pokemon Captured: 5764 | Pokestops Visited: 5703

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

{
"auth_service": "google",
"username": "",
"password": "",
"libencrypt_location": "",
"websocket_server": false,
"// location": "",
"gmapkey": "",
"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "SleepSchedule",
"config": {
"enabled": false,
"time": "22:54",
"duration":"7:46",
"time_random_offset": "00:24",
"duration_random_offset": "00:43"
}
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "UpdateLiveStats",
"config": {
"enabled": false,
"min_interval": 10,
"stats": ["username", "uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"],
"terminal_log": true,
"terminal_title": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "NicknamePokemon",
"config": {
"enabled": false,
"nickname_template": "{iv_pct}_{iv_ads}"
}
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "none",
"// evolve_all": "Pidgey,Weedle,Caterpie,Rattata,Drowzee,Zubat,Goldeen,Spearow,Clefairy,Venonat,Staryu,Psyduck,Shellder,Magikarp,Poliwag,Slowpoke,Goldeen,Growlithe,Tentacool,Pikachu,Paras,Jigglypuff,Nidoran F,Nidoran M,Krabby,Exeggcute,Cubone,Horsea,Koffing,Mankey",
"first_evolve_by": "cp",
"evolve_above_cp": 10,
"evolve_above_iv": 0.1,
"logic": "or",
"evolve_speed": 25,
"use_lucky_egg": false
}
},
{
"type": "RecycleItems",
"config": {
"min_empty_space": 15,
"max_balls_keep": 300,
"max_potions_keep": 0,
"max_berries_keep": 120,
"max_revives_keep": 10,
"item_filter": {
"Pokeball": { "keep" : 200 },
"Greatball": { "keep" : 120 },
"Ultraball": { "keep" : 120 },
"Potion": { "keep" : 0 },
"Super Potion": { "keep" : 0 },
"Hyper Potion": { "keep" : 5 },
"Max Potion": { "keep" : 10 },
"Revive": { "keep" : 10 },
"Razz Berry": { "keep" : 80 }
}
}
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "SpinFort"
},
{
"type": "FollowCluster",
"config": {
"enabled": true,
"radius": 50,
"lured": true
}
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
},
"walk_max": 6.16,
"walk_min": 4.16,
"// walk": 4.16,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": true,
"location_cache": true,
"// location_cache": false,
"distance_unit": "km",
"reconnecting_timeout": 15,
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"min_ultraball_to_keep": 10,
"logging_color": true,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
"// Example of always catching Rattata:": {},
"// Rattata": { "always_catch" : true }
},
"catch_throw_parameters": {
"excellent_rate": 0.1,
"great_rate": 0.5,
"nice_rate": 0.3,
"normal_rate": 0.1,
"spin_success_rate": 0.6
},
"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": 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": {}
}

}

Output when issue occurred

Steps to Reproduce

Other Information

OS:

linux

Branch: debian

master

Git Commit:

52495ae

Python Version:

Python 2.7.12+

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

@k4n30
Copy link
Contributor

k4n30 commented Aug 17, 2016

Waiting on #4115

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