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

PokemonOptimizer stopped working #4252

Closed
sffetlio opened this issue Aug 19, 2016 · 7 comments
Closed

PokemonOptimizer stopped working #4252

sffetlio opened this issue Aug 19, 2016 · 7 comments

Comments

@sffetlio
Copy link

Expected Behavior

PokemonOptimizer should transfer and evolve pokemon when bag is getting full.

Actual Behavior

No pokemon are being transferred or evolved.

Additional info

It worked in 8eba07a. Maybe it's related to the new inventory commit.
One thing I noticed is that before it showed:
[PokemonOptimizer] [INFO] Pokemon Bag: 192/250
after every catch, but now it doesn't.

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

      {
          "type": "PokemonOptimizer",
          "config": {
              "transfer": true,
              "transfer_wait_min": 1,
              "transfer_wait_max": 4,
              "evolve": true,
              "evolve_time": 20,
              "evolve_for_xp": true,
              "evolve_only_with_lucky_egg": true,
              "evolve_count_for_lucky_egg": 90,
              "may_use_lucky_egg": true,
              "keep": [
                  {
                      "top": 1,
                      "evolve": true,
                      "sort": ["dps","ncp","iv"]
                  },
                  {
                      "top": 1,
                      "evolve": true,
                      "sort": ["cp"]
                  }
              ]
          }
      },

Output when issue occurred

[PokemonCatchWorker] [INFO] [pokemon_inventory_full] Your Pokemon inventory is full! Could not catch!

Steps to Reproduce

Other Information

OS: Ubuntu
Branch: dev
Git Commit: 198510b
Python Version: Python 2.7.6
Any other relevant files/configs (eg: path files)

@zx900930
Copy link

zx900930 commented Aug 19, 2016

+1 same here with commit 324b752 ("Configurable altitude range (#4250)", 2016-08-19)

The problem is caused by commit a58d437 ("Hotfix/remove old inventory (#4238)", 2016-08-19)

@balpoint
Copy link

Same issue here getting the following message's in the log.

016-08-19 11:14:48,205 [PokemonCatchWorker] [INFO] [pokemon_inventory_full] Your Pokemon inventory is full! Could not catch!
2016-08-19 11:14:48,217 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Together - 0.13km
2016-08-19 11:14:49,616 [PokemonCatchWorker] [INFO] [pokemon_inventory_full] Your Pokemon inventory is full! Could not catch!
2016-08-19 11:14:49,630 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Together - 0.12km
2016-08-19 11:14:50,894 [PokemonCatchWorker] [INFO] [pokemon_inventory_full] Your Pokemon inventory is full! Could not catch!

@p1n9
Copy link

p1n9 commented Aug 19, 2016

Same for me, Git Commit: 324b752

@glennvgastel
Copy link
Contributor

Something seems wrong with how a full bag is calculated.
In the app, I'm seeing 250/250, a full bag.
The bot however shows this :

2016-08-19 11:46:17,322 [PokemonGoBot] [INFO] Pokemon Captured: 241 | Pokestops Visited: 94
2016-08-19 11:46:17,463 [PokemonGoBot] [INFO]
2016-08-19 11:46:17,463 [PokemonGoBot] [INFO] --- redacted ---
2016-08-19 11:46:18,640 [PokemonGoBot] [INFO] Pokemon Bag: 241/250
2016-08-19 11:46:18,641 [PokemonGoBot] [INFO] Items: 225/350

@glennvgastel
Copy link
Contributor

Seems to be related to the new inventory system not counting eggs. Are eggs considered as used space in a bag.. ?

@mjmadsen
Copy link
Contributor

Think we can close this now. Is it working for you guys?

@julienlavergne
Copy link
Contributor

This issue has been fixed

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

No branches or pull requests

9 participants