tellomichmich / PokeNoxBot

Slow but safe Pokemon GO Bot
23 stars 19 forks source link

After Capture Pokemon #23

Closed jacoborequena closed 8 years ago

jacoborequena commented 8 years ago

Sometimes after capture pokemon stays on the screen of reward (candy, exp, etc.) and you have to touch one accept to continue

putuoka commented 8 years ago

confirm. it happen to me too. it stuck in print "[!] Pokemon captured !"

tellomichmich commented 8 years ago

What's display on screen ?

tellomichmich commented 8 years ago

Maybe the tap on close "success" pop-up failed.

tellomichmich commented 8 years ago

Can you give me a screenshot when it happens ?

putuoka commented 8 years ago

it's stuck in here. don't know what happening upload

putuoka commented 8 years ago

it seem its failed to tap ok button and enter infinite loop to this state

while IsPokemonOpen() == False: time.sleep(0.5) ClearScreen()

tellomichmich commented 8 years ago

Ok, I'm testing a patch :)

tellomichmich commented 8 years ago

Committed, waiting for your test to close the issue.

tellomichmich commented 8 years ago

Beware, the new version will drop any pokemon bellow CP 500, you can change this behavior by editting the CPLimit variable