-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[DEV] Bot ignores incubate eggs config #4766
Comments
2016-08-26 14:15:55,105 [IncubateEggs] [INFO] [incubate] Incubating a 5.0 egg. |
I think that is the expected behavior. If you want to use the breakable incubator for other x km eggs, you have to include x into the breakable array. |
The array contains only 10km but the bot incubated a 5km anyway that is not the behaviour I expected. |
This bug also happened to me, I'm using the same config:
|
From what I can tell there are no issues here. With the config "infinite": [2,5,10], |
Yes, the app displays the eggs in the same place as the log told me. I had a quick look at the code and as far as I unterstand the code it loops through all eggs and incubates only if the egg km appears to be in the array so even if the timing is as bad as in this case it should not happen anytime. I think we need action wait here too because hatching and incubating takes quite a long time in the app. |
@supercourgette I have mine setup for 10k only in breakable as well and saw it with three 5ks going. Not sure why that's happening from the code I've looked at. I haven't checked in the app to see if it's an egg distance output error. |
Expected Behavior
Bot incubates only 10km eggs in breakable incubators with the following config and leaves them unused if no 10km is available:
"infinite": [2,5,10],
"breakable": [10]
Actual Behavior
Eggs incubating: [0.71/5.0 km, 0.71/5.0 km]
-> 1 infinite, 1 breakable
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Unmodified config.example.js (just inserted login data and changed the egg hatching part as pasted above)
Output when issue occurred
2016-08-26 12:40:04,582 [IncubateEggs] [INFO] [incubate] Incubating a 5.0 egg.
2016-08-26 12:40:04,769 [IncubateEggs] [INFO] [incubate] Incubating a 5.0 egg.
Steps to Reproduce
Let the bot incubate eggs with above settings.
Other Information
OS: WIN10 64bit
Branch: dev
Git Commit: Fix shelve key error (09403f5)
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: