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

Transfert not working #328

Open
nifloutch opened this issue Aug 16, 2016 · 0 comments
Open

Transfert not working #328

nifloutch opened this issue Aug 16, 2016 · 0 comments
Labels

Comments

@nifloutch
Copy link

nifloutch commented Aug 16, 2016

Expected Behavior

When I capture a Pokemon, if it matches transfert rules then it gets transferred right away

Actual Behavior

The transfert happens when I start the bot, but after that my pokemons aren't transferred anymore. So it ends up with my bag being full and the bot kinda dead locked.

Steps to Reproduce

Here is the start of my transfert_pokemon.yml

# Set to true to transfer Pokemon when bot starts.
transfer_on_start: true
use_always_keep_filter: true
use_cp_iv_filter: true

# TODO: More sensible defaults for this
always_keep:
    Mew:
        keep: true
    Mewtwo:
        keep: true

# TODO: More sensible defaults for this
cp_iv_rules:
    # default rule if Pokemon isn't in list
    default:
        release_below_cp: 2500
        release_below_iv: 0.9
        logic: or
    Lapras:
        release_below_cp: 2500
        release_below_iv: 0.9
        logic: or

And every pokemon have the same rule : 2500 or 0.9

Other Information

OS: Debian 8
Git Commit: last master

@wchill wchill added the bug label Aug 16, 2016
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

2 participants