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

Moving to same pokestop #3273

Closed
nikhil-pandey opened this issue Aug 9, 2016 · 7 comments
Closed

Moving to same pokestop #3273

nikhil-pandey opened this issue Aug 9, 2016 · 7 comments

Comments

@nikhil-pandey
Copy link
Contributor

nikhil-pandey commented Aug 9, 2016

Expected Behavior

Move to another pokestop.

Actual Behavior

Tries moving to same pokestop. Never gets there.
image

Config

{
    ...
    "libencrypt_location": "",
    "tasks": [
      { "type": "HandleSoftBan" },
      { "type": "IncubateEggs", "config": { "longer_eggs_first": true } },
      { "type": "TransferPokemon" },
      {
        "type": "RecycleItems",
        "config": {
          "min_empty_space": 8,
          "item_filter": {
            "Pokeball":       { "keep" : 200 },
            "Potion":         { "keep" : 0 },
            "Super Potion":   { "keep" : 0 },
            "Hyper Potion":   { "keep" : 0 },
            "Revive":         { "keep" : 10 },
            "Razz Berry":     { "keep" : 100 }
          }
        }
      },
      { "type": "CatchVisiblePokemon" },
      { "type": "CatchLuredPokemon" },
      { "type": "SpinFort" },
      {
        "type": "MoveToFort",
        "config": {
            "lure_attraction": false,
            "lure_max_distance": 2000
        }
      },
      {
        "type": "FollowSpiral",
        "config": {
          "diameter": 10,
          "step_size": 70
        }
      }
    ],
    "map_object_cache_time": 5,
    "forts": {
      "avoid_circles": true,
      "max_circle_size": 100
    },
    "websocket_server": false,
    "walk": 80,
    "action_wait_min": 1,
    "action_wait_max": 2,
    "debug": false,
    "test": false,
    "health_record": false,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 10,
    "evolve_captured": "Caterpie,Weedle,Diglett,Metapod,Kakuna,Rattata,Zubat,Pidgey,Spearow,Krabby,Sandshrew,Poliwag,Ekans,Geodude,Doduo,Tentacool,Staryu,Goldeen,Drowzee,Oddish,Slowpoke,...",
    "catch_randomize_reticle_factor": 1.0,
    "catch_randomize_spin_factor": 1.0,
    ...
}

Other Information

OS: Ubuntu 16.04
Git Commit: 59f55fd
Python Version: 2.7.9

@beanstalkk
Copy link

exact same problem here.

@nikhil-pandey
Copy link
Contributor Author

I changed the location and its working fine.

@beanstalkk
Copy link

@nikhil-pandey you changed the geo location to another longitude and latitude? Thanks.

@nikhil-pandey
Copy link
Contributor Author

Yes

@beanstalkk
Copy link

thanks, this works for now. Will monitor the progress :)

@beanstalkk
Copy link

The problem came back again. It has something to do with the pokemon bag being full. Mine shows that it's 250/250. I would think that the release code in the config.json will help to resolve this, but it is not releasing any pokemon it seems. Python newbie here.

@beanstalkk
Copy link

beanstalkk commented Aug 9, 2016

I adjusted the config.json to release low CP and low IV pokemons to resolve the problem of a full bag. The problem did not return. Resolved. Thanks.

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

3 participants