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

Evolve worker slows down bot drastically #2141

Closed
JSchwerberg opened this issue Jul 31, 2016 · 4 comments
Closed

Evolve worker slows down bot drastically #2141

JSchwerberg opened this issue Jul 31, 2016 · 4 comments

Comments

@JSchwerberg
Copy link
Contributor

Expected Behavior

Bot moves at speed as per config (set to 5km/hr)

Actual Behavior

Bot is moving very slow -- less than 1km/hr

[16:09:53]  [x] Next egg incubates in 0.17 km
[16:14:17]  [x] Next egg incubates in 0.15 km
[16:15:05] Moving towards fort Ballard Rock, 0.05km left
[16:18:36]  [x] Next egg incubates in 0.12 km
[16:22:56] Moving towards fort Ballard Rock, 0.06km left
[16:23:00]  [x] Next egg incubates in 0.10 km
[16:27:25]  [x] Next egg incubates in 0.08 km
[16:32:06]  [x] Next egg incubates in 0.06 km

Steps to Reproduce

Set Evolve Pokemon in config. Bot runs at much closer to 5km/hr after removing this from config.

...
{
  "type": "EvolveAll",
  "config": {
    "evolve_speed": 20,
    "use_lucky_egg": false
  }
},
...

Other Information

OS: Ubuntu 14.04.4 LTS
Git Commit: a160fa7

@JSchwerberg
Copy link
Contributor Author

Possibly related to #1586 -- behavior seems similar.

@JSchwerberg
Copy link
Contributor Author

Still present in f755524

Evolve worker takes 55 to 60 seconds each time it runs.

[20:52:25]  Starting PokemonGo Bot....
[20:52:26]  [x] Next egg incubates in 0.82 km
[20:52:26] Started evolve work.
[20:53:21] Ended evolve work.
[20:53:21] Started move to fort.
[20:53:21] No fort considered nearest.
[20:53:21] Ended move to fort.
[20:53:21] Walking from (36.07080828140103, -115.10742007277618) to [36.07080828140103, -115.10742007277618] 0.00km
[20:53:22] Started evolve work.
[20:54:16] Ended evolve work.
[20:54:16] Something rustles nearby!
[20:54:17]  A Wild Weedle appeared! [CP 195] [Potential 0.56]
[20:54:17] IV [Stamina/Attack/Defense] = [13/1/11]
[20:54:20] Using Greatball (chance: 46.80%)... (40 left!)
[20:54:21]  Captured Weedle! [CP 195] [Potential 0.56] [13/1/11] [+210 exp]
[20:54:26]  Now at Pokestop: Sunset Park Wildlife Information
[20:54:26]  Spinning ...
[20:54:27]  Loot:
[20:54:27]  50 xp
[20:54:27]  - 1x Pokeball (Total: 3)
[20:54:27]  - 1x Greatball (Total: 41)
[20:54:27]  - 1x Potion (Total: 11)
[20:54:27] PokeStop on cooldown. Time left: 4 minutes, 59 seconds
[20:54:29] Started move to fort.
[20:54:29] Arrived at pokestop.
[20:54:29] Ended move to fort.
[20:54:29] Walking from (36.07080828140103, -115.10742007277618) to [36.07260828140103, -115.10742007277618] 0.20km
[20:54:33] Started evolve work.
[#] Successfully evolved Weedle with 195 CP and 0.56 IV!
[20:55:32] Ended evolve work.
[20:55:33]  -- Discarded 1x Potion (keeps only 10 maximum)
[20:55:33] Started move to fort.
[20:55:33] No fort considered nearest.
[20:55:33] Ended move to fort.
[20:55:37]  Keep 3 best Kakuna, based on cp and iv
[20:55:37]  Kakuna [CP 259] [Potential 0.78]
[20:55:37]  Kakuna [CP 202] [Potential 0.91]
[20:55:37]  Kakuna [CP 264] [Potential 0.87]
[20:55:37]  Transferring 1 pokemon
[20:55:37]  Exchanging Kakuna [CP 209] [Potential 0.56] for candy!
[20:55:41] Started evolve work.
[20:56:36] Ended evolve work.
[20:56:36] Started move to fort.
[20:56:36] No fort considered nearest.
[20:56:36] Ended move to fort.
[20:56:40] Started evolve work.
[20:57:33] Ended evolve work.
[20:57:33]  Now at Pokestop: Flower Kiosk
[20:57:33]  Spinning ...
[20:57:34]  Loot:
[20:57:34]  50 xp
[20:57:34]  - 1x Pokeball (Total: 4)
[20:57:34]  - 1x Greatball (Total: 42)
[20:57:34]  - 1x Revive (Total: 26)
[20:57:34] PokeStop on cooldown. Time left: 4 minutes, 59 seconds
[20:57:36] Started move to fort.
[20:57:36] Moving towards fort Slithering Snake , 0.07km left
[20:57:40] Started evolve work.
^C[20:58:05]  Exiting PokemonGo Bot
[20:58:06]
[20:58:06]  Ran for 0:05:45
[20:58:06]  Total XP Earned: 810  Average: 8463.24/h
[20:58:06]  Travelled 0.00km
[20:58:06]  Visited 2 stops
[20:58:06]  Encountered 1 pokemon, 1 caught, 0 released, 1 evolved, 0 never seen before
[20:58:06]  Threw 1 pokeball
[20:58:06]  Earned 100 Stardust

@gregorypease280
Copy link

seconded! was wondering why it was running so slowly.

@lala010addict
Copy link

@gregorypease280 😄 i turn on evolve when my bag is almost full, then turn it off it's done.

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