We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check configuration at http://jsonlint.com/ before posting an issue.
HandleSoftBan only when necessary
HandleSoftBan runs all of the time.
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.
OS: Docker Git Commit: 0f2bddd
The text was updated successfully, but these errors were encountered:
Update Utils (PokemonGoF#3291)
7697ffd
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
No branches or pull requests
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
Other Information
OS: Docker
Git Commit: 0f2bddd
The text was updated successfully, but these errors were encountered: