jekirl / poketrainer

The original Pokemon Go bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No spinnable forts within proximity. Or server returned no map objects.

zambahacker opened this issue · comments

i'have this issue No spinnable forts within proximity. Or server returned no map objects.

is bot shows
[ pgoapi] [ INFO] No more spinnable forts within proximity. Returning back to origin
[ pgoapi] [ INFO] ===============================================
[ pgoapi] [ INFO] Total trip distance will be: 0.00 meters

I think the API has officially changed again????

the bot show this message

2016-08-10 23:41:18,407 [ pgoapi] [ INFO] Player Info: ***, Currencies: POKECOIN: 120,STARDUST: 226051, Pokemon Caught in this run: 0
2016-08-10 23:41:18,407 [ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
2016-08-10 23:41:18,407 [ pgoapi] [ INFO] No nearby pokemon
2016-08-10 23:41:18,408 [ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip
2016-08-10 23:41:18,408 [ pgoapi] [ INFO] ===============================================
2016-08-10 23:41:18,408 [ pgoapi] [ INFO] Cache was empty... Dumping in new forts and initializing all_cached_forts
2016-08-10 23:41:18,408 [ pgoapi] [ INFO] Cached forts 0:
2016-08-10 23:41:18,408 [ pgoapi] [ INFO] No nearby pokemon
2016-08-10 23:41:19,358 [ pgoapi] [ INFO] Player Info: ***
, Currencies: POKECOIN: 120,STARDUST: 226051, Pokemon Caught in this run: 0
2016-08-10 23:41:19,358 [ pgoapi] [ INFO] No more spinnable forts within proximity. Or server error
2016-08-10 23:41:19,359 [ pgoapi] [ INFO] ===============================================
2016-08-10 23:41:19,359 [ pgoapi] [ INFO] Total trip distance will be: 0.00 meters
2016-08-10 23:41:19,359 [ pgoapi] [ INFO] Travel Link: https://www.google.com/maps/dir/43.8159671,7.7760567/43.8159671,7.7760567

if i disable fort's cache does not change anything, sorry for my bad english

Strange, I just restarted my bot, and it doesn't show this error. Some people were speculating that this might be a new type of "softban". I would really like to know if/when it disappears after some time.

@rirze is that possible cosider abt step size & driving change?

@loveinpin It could be, also maybe due to api rate, pathing, lvl-up rewards, and a bunch of other stuff. We can't really say for sure, except try to find commonalities when this error comes up. So if you can think of anything that you did up till this error, it would help a lot.

How many accounts are you running at once? I had this same problem when running 10 accounts. If I only run 1, it's fine.

same here, i run multiple account at once at home, not on vps,
however at some period

[ pgoapi] [ INFO] No spinnable forts within proximity. Or server returned no map objects.
[ pgoapi] [ INFO] Traveled 0.00 meters of 0.00 of the trip

is shown.

bot would working again if we change our ip address. in my case i would need to restart modem to get new ip address. i think this related to ip blocking
https://www.reddit.com/r/pokemongodev/comments/4x3f6t/ip_blocking/

Yuh , I just figured that is IP problem

Do not run more than one bot at same IP

New way to get different softban

I'm running 5 bot on vps, i thinks niantic block connection from same ip, it is possible to implements a proxy service on this bot ?

More then one bot running isn't really supported and probably won't be. Your best bet is one instance per computer per ip block. Closing.