-
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 not catching pokemon, spin forts or moving at all #4444
Comments
Same situation here:
|
Same problem on Ubuntu 16.04 Server and Ubuntu 16.04 Desktop. |
Another log with debug: true |
I've reset the modem and it's fine.. |
Probably same issue for me. Config file: http://pastebin.com/qWBaXJeJ At the last of log, we can see clearly that "Encountered 3 pokemon", but no attempt has been done to catch them. |
Maybe you got ban. Try to login with your phone and test. |
Notice: Disable your navigation and use Mobile Data not the Wi-Fi you are botting before testing with your phone. |
Ogalababa, which type of ban? If it permanently banned, we would not have log in, see inventory, see other Pokémon. But no, we can login and see inventory and Pokemons around. |
@Ogalababa I tested with my phone, it works fine. (I can both spin the pokestop and capture the pokemon around me) Perhaps i should have mentioned that the bot of version of this Friday did work for me. However once i pulled the latest version, it didn't work any more. I'm not so sure whether it's the problem of account or the problem of bot. I will try to reverse the version to do some further test. |
May be i found something. It is after the commit 35d8299 which makes the part of capture doesn't work for me, in which a default value is added to prevent the bot from considering all pokemon as VIP And you can resolve this problem by simply specifying all the option:
|
SteinX, thank you very much for your feedback. But sadly it's didn't help in my case. :( Can you check, maybe I wrote something incorrect, please? http://pastebin.com/vHhx18wm |
@WoolF911 According to your log, your case is quite different to mine, since your bot can still try to catch the pokemon, it may just have some problem with the request. I noticed that you are using the websocket sever which is functionality i haven't used, maybe you can make a try to disable it to see if it works. |
@SteinX, it did not affect this error - I still have same error when the websocket is true and when it's false. |
i have similar issue, i tried to reboot my router and get a new ip. Seem the issue went away. |
@SteinX "catch_above_ncp": 0, This line actually fixed the bot thank you. This line wasnt documented in the config example, we need better documentation when they implement changes to the configs. |
Did it for me! |
Expected Behavior
Bot should work normally (catch pokemon, spin stops, renamy pokes, release).
Actual Behavior
Bots login normally then doesnt move or do anything, doesnt throw any error message.
config.json
http://pastebin.com/ibbbgiV9
Output when issue occurred
Stay on place and move a little for a while
Steps to Reproduce
Run bot
Other Information
OS:
Windows
Branch:
Master up to date commit
Edit: I fixed the no moving and forts spin problems, still not able to catch pokemon
Edit2: Adding "catch_above_ncp": 0 to the catch part of the config fixed the no catching pokemon problem, What does ncp means anyways?
The text was updated successfully, but these errors were encountered: