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

teleport error #87

Closed
bebef1987 opened this issue Jul 21, 2016 · 13 comments
Closed

teleport error #87

bebef1987 opened this issue Jul 21, 2016 · 13 comments
Labels

Comments

@bebef1987
Copy link

Teleport is not working as it should

We are getting an error: "Need to move closer to Pokestop"

Arrived at Pokestop
Now at Pokestop: Monumento Antimafia Falcone/Borsellino - Spinning...

  • Loot:
  • 0 xp
  • Nothing found.
    may search too often, lets have a rest
    need a rest
    Found fort 0fef8a0f102d46c6bbea2e49d115cd18.16 at distance 190.755393617m
    Need to move closer to Pokestop
    Arrived at Pokestop
    Now at Pokestop: Pontificio Santuario - Spinning...
  • Loot:
  • 0 xp
  • Nothing found.
    may search too often, lets have a rest
    need a rest
    Something rustles nearby!
    A Wild Pidgey appeared! [CP106]
    Found fort 04793def3b0f4a8fb19817e7cf443465.16 at distance 94.7994370462m
    Need to move closer to Pokestop
    Arrived at Pokestop
    Now at Pokestop: Monumento Alla Madonna Del Vesuvio - Spinning...
  • Loot:
  • 0 xp
  • Nothing found.
    may search too often, lets have a rest
    need a rest
    Found fort b0b1ea3e64074ba99505fadd5a0cfca0.16 at distance 548.34068954m
    Need to move closer to Pokestop
    Arrived at Pokestop
    Now at Pokestop: Ulivo Rotary Club - Spinning...
  • Loot:
  • 0 xp
  • Nothing found.
    may search too often, lets have a rest
    need a

rest

@douglascamata
Copy link
Member

@bebef1987 you mind giving me the coordinates that lead to this pokestop?

@bebef1987
Copy link
Author

bebef1987 commented Jul 21, 2016

@douglascamata "40.748957, 14.500514"

@douglascamata
Copy link
Member

@bebef1987 seems like the spin_details dict is coming just with the result key. I'm debugging.

@fvorez
Copy link

fvorez commented Jul 21, 2016

Was having this same problem as well

@douglascamata
Copy link
Member

douglascamata commented Jul 21, 2016

These are the only things the server is sending after we send code to spin:

{'unknown2': 8145806132888207460L, 'direction': 1, 'auth_ticket': {'expire_timestamp_ms': 1469140259345L, 'start': '4PADcRQyA+mWUaG7Yps0UsNOyoGtL1oALqQ4E29iQNkIvQ9az0rwXBXkAXhWgPQSi5mJk9sXzjIC\nW0kbn2QRKA==\n', 'end': 'wPEhiwxSKyCmuZ4UgtUDFw==\n'}, 'responses': {'FORT_SEARCH': {'result': 1}}}

There's no information about exp or items o.o

@fvorez
Copy link

fvorez commented Jul 21, 2016

Seems like the bot just constantly looping, and spinning the same pokestops and getting that message back when the spot is on cooldown...if that made sense..

@douglascamata
Copy link
Member

@fvorez maybe you're right. But the bot is supposed to walk. Even in the logs @bebef1987 provided it's walking from pokestop to pokestop.

@fvorez
Copy link

fvorez commented Jul 21, 2016

Ahhh, I set mine up for walking and didnt have enough patience to see if walking would fix it (pretty sure it would) maybe his is teleporting? doesn't appear to have the "Arriving at stop" timer on it..just getting the error with teleporting..seems like some timer is off or something?

@douglascamata
Copy link
Member

douglascamata commented Jul 21, 2016

btw, I just found the problem. Indeed the Pokestop is on cooldown, but cooldown detection code is not correct.

@douglascamata
Copy link
Member

douglascamata commented Jul 21, 2016

I can confirm teleporting also doesn't work here. The response for trying to spin the pokestop doesn't have any information about anything. If I set the code to walk I see the cooldown information in the response.

@douglascamata
Copy link
Member

Crap, I think I got softbanned. HAHAHAHAHAH

@fvorez
Copy link

fvorez commented Jul 21, 2016

Hard to say, servers are being really shitty right now.

@JulianMBr
Copy link
Contributor

@bebef1987 This should be fixed with the servers up.
Please feel free the open a new issue when necessary!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants