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

Bot stops and doing nothing after logged in ( OS X ) #3432

Closed
ulovehash opened this issue Aug 10, 2016 · 4 comments
Closed

Bot stops and doing nothing after logged in ( OS X ) #3432

ulovehash opened this issue Aug 10, 2016 · 4 comments

Comments

@ulovehash
Copy link

Expected Behavior

bot start farming and catching after "starting bot" message

Actual Behavior

2016-08-10 13:20:47,331 [PokemonGoBot] [INFO] [login_started] Login procedure started.
2016-08-10 13:20:48,997 [PokemonGoBot] [INFO] [login_successful] Login successful.
2016-08-10 13:20:51,155 [PokemonGoBot] [INFO]
2016-08-10 13:20:51,155 [PokemonGoBot] [INFO] --- ... ---
...
2016-08-10 13:20:51,156 [PokemonGoBot] [INFO]
2016-08-10 13:20:51,156 [PokemonGoBot] [INFO] Found encrypt.so! Platform: darwin Encrypt.so directory: /Users/user/Desktop/untitled folder/PokemonGo-Bot
2016-08-10 13:20:51,156 [PokemonGoBot] [INFO]
2016-08-10 13:20:53,190 [PokemonGoBot] [INFO] [bot_start] Starting bot...
2016-08-10 13:20:53,515 [UpdateTitleStats] [INFO] [update_title] Uptime : 0:00:06 | 0.00km walked | Level 27 (234,985 / 450,000, 52%) | +0 XP | Visited 0 stops | Caught 0 pokemon | Evolved 0 pokemon
2016-08-10 13:20:53,848 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: []
2016-08-10 13:20:53,849 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 0.05 km
2016-08-10 13:21:55,071 [UpdateTitleStats] [INFO] [update_title] Uptime : 0:01:08 | 0.00km walked | Level 27 (234,985 / 450,000, 52%) | +0 XP | Visited 0 stops | Caught 0 pokemon | Evolved 0 pokemon
2016-08-10 13:22:55,781 [UpdateTitleStats] [INFO] [update_title] Uptime : 0:02:08 | 0.00km walked | Level 27 (234,985 / 450,000, 52%) | +0 XP | Visited 0 stops | Caught 0 pokemon | Evolved 0 pokemon

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

"location": "37.787994,-122.407437",
"gmapkey": "x",
"tasks": [{
"type": "HandleSoftBan"
}, {
"type": "UpdateTitleStats",
"config": {
"min_interval": 60,
"stats": ["uptime", "km_walked", "level_stats", "xp_earned","stops_visited", "pokemon_caught", "pokemon_evolved"]
}
}, {
"type": "CollectLevelUpReward"
}, {
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
}, {
"type": "RecycleItems",
"config": {
"run_interval": 60,
"item_filter": {
"Pokeball": {
"keep": 80
},
"Greatball": {
"keep": 60
},
"Ultraball": {
"keep": 80
},
"Masterball": {
"keep": 80
},
"Potion": {
"keep": 0
},
"Super Potion": {
"keep": 0
},
"Hyper Potion": {
"keep": 0
},
"Max Potion": {
"keep": 0
},
"Revive": {
"keep": 0
},
"Max Revive": {
"keep": 0
},
"Razz Berry": {
"keep": 50
}
}
}
}, {
"type": "EvolvePokemon",
"config": {
"evolve_all": "Pidgey,Rattata,Zubat,Weedle,Drowzee,Spearow,Venonat,Caterpie,Krabby,Paras,Jigglypuff,Sandshrew,Vulpix,Meowth,Psyduck,Mankey,Tentacool,Ponyta,Slowpoke,Magnemite,Doduo,Seel,Voltorb,Horsea,Goldeen,Staryu,Ekans",
"first_evolve_by": "cp",
"evolve_above_cp": 0,
"evolve_above_iv": 0,
"logic": "or",
"evolve_speed": 1,
"use_lucky_egg": false,
"run_interval": 180
}
}, {
"type": "TransferPokemon",
"config": {
"run_interval": 180
}
}, {
"type": "MoveToFort",
"config": {
"lure_attraction": true,
"lure_max_distance": 2000,
"ignore_item_count": true
}
}, {
"type": "SpinFort",
"config": {
"ignore_item_count": true
}
}, {
"type": "CatchVisiblePokemon"
}, {
"type": "CatchLuredPokemon"
}],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 500
},
"websocket_server": false,
"walk": 80,
"action_wait_min": 0,
"action_wait_max": 1,
"debug": false,
"test": false,
"health_record": false,
"location_cache": false,
"distance_unit": "m",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {
"always_catch": true
}
},
"release": {
"any": {
"keep_best_iv": 1
},
"Moltres": {
"keep_best_iv": 3
},
"Zapdos": {
"keep_best_iv": 3
},
"Articuno": {
"keep_best_iv": 3
},
"Mewtwo": {
"keep_best_iv": 3
},
"Dragonite": {
"keep_best_iv": 3
},
"Dratini": {
"keep_best_iv": 3
},
"Dragonair": {
"keep_best_iv": 3
},
"Snorlax": {
"keep_best_iv": 3
}
},
"vips": {
"any": {
"catch_above_cp": 1200,
"catch_above_iv": 0.9,
"logic": "or"
},
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},
"Mewtwo": {},
"Dragonite": {},
"Snorlax": {},
"Mew": {},
"Arcanine": {},
"Vaporeon": {},
"Gyarados": {},
"Exeggutor": {},
"Muk": {},
"Weezing": {},
"Flareon": {}
}
}

Other Information

OS: X
Python Version: Python 2.7.12

@Tych0n
Copy link

Tych0n commented Aug 10, 2016

@ulovehash same for me, relaunched it 3 times and then just waited for ~7 minutes and it continuied by himself. If it won't, check here #2918. At least this isn't because Niantic changed smthng, cause issues appeared before #2818.

@ulovehash
Copy link
Author

@Nik0lashka same story now bro

@focamonca
Copy link

idem

@ulovehash
Copy link
Author

after 4 hours it came back, just starting bot and that's all

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

4 participants