vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

StopError: Status code 102 received from RPC #154

Closed iPaulis closed 7 years ago

iPaulis commented 7 years ago

This bug hapened while I was trying to unfavourite a pokemon. unstar bug

vinnymac commented 7 years ago

This isn't a bug, it just means that your authenticated session has timed out. Sessions only last 30 mins. We plan on either finding a way to renew the session automatically, or informing the user that the session has timed out by logging them out.

This is especially dangerous when doing large transfers with a lucky egg thinking it is working.

iPaulis commented 7 years ago

Yeah, there is no way we can know that is the reason behind it if there isnt a warning. That's a problem, because the user expects the program to work normaly. Renewing the session automatically would be awesome, so we could use the program without having to worry about auth time out.