-
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
Gym changes #6109
Gym changes #6109
Conversation
Added ability to limit the amount of gyms we are in Added ability to leave a X number of spots open in gyms Added ability to pick a random Pokemon or not Added ability to disable chaining of placing Pokemon
@davidakachaos, thanks for your PR! By analyzing the history of the files in this pull request, we identified @goedzo, @supercourgette and @TheSavior to be potential reviewers. |
What did you change? It looks like gympokemon is not working anymore. I don't see any messages from it. Originally bot started with a message showing all mons in gyms. I don't see this message anymore, and don't see any messages that it is looking for gyms. It now appears af is this walker is never called anymore. |
That's very strange! You can see what has changed in the diff... I can look
tonight, currently not at home
Op 23 jul. 2017 15:51 schreef "goedzo" <[email protected]>:
… What did you change? It looks like gympokemon is not working anymore. I
don't see any messages from it. Originally bot started with a message
showing all mons in gyms. I don't see this message anymore, and don't see
any messages that it is looking for gyms. It now appears af is this walker
is never called anymore.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD5Y-3GCdZcSLSVuuxORFl9XUa8OUpUks5sQ0_RgaJpZM4OgVKp>
.
|
I have no idea, what changed. It looks like MoveToFort is messing it up:
Because that one is always working, and not gym pokemon. I suggest reverting this now, untill it works. I don't even see the starting message anymore that it has x pokes in gyms. |
Oh wait, I am very stupid :)
I had it set to false. Stupid me! |
Yup, that was it :) [2017-07-23 16:01:41] [GymPokemon] [INFO] Inspecting 15 gyms. Sorry about the confusion LOL |
Stop worrying me soooooooo much hahahaha
Op 23 jul. 2017 16:02 schreef "goedzo" <[email protected]>:
… Yup, that was it :)
[2017-07-23 16:01:41] [GymPokemon] [INFO] Inspecting 15 gyms.
[2017-07-23 16:01:41] [GymPokemon] [INFO] Recent gyms: 0
[2017-07-23 16:01:41] [GymPokemon] [INFO] Active raid gyms: 0
[2017-07-23 16:01:41] [GymPokemon] [INFO] Gym Teams Instinct(6),
Mystic(4), Valor(5)
Sorry about the confusion LOL
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD5Y0tqYKnfzFmG-8in7JP5nN6exgxUks5sQ1JpgaJpZM4OgVKp>
.
|
Well got into another bug thoug. App crashes when deploying: [2017-07-23 16:21:49] [ cli] [INFO] Most Perfect Pokemon: Swinub [CP: 10] [IV: 14/14/15] Potential: 0.96 |
You're missing: |
Thanks
Op 23 jul. 2017 16:30 schreef "goedzo" <[email protected]>:
… You're missing:
from sys import stdout
Adding a hotfix now to code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6109 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD5Y2jbZPrsP_-lm2FqWgFoQD3-m_e1ks5sQ1kBgaJpZM4OgVKp>
.
|
Still crashing. Please test properly before pulling. [2017-07-23 16:45:09] [ cli] [INFO] Most Perfect Pokemon: Goldeen [CP: 388] [IV: 15/7/14] Potential: 0.8 |
Short Description:
Multiple changes for the Gym feature.
Removed all code about "feeding" Pokemon in gyms. This should be its own worker, or at least work. No need for this right now in the bot. (sorry @goedzo for kicking all that code out, you can leave it in your own fork!)