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

Bot not capturing lured pokemon (Is the API changed again? Are they banning bots now?) #3104

Closed
TianCNCA opened this issue Aug 8, 2016 · 15 comments

Comments

@TianCNCA
Copy link

TianCNCA commented Aug 8, 2016

Logs:

2016-08-08 12:09:08,492 [HandleSoftBan] [INFO] [softban_fix_done] Softban should be fixed
2016-08-08 12:09:15,664 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:17,796 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:20,121 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:22,200 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:24,298 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:25,720 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:26,858 [FollowSpiral] [INFO] [position_update] Walking from (40.77704273907468, -73.97311948659363, 0) to (40.776592433043376, -73.973119
2016-08-08 12:09:28,006 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:29,802 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:31,461 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:33,523 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:35,369 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:37,191 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:39,658 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:41,438 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Hernshead Cove (e969a1f4238d415eb7f5a7025e7218f1.16)
2016-08-08 12:09:43,651 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Walk Through Life (34feb18cc0d94e3db6a14c8ac3942ace.16)
2016-08-08 12:09:45,874 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Walk Through Life (34feb18cc0d94e3db6a14c8ac3942ace.16)
2016-08-08 12:09:48,082 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Walk Through Life (34feb18cc0d94e3db6a14c8ac3942ace.16)
2016-08-08 12:09:49,845 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Walk Through Life (34feb18cc0d94e3db6a14c8ac3942ace.16)
2016-08-08 12:09:51,211 [FollowSpiral] [INFO] [position_update] Walking from (40.776592433043376, -73.97311948659363, 0) to (40.776592433043376, -73.97253
2016-08-08 12:09:52,200 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Walk Through Life (34feb18cc0d94e3db6a14c8ac3942ace.16)

configs:

    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },    
      {
        "type": "CatchLuredPokemon"
      },      
      {
        "type": "TransferPokemon"
      },
      {
        "type": "SpinFort"
      },
      {
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Potion":         { "keep" : 0 },
            "Super Potion":   { "keep" : 50 },
            "Hyper Potion":   { "keep" : 50 },
            "Max Potion":     { "keep" : 50 },
            "Revive":         { "keep" : 0 },
            "Max Revive":     { "keep" : 50 },
            "Pokeball":       { "keep" : 100 }
          }
        }
      },
      {
        "type": "FollowSpiral",
        "config": {
          "diameter": 20,
          "step_size": 50
        }
      },
      {
        "type": "CollectLevelUpReward"
      }
    ],

Help!

@TCB13
Copy link

TCB13 commented Aug 8, 2016

Is your bag full?

@TianCNCA
Copy link
Author

TianCNCA commented Aug 8, 2016

No.

 Pokemon Bag: 282/400
 Items: 319/350

It's behaving exactly like the API fix before now.

Ran for 0:05:47
Total XP Earned: 0  Average: 0.00/h
Travelled 0.00km
Visited 0 stops
Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
Threw 0 pokeballs
Earned 0 Stardust

Highest CP Pokemon:
Most Perfect Pokemon:

Anyone else having the same issue?

@d0s000m
Copy link

d0s000m commented Aug 8, 2016

You are still walking?
Look at the and of your script
like

2016-08-08 10:51:30,891 [ cli] [INFO] Travelled 32.21km

@JaroSound
Copy link

It happens to me when i run more than 3 bots.

@TCB13
Copy link

TCB13 commented Aug 8, 2016

@JaroSound running on a ARM or something? Maybe lack of CPU? I've had this issue before...

@TianCNCA
Copy link
Author

TianCNCA commented Aug 8, 2016

@d0s000m It's not walking. Am I banned?

@d0s000m
Copy link

d0s000m commented Aug 8, 2016

@TianCNCA I dont know i have the same problem #3019
he show only that iam walking but iam not walking
on my phone i can use my account normal

@rex5207
Copy link

rex5207 commented Aug 8, 2016

same problem in ubuntu 14.04
but it looks perfect in Mac OS
(That is , it just walk but no capture in ubntu.
But in MAC OS , it can walk and capture both.)

@d0s000m
Copy link

d0s000m commented Aug 8, 2016

@rex5207
I have try this with other ip's and its working, so maybe your ip are blacklistet

@rex5207
Copy link

rex5207 commented Aug 8, 2016

@d0s000m
and........I don't know why but it works fine in my ubuntu now !!
anyway , thanks for your help : )

@ZeroxD
Copy link

ZeroxD commented Aug 8, 2016

I have the same problem on Windows 10 64bit no idea what to do or how to fix sometimes its fixed by it self i see it capture pokemons but then 1min later same

@YuMan-Tam
Copy link

Exactly the same problem on Mac. Same log file.

@YuMan-Tam
Copy link

Problem solved. The first thing to check is whether the pokemon bag is full.

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

9 participants