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

[Dev] Bot does not seem to be walking. #1593

Closed
UnixDaemon12 opened this issue Jul 29, 2016 · 11 comments
Closed

[Dev] Bot does not seem to be walking. #1593

UnixDaemon12 opened this issue Jul 29, 2016 · 11 comments

Comments

@UnixDaemon12
Copy link

Expected Behavior

Character to walk

Actual Behavior

Does not move.

Steps to Reproduce

Run bot

Other Information

OS: Ubuntu 16.04
Git Commit: 3f70ab4

[05:10:55] Scanning area for objects....
[05:10:55] Walking from (4886674138783273204, 4886674138783273204) to [4886674138783273204, 4886674138783273204] 0.00km

[05:10:56] Scanning area for objects....
[05:10:56] Walking from (4886674138783273204, 4886674138783273204) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:10:57] Scanning area for objects....
[05:10:57] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:10:58] Scanning area for objects....
[05:10:58] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:10:59] Scanning area for objects....
[05:10:59] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:11:00] Server seems to be busy or offline - try again - 1/5
[05:11:02] Scanning area for objects....
[05:11:02] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:11:03] Scanning area for objects....
[05:11:03] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

[05:11:04] Scanning area for objects....
[05:11:04] Walking from (4.886674138783273e+18, 4.886674138783273e+18) to [4.886674138783273e+18, 4.886674138783273e+18] 0.00km

@klingan
Copy link
Contributor

klingan commented Jul 29, 2016

See #1586

@tstumm
Copy link
Contributor

tstumm commented Jul 29, 2016

Clear location cache

@tstumm
Copy link
Contributor

tstumm commented Jul 29, 2016

It's not related to #1586 its just a migration issue with pgoapi

@UnixDaemon12
Copy link
Author

Can't test. Ran a git pull just to get any fixes.... and possibly got a bug.

pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py was updated.... and now I'm getting

File "pokecli.py", line 389, in
main()
File "pokecli.py", line 68, in main
bot.tick()
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/init.py", line 89, in tick
if worker(self).work() == WorkerResult.RUNNING:
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 47, in work
lured_pokemon = self.get_lured_pokemon()
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 53, in get_lured_pokemon
fort = forts[0]
IndexError: list index out of range

I'll wait and see if someone else opens an issue on that. I don't want to open up too many issues....

@sibbel
Copy link

sibbel commented Jul 29, 2016

Same problem here. How can I clear the location cache?

@UnixDaemon12
Copy link
Author

I'm not sure if this is the recommended way or not.. but I just removed both of my files in ./data.

@sibbel
Copy link

sibbel commented Jul 29, 2016

Well... it worked fine. Thanks!

@UnixDaemon12
Copy link
Author

YW, are you having the same error I am now?

File "pokecli.py", line 389, in
main()
File "pokecli.py", line 68, in main
bot.tick()
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/init.py", line 92, in tick
if worker(self).work() == WorkerResult.RUNNING:
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 47, in work
lured_pokemon = self.get_lured_pokemon()
File "/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 53, in get_lured_pokemon
fort = forts[0]
IndexError: list index out of range

@pararang
Copy link

@micdawg12 works 💯

@BoGnY
Copy link

BoGnY commented Jul 29, 2016

don't work for me.. bot walks always very very slow :(

@gregtampa
Copy link
Collaborator

come to slack chat #help and someone can help you
NOT A BUG

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

7 participants