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

Constant HandleSoftBan #3291

Closed
bigkraig opened this issue Aug 9, 2016 · 0 comments
Closed

Constant HandleSoftBan #3291

bigkraig opened this issue Aug 9, 2016 · 0 comments

Comments

@bigkraig
Copy link
Contributor

bigkraig commented Aug 9, 2016

Please check configuration at http://jsonlint.com/ before posting an issue.

Expected Behavior

HandleSoftBan only when necessary

Actual Behavior

HandleSoftBan runs all of the time.

Steps to Reproduce

2016-08-09 14:36:21,206 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /usr/src/app
2016-08-09 14:36:21,207 [PokemonGoBot] [INFO] 
2016-08-09 14:36:24,892 [PokemonGoBot] [INFO] [bot_start] Starting bot...
2016-08-09 14:36:28,919 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: []
2016-08-09 14:36:28,921 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 0.19 km
2016-08-09 14:36:36,301 [RecycleItems] [INFO] [item_discard_skipped] Skipping Recycling of Items. 202 space left in bag.
2016-08-09 14:36:36,661 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort East Brunswick Post Office (6e72ff2f02a54888b7008778ee0318b9.16)
2016-08-09 14:37:16,078 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_updated_map] Updated PokemonGo-Map to -37.7732212761, 144.971610926
2016-08-09 14:37:18,908 [  SpinFort] [INFO] [pokestop_empty] Found nothing in pokestop East Brunswick Post Office.
2016-08-09 14:37:18,910 [  SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-09 14:37:18,910 [  SpinFort] [INFO] [softban] Probably got softban.
2016-08-09 14:37:20,359 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop 3 Eyes Mural - 0.05km (attraction of lure 0.05km)
2016-08-09 14:37:28,968 [HandleSoftBan] [INFO] [softban_fix] Fixing softban.
2016-08-09 14:39:53,276 [HandleSoftBan] [INFO] [softban_fix_done] Softban should be fixed
2016-08-09 14:39:58,467 [RecycleItems] [INFO] [item_discard_skipped] Skipping Recycling of Items. 202 space left in bag.
2016-08-09 14:39:58,800 [  SpinFort] [INFO] [pokestop_empty] Found nothing in pokestop 3 Eyes Mural.
2016-08-09 14:39:58,800 [  SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-09 14:39:58,800 [  SpinFort] [INFO] [softban] Probably got softban.
2016-08-09 14:39:58,817 [MoveToFort] [INFO] [arrived_at_fort] Arrived at fort.
2016-08-09 14:39:58,818 [FollowSpiral] [INFO] [position_update] Walking from (-37.77301821231823, 144.97171222723526, 0) to (-37.77322127611069, 144.97161092552548, 0) (24.2716946504 m)
2016-08-09 14:40:01,693 [HandleSoftBan] [INFO] [softban_fix] Fixing softban.
2016-08-09 14:42:07,040 [HandleSoftBan] [INFO] [softban_fix_done] Softban should be fixed
2016-08-09 14:42:09,931 [RecycleItems] [INFO] [item_discard_skipped] Skipping Recycling of Items. 202 space left in bag.
2016-08-09 14:42:09,962 [MoveToMapPokemon] [INFO] [move_to_map_pokemon_updated_map] Updated PokemonGo-Map to -37.7732212761, 144.971610926
2016-08-09 14:42:13,954 [  SpinFort] [INFO] [pokestop_empty] Found nothing in pokestop East Brunswick Post Office.
2016-08-09 14:42:13,954 [  SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-09 14:42:13,955 [  SpinFort] [INFO] [softban] Probably got softban.
2016-08-09 14:42:17,681 [MoveToFort] [INFO] [arrived_at_fort] Arrived at fort.
2016-08-09 14:42:17,682 [FollowSpiral] [INFO] [position_update] Walking from (-37.77322127611069, 144.97161092552548, 0) to (-37.77259093177234, 144.97161092552548, 0) (70.0911233188 m)
2016-08-09 14:42:23,818 [HandleSoftBan] [INFO] [softban_fix] Fixing softban.

Other Information

OS: Docker
Git Commit: 0f2bddd

hoanghuynh pushed a commit to hoanghuynh/PokemonGo-Bot that referenced this issue Sep 28, 2016
Since now Niantic have a minimum_scanner_refresh returning 10 seconds for some cases, i think is better to raise the default value of this
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

1 participant