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

Can't just stay at one place #1691

Closed
m0r0n opened this issue Jul 29, 2016 · 6 comments
Closed

Can't just stay at one place #1691

m0r0n opened this issue Jul 29, 2016 · 6 comments

Comments

@m0r0n
Copy link

m0r0n commented Jul 29, 2016

Expected Behavior

When changing walk speed to 0 I expected to stay at the same pokestop and just collect everything, that spawns there. As currently eggs are not supported I would like to stay at one place, where many lock modules are active.

Actual Behavior

It lures all pokestops and then ends the tool with this message:
RuntimeError: Stopped at Pokestop and did not find experience, items or information about the stop cooldown. You are probably softbanned. Try to play on your phone, if pokemons always ran away and you find nothing in PokeStops you are indeed softbanned. Please try again in a few hours.

Steps to Reproduce

This config:
{
"auth_service": "google",
"username": "[email protected]",
"password": "pass",
"location": "someloc",
"gmapkey": "key",
"mode": "all",
"debug": false,
"walk": 0,
"test": false,
"initial_transfer": 0,
"location_cache": true,
"distance_unit": "km",
"item_filter": "101,102,103,104",
"evolve_all": "all"
}

Other Information

OS: Debian 8.5
Linux de 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-1 (2016-03-06) x86_64 GNU/Linux

Git Commit: ec2b7ad

@TheRealJoeSmoe
Copy link

Try adding

"max_steps": 0

@m0r0n
Copy link
Author

m0r0n commented Jul 29, 2016

In that case it is just stuck at

[2016-07-29 21:13:23] [x] Starting PokemonGo Bot....

@lt-kraken
Copy link

Aside that it might be a bug, I'd like to make you aware that egging is supported on the 'dev' branch :)

@douglascamata
Copy link
Member

This is possible now with the custom task list feature.

@CoderFX
Copy link

CoderFX commented Aug 8, 2016

@douglascamata please elaborate or give examples

@douglascamata
Copy link
Member

@CoderFX I'm very busy, sorry. But read the wiki and you will understand by looking how we manage configurations right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants