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

Get information about banned accounts #258

Open
and7ey opened this issue Aug 19, 2016 · 3 comments
Open

Get information about banned accounts #258

and7ey opened this issue Aug 19, 2016 · 3 comments

Comments

@and7ey
Copy link

and7ey commented Aug 19, 2016

How could I get information from the pokeminer if some of my accounts are banned?
Can I see it from the log? What pokeminer does with banned accounts (use another account instead? stop scanning account's area? something else)?

If I need to react somehow, where could I add e-mail notification sending? Which file & line to look at? Is it about pgoapi_exceptions.AuthException?

@gunawanputra
Copy link

Well I have a PR about this but don't get any response yet.

Right now what you can do is look for 'Account banned' in the log for possibility that your accounts are permanent banned. For soft ban (IP ban?) you can look for 'Point processed, 0 Pokemons and 0 forts seen!' in the log. If the result still same after visiting multiple points, your accounts are soft banned.

When an account is soft banned, get_map_objects response won't contain any pokemon nor forts data, thus make a "Point processed, 0 Pokemons and 0 forts seen!" result. Of course it could be a normal result when a cell really don't have any pokemon nor forts.

@and7ey
Copy link
Author

and7ey commented Aug 20, 2016

I need some automated monitoring (btw, not only about banned accounts - for ex., when niantic changed something in API and my pokeminer version stopped working), I can not look at the log each minute/hour/day.

Where can I see what you did in your PR? How it supposed to work there?

@gunawanputra
Copy link

It's PR #249.

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

2 participants