-
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
Bots suddenly get stuck #3514
Comments
Strange i was using that start position and that speed for some time already. I will try a different spot. It is strange that 3 bots all get stuck at a different location that is not near their start? I am using the the pogomap mode and my bots are usually only moving to pokemons spotted on the map. My speed is: "walk": 70.01, |
I have 6 bots running fine with that speed. 3 of them now always get stuck at the same location after they ran into and IP block. After i got a new IP these 3 get stuck all the time. 3 others are working fine with the same config file. Hatching eggs is not important for me. And even that still worked for me. The speed is measured by distance - so if it goes from one pokemon to the next pokemon and the distance is not to hight it can still hatch eggs. |
But it is working for 3 account, only the 3 that got into ip ban get stuck. All use the same config file. |
I changed starting postion and still the same problem, only get stuck at a different stop this time. The bot starts, catches 1 or 2 pokemons and then it gets stuck. Now will try to lower speed. |
Same thing happening to me and the lowering the speed doesn't work. I have also used this location before and it was working just fine. |
I have the same issue, but instead of one fort, the bot can't seen to decide which of two different forts to take, so it switches between one and another forever.
I tried with different walking speed (4.16, 8.0, 13,0) with the same result. |
Show task configurations. It's probably misconfiguration. |
Whats causing this? Configuration looks like: {
...
"tasks":[
{
"type":"UpdateTitleStats",
"config":{
"min_interval":60,
"stats":[
"uptime",
"km_walked",
"level_stats",
"xp_earned",
"xp_per_hour",
"stops_visited",
"pokemon_caught",
"pokemon_evolved"
]
}
},
{
"type":"IncubateEggs",
"config":{
"longer_eggs_first":true
}
},
{
"type":"RecycleItems",
"config":{
"min_empty_space":8,
"item_filter":{
"Pokeball":{
"keep":150
},
"Greatball":{
"keep":100
},
"Ultraball":{
"keep":100
},
"Masterball":{
"keep":100
},
"Potion":{
"keep":0
},
"Super Potion":{
"keep":0
},
"Hyper Potion":{
"keep":0
},
"Max Potion":{
"keep":75
},
"Revive":{
"keep":10
},
"Max Revive":{
"keep":20
},
"Razz Berry":{
"keep":100
}
}
}
},
{
"type":"SpinFort"
},
{
"type":"MoveToFort",
"config":{
"lure_attraction":false,
"lure_max_distance":2000
}
},
{
"type":"FollowSpiral",
"config":{
"diameter":1000,
"step_size":70
}
}
],
...
} |
Config from someone who had this issue and seeked help on #help
My config on which I had the issue to
|
same issue, 30 min ago, it was running OK, but now is not working :( |
@BriceSD with your config are you sure you didnt have a full pokemon bag? |
Guys, pay attention! You cannot MoveToFort and then FollowSpiral without SpinFort before. Otherwise you will arrive in a fort and move away from it repeatedly. |
I don’t use FollowSpiral I told to the other guy that I helped to remove it, he saw no change |
I noticed that some of my bots always go (or try) to the same stop. Other accounts work fine with the same config?
21:20:06] Moving towards pokestop Lorien - 0.06km
[21:20:07] Arrived at fort.
[21:20:07] {'distance_unit': '', 'distance': '', 'current_position': (39.57209423848631, 2.6495566328026112), 'last_position': (39.571942, 2.648734)}
[21:20:11] Moving towards pokestop Lorien - 0.07km
[21:20:11] Arrived at fort.
[21:20:11] {'distance_unit': '', 'distance': '', 'current_position': (39.57209873306014, 2.6495685771673694), 'last_position': (39.571942, 2.648734)}
[21:20:14] Moving towards pokestop Lorien - 0.07km
[21:20:15] Arrived at fort.
[21:20:15] {'distance_unit': '', 'distance': '', 'current_position': (39.57208902742793, 2.6495619021499186), 'last_position': (39.571942, 2.648734)}
[21:20:18] Moving towards pokestop Lorien - 0.07km
[21:20:19] Arrived at fort.
[21:20:19] {'distance_unit': '', 'distance': '', 'current_position': (39.57208027896053, 2.6495603706071087), 'last_position': (39.571942, 2.648734)}
[21:20:21] Moving towards pokestop Lorien - 0.07km
[21:20:22] Arrived at fort.
[21:20:22] {'distance_unit': '', 'distance': '', 'current_position': (39.57208365033616, 2.649589048684413), 'last_position': (39.571942, 2.648734)}
[21:20:26] Moving towards pokestop Lorien - 0.07km
[21:20:27] Arrived at fort.
[21:20:27] {'distance_unit': '', 'distance': '', 'current_position': (39.5720721321085, 2.6495692015520467), 'last_position': (39.571942, 2.648734)}
[21:20:28] Next egg incubates in 3.52 km
[21:20:29] Moving towards pokestop Lorien - 0.07km
[21:20:30] Arrived at fort.
[21:20:30] {'distance_unit': '', 'distance': '', 'current_position': (39.57208435081569, 2.6495470438643474), 'last_position': (39.571942, 2.648734)}
[21:20:33] Moving towards pokestop Lorien - 0.07km
[21:20:34] Arrived at fort.
[21:20:34] {'distance_unit': '', 'distance': '', 'current_position': (39.572070947210996, 2.6495539886125528), 'last_position': (39.571942, 2.648734)}
[21:20:36] Moving towards pokestop Lorien - 0.07km
[21:20:37] Arrived at fort.
[21:20:37] {'distance_unit': '', 'distance': '', 'current_position': (39.57206969372457, 2.649545058796876), 'last_position': (39.571942, 2.648734)}
[21:20:41] Moving towards pokestop Lorien - 0.07km
[21:20:42] Arrived at fort.
.....
..
....
..
[21:32:16] Moving towards pokestop Lorien - 0.08km
[21:32:16] Arrived at fort.
[21:32:16] {'distance_unit': '', 'distance': '', 'current_position': (39.572089023628266, 2.6495838961306655), 'last_position': (39.571942, 2.648734)}
[21:32:19] Moving towards pokestop Lorien - 0.07km
[21:32:20] Arrived at fort.
[21:32:20] {'distance_unit': '', 'distance': '', 'current_position': (39.572066824780386, 2.649582312591723), 'last_position': (39.571942, 2.648734)}
[21:32:23] Moving towards pokestop Lorien - 0.07km
[21:32:23] Arrived at fort.
[21:32:23] {'distance_unit': '', 'distance': '', 'current_position': (39.572074476960694, 2.6495851769823684), 'last_position': (39.571942, 2.648734)}
[21:32:26] Moving towards pokestop Lorien - 0.07km
[21:32:26] Arrived at fort.
[21:32:26] {'distance_unit': '', 'distance': '', 'current_position': (39.57208683015504, 2.6495569948874658), 'last_position': (39.571942, 2.648734)}
[21:32:30] Moving towards pokestop Lorien - 0.07km
[21:32:30] Arrived at fort.
[21:32:30] {'distance_unit': '', 'distance': '', 'current_position': (39.57207868656094, 2.649588125271001), 'last_position': (39.571942, 2.648734)}
[21:32:32] Next egg incubates in 3.49 km
[21:32:33] Moving towards pokestop Lorien - 0.07km
[21:32:34] Arrived at fort.
[21:32:34] {'distance_unit': '', 'distance': '', 'current_position': (39.57209860058467, 2.6495618641551726), 'last_position': (39.571942, 2.648734)}
[21:32:37] Moving towards pokestop Lorien - 0.07km
[21:32:37] Arrived at fort.
[21:32:37] {'distance_unit': '', 'distance': '', 'current_position': (39.572081838138196, 2.6495690529208056), 'last_position': (39.571942, 2.648734)}
[21:32:40] Moving towards pokestop Lorien - 0.07km
[21:32:40] Arrived at fort.
[21:32:40] {'distance_unit': '', 'distance': '', 'current_position': (39.57208906842419, 2.6495696182796697), 'last_position': (39.571942, 2.648734)}
[21:32:43] Moving towards pokestop Lorien - 0.07km
[21:32:44] Arrived at fort.
The text was updated successfully, but these errors were encountered: