-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 only walking and spin, not catching any poke balls. dev version #3068
Comments
@dwangfeng your pokemon inventory could be full. |
Here is my config file, i double checked my item list and they are not full. {
} |
Same here. Last Pokemon catched 21 hours ago at bot startup on three accounts. The bot does not have catched any other Pokemon yet. Seems that it's just working one time when starting the bot |
@dwangfeng POKEMON inventory, not ITEM inventory.
You're releasing pokemon only if his CP or IV is below 0. In other word, you're not releasing any pokemon. You keep all of them. Read the wiki please. You didn't even look at configuration parameters explanation ... |
@BriceSD i cannot understand your comments, does the above parameter have anything to do with not catching any pokemons? |
Hey @dwangfeng check out the config files wiki. You need to change the release CP and IV so the bot releases Pokemon. At the moment it's set to not release any by using 0. I realised mine was doing this so came to this section and found the answer, cheers @BriceSD |
@djadstar does your bot catch any pokemon after the change? |
Hey @dwangfeng once you added the code did your bot release a lot of pokemon? If you look in the default config there are lots of lines that are commented out with //, if you remove the // on the line " // any": {"keep_best_iv": 3}, to make it "any": {"keep_best_iv": 3}, that will do what you need it to do. Hope that helps. |
@djadstar thanks, i figure it out, looks like a address issue, the place where i entered may not have any pokestops anymore, probably the reason, i changed the place, now it started working.. |
Expected Behaviour
should walk, spin and catch poke balls after starting bot.
Actual Behaviour
bot can walk and spin pokestop, but cannot see any poke balls and catch them.
Steps to Reproduce
start bot using python pokecli.py using dev version.
Other Information
OS: Mac OS 10.11.6
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
bdcf251
Python Version: (run 'python -V' and paste it here)
Python 2.7.12
Bot running summary log:
2016-08-08 09:34:14,160 [ cli] [INFO]
2016-08-08 09:34:14,160 [ cli] [INFO] Ran for 0:03:14
2016-08-08 09:34:14,160 [ cli] [INFO] Total XP Earned: 300 Average: 5565.73/h
2016-08-08 09:34:14,160 [ cli] [INFO] Travelled 0.03km
2016-08-08 09:34:14,161 [ cli] [INFO] Visited 6 stops
2016-08-08 09:34:14,161 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-08 09:34:14,161 [ cli] [INFO] Threw 0 pokeballs
2016-08-08 09:34:14,161 [ cli] [INFO] Earned 0 Stardust
2016-08-08 09:34:14,161 [ cli] [INFO]
2016-08-08 09:34:14,161 [ cli] [INFO] Highest CP Pokemon:
2016-08-08 09:34:14,161 [ cli] [INFO] Most Perfect Pokemon:
The text was updated successfully, but these errors were encountered: