mchristopher / PokemonGo-DesktopMap

Electron App around PokemonGo-Map
https://pokemon-go-updater.mike.ai/download
MIT License
1.76k stars 393 forks source link

Account status - Working #1230

Closed lucky644 closed 7 years ago

lucky644 commented 7 years ago

Hello,

Awesome app!

Quick question, if I have multiple accounts going, is there a way for me to see if they are all working?

I mean, the app is working and updating etc, but I have like 7 accounts added, and I'm not sure if it tells you if a specific account isn't working (banned...wrong password)

Any insight into this?

Thanks!

HyakuKaidankai commented 7 years ago

I think the only way to know if something is wrong with an specific worker is in the console. If there is an account witch the app cannot log to, or if it is finding 0 pokemons, 0pokestops and 0 gyms... It's likely something is not working well with that worker. After that, you should check it yourself logging in with said account.

lucky644 commented 7 years ago

How can I view the console?

I'm pretty sure if I could see what was going on in the background with the raw data I could figure it out myself.

HyakuKaidankai commented 7 years ago

Tools>Toogle Developer Tools.

There, you have to search for the console tab. Be aware that the console "calls" the accounts as search-worker-number, so first of all you should see which account is assigned to which search-worker-number (In the console, filtering by the name of the account should do to see the line where the search-worker tries to log with a given name)

lucky644 commented 7 years ago

That is exactly what I was looking for.

Turns out, in fact, I did typo one password for one account haha.

Thanks!