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

[INFO] Your Pokemon inventory is full! Could not catch! #5485

Closed
malaypatel11 opened this issue Sep 16, 2016 · 4 comments
Closed

[INFO] Your Pokemon inventory is full! Could not catch! #5485

malaypatel11 opened this issue Sep 16, 2016 · 4 comments

Comments

@malaypatel11
Copy link

Expected Behavior

Pokemon not caching issue occur after upgrading new version.

Actual Behavior

[2016-09-16 21:45:48] [MainThread] [PokemonCatchWorker] [INFO] Your Pokemon inventory is full! Could not catch!

Your FULL config.json (remove your username, password, gmapkey and any other private info)

http://pastebin.com/Exj4Fe0z

Output when issue occurred

[2016-09-16 21:45:45] [MainThread] [PokemonCatchWorker] [INFO] Your Pokemon inventory is full! Could not catch!
[2016-09-16 21:45:46] [MainThread] [PokemonCatchWorker] [INFO] Your Pokemon inventory is full! Could not catch!
[2016-09-16 21:45:48] [MainThread] [PokemonCatchWorker] [INFO] Your Pokemon inventory is full! Could not catch!

Steps to Reproduce

Also change config.json to evolve pokemon but i am getting error. can you please help me in config.json file to resolve ?

Other Information

OS:
OSX

Branch:
dev

Git Commit:
5ae0afc

Python Version:
Python 2.7.10

@mmixx
Copy link

mmixx commented Sep 16, 2016

To fix this... you just need to add on your config the filter "release_below_ivcp": 0.5... you can put any value...

    "release": {
      "Caterpie": { "release_below_cp": 656, "release_below_iv": 0.8, "release_below_ivcp": 0.5, "logic": "and" },
      "Weedle": { "release_below_cp": 656, "release_below_iv": 0.8, "release_below_ivcp": 0.5, "logic": "and" },
      "Diglett": { "release_below_cp": 658, "release_below_iv": 0.8, "release_below_ivcp": 0.5, "logic": "and" },
      "Metapod": { "release_below_cp": 668, "release_below_iv": 0.8, "release_below_ivcp": 0.5, "logic": "and" }
    },

@sungsel
Copy link

sungsel commented Sep 16, 2016

or u can try this script.

    "release": {
      "Caterpie": {"keep_best_custom": "iv, cp, hp_max", "amount":3},
      "Zubat": {"keep_best_custom": "iv, cp, hp_max", "amount":3},
      "Weedle": {"keep_best_custom": "iv, cp, hp_max", "amount":3},
      "Diglett": {"keep_best_custom": "iv, cp, hp_max", "amount":3},
    },

@Gobberwart
Copy link
Contributor

Likely fixed by #5499
Please update and confirm/close this.

@malaypatel11
Copy link
Author

Thanks now working ...

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

4 participants