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

Is my account permanently banned? #4024

Closed
ajaysinghi opened this issue Aug 15, 2016 · 10 comments
Closed

Is my account permanently banned? #4024

ajaysinghi opened this issue Aug 15, 2016 · 10 comments

Comments

@ajaysinghi
Copy link

Expected Behavior

Game should work.

Actual Behavior

Got the below error. Is my account permanently banned??

Your config.json (remove your credentials and any other private info)

{
    "auth_service": "ptc",
    "username": "**********",
    "password": "**********",
    "location": "Central Park, New York, NY 10024, USA",
    "gmapkey": "***********",
    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "CollectLevelUpReward"
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
      },
      {
        "type": "TransferPokemon"
      },
      {
        "type": "EvolvePokemon",
        "config": {
            "evolve_all": "none",
            "first_evolve_by": "cp",
            "evolve_above_cp": 600,
            "evolve_above_iv": 0.8,
            "logic": "or",
            "evolve_speed": 20,
            "use_lucky_egg": false
        }
      },
      {
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Pokeball":       { "keep" : 10 },
            "Potion":         { "keep" : 1 },
            "Super Potion":   { "keep" : 1 },
            "Hyper Potion":   { "keep" : 20 },
            "Max Potion":     { "keep" : 40 },
            "Revive":         { "keep" : 25 },
            "Razz Berry":     { "keep" : 30 },
            "Ultraball":      { "keep" : 50 },
            "Greatball":      { "keep" : 30 }
          }
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },
      {
        "type": "CatchLuredPokemon"
      },
      {
        "type": "SpinFort"
      },
      {
        "type": "MoveToFort",
        "config": {
            "lure_attraction": true,
            "lure_max_distance": 2000
        }
      },
      {
        "type": "FollowSpiral",
        "config": {
          "diameter": 4,
          "step_size": 70
        }
      }
    ],
    "map_object_cache_time": 5,
    "forts": {
      "avoid_circles": true,
      "max_circle_size": 50
    },
    "websocket_server": false,
    "walk": 15,
    "action_wait_min": 1,
    "action_wait_max": 4,
    "debug": false,
    "test": false,
    "health_record": true,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 15,
    "evolve_captured": "NONE",
    "catch_randomize_reticle_factor": 1.0,
    "catch_randomize_spin_factor": 1.0,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
      "// Example of always catching Rattata:": {},
      "// Rattata": { "always_catch" : true }
    },
    "release": {

    "//any": {"release_below_cp": 500, "release_below_iv": 0.2, "logic": "or"},
    "Spearow": {"always_release": true},
    "Rattata": {"always_release": true},
    "Pidgey": {"always_release": true},
    "Ekans": {"always_release": true},
    "Bulbasaur": {"keep_best_cp": 2},
    "Ivysaur": {"keep_best_cp": 2},
    "Venusaur": {"keep_best_cp": 3},
    "Charmander": {"keep_best_cp": 2},
    "Charmeleon": {"keep_best_cp": 2},
    "Charizard": {"keep_best_cp": 3},
    "Squirtle": {"keep_best_cp": 2},
    "Wartortle": {"keep_best_cp": 3},
    "Blastoise": {"keep_best_cp": 3},
"Caterpie": {"keep_best_cp": 2},
"Metapod": {"keep_best_cp": 2},
"Butterfree": {"keep_best_cp": 3},
"Weedle": {"keep_best_cp": 2},
"Kakuna": {"keep_best_cp": 2},
"Beedrill": {"keep_best_cp": 3},
"Pidgeotto": {"keep_best_cp": 2},
"Pidgeot": {"keep_best_cp": 3},
"Raticate": {"keep_best_cp": 1},
"Fearow": {"keep_best_cp": 2},
"Arbok": {"keep_best_cp": 2},
"Pikachu": {"keep_best_cp": 3},
"Raichu": {"keep_best_cp": 3},
"Sandshrew": {"keep_best_cp": 2},
"Sandslash": {"keep_best_cp": 2},
"Nidoran?": {"keep_best_cp": 2},
"Nidorina": {"keep_best_cp": 2},
"Nidoqueen": {"keep_best_cp": 2},
"Nidoran?": {"keep_best_cp": 2},
"Nidorino": {"keep_best_cp": 2},
"Nidoking": {"keep_best_cp": 2},
"Clefairy": {"keep_best_cp": 2},
"Clefable": {"keep_best_cp": 2},
"Vulpix": {"keep_best_cp": 3},
"Ninetales": {"keep_best_cp": 3},
"Jigglypuff": {"keep_best_cp": 2},
"Wigglytuff": {"keep_best_cp": 2},
"Zubat": {"keep_best_cp": 1},
"Golbat": {"keep_best_cp": 2},
"Oddish": {"keep_best_cp": 2},
"Gloom": {"keep_best_cp": 2},
"Vileplume": {"keep_best_cp": 2},
"Paras": {"keep_best_cp": 2},
"Parasect": {"keep_best_cp": 2},
"Venonat": {"keep_best_cp": 2},
"Venomoth": {"keep_best_cp": 2},
"Diglett": {"keep_best_cp": 2},
"Dugtrio": {"keep_best_cp": 2},
"Meowth": {"keep_best_cp": 2},
"Persian": {"keep_best_cp": 3},
"Psyduck": {"keep_best_cp": 2},
"Golduck": {"keep_best_cp": 3},
"Mankey": {"keep_best_cp": 2},
"Primeape": {"keep_best_cp": 2},
"Growlithe": {"keep_best_cp": 5},
"Arcanine": {"keep_best_cp": 5},
"Poliwag": {"keep_best_cp": 2},
"Poliwhirl": {"keep_best_cp": 2},
"Poliwrath": {"keep_best_cp": 2},
"Abra": {"keep_best_cp": 2},
"Kadabra": {"keep_best_cp": 2},
"Alakazam": {"keep_best_cp": 2},
"Machop": {"keep_best_cp": 2},
"Machoke": {"keep_best_cp": 2},
"Machamp": {"keep_best_cp": 3},
"Bellsprout": {"keep_best_cp": 1},
"Weepinbell": {"keep_best_cp": 2},
"Victreebel": {"keep_best_cp": 2},
"Tentacool": {"keep_best_cp": 2},
"Tentacruel": {"keep_best_cp": 2},
"Geodude": {"keep_best_cp": 2},
"Graveler": {"keep_best_cp": 2},
"Golem": {"keep_best_cp": 3},
"Ponyta": {"keep_best_cp": 3},
"Rapidash": {"keep_best_cp": 3},
"Slowpoke": {"keep_best_cp": 2},
"Slowbro": {"keep_best_cp": 2},
"Magnemite": {"keep_best_cp": 2},
"Magneton": {"keep_best_cp": 2},
"Doduo": {"keep_best_cp": 1},
"Dodrio": {"keep_best_cp": 2},
"Seel": {"keep_best_cp": 2},
"Dewgong": {"keep_best_cp": 2},
"Grimer": {"keep_best_cp": 2},
"Muk": {"keep_best_cp": 2},
"Shellder": {"keep_best_cp": 2},
"Cloyster": {"keep_best_cp": 2},
"Gastly": {"keep_best_cp": 2},
"Haunter": {"keep_best_cp": 2},
"Gengar": {"keep_best_cp": 2},
"Onix": {"keep_best_cp": 2},
"Drowzee": {"keep_best_cp": 1},
"Hypno": {"keep_best_cp": 2},
"Krabby": {"keep_best_cp": 2},
"Kingler": {"keep_best_cp": 2},
"Voltorb": {"keep_best_cp": 2},
"Electrode": {"keep_best_cp": 2},
"Exeggcute": {"keep_best_cp": 1},
"Exeggutor": {"keep_best_cp": 1},
"Cubone": {"keep_best_cp": 1},
"Marowak": {"keep_best_cp": 1},
"Hitmonlee": {"keep_best_cp": 2},
"Hitmonchan": {"keep_best_cp": 2},
"Lickitung": {"keep_best_cp": 2},
"Koffing": {"keep_best_cp": 1},
"Weezing": {"keep_best_cp": 2},
"Rhyhorn": {"keep_best_cp": 3},
"Rhydon": {"keep_best_cp": 3},
"Chansey": {"keep_best_cp": 2},
"Tangela": {"keep_best_cp": 2},
"Kangaskhan": {"keep_best_cp": 2},
"Horsea": {"keep_best_cp": 1},
"Seadra": {"keep_best_cp": 2},
"Goldeen": {"keep_best_cp": 1},
"Seaking": {"keep_best_cp": 1},
"Staryu": {"keep_best_cp": 1},
"Starmie": {"keep_best_cp": 3},
"Mr. Mime": {"keep_best_cp": 2},
"Scyther": {"keep_best_cp": 2},
"Jynx": {"keep_best_cp": 2},
"Electabuzz": {"keep_best_cp": 3},
"Magmar": {"keep_best_cp": 3},
"Pinsir": {"keep_best_cp": 3},
"Tauros": {"keep_best_cp": 2},
"Magikarp": {"keep_best_cp": 2},
"Gyarados": {"keep_best_cp": 3},
"Lapras": {"keep_best_cp": 3},
"Ditto": {"keep_best_cp": 2},
"Eevee": {"keep_best_cp": 5},
"Vaporeon": {"keep_best_cp": 3},
"Jolteon": {"keep_best_cp": 3},
"Flareon": {"keep_best_cp": 3},
"Porygon": {"keep_best_cp": 2},
"Omanyte": {"keep_best_cp": 1},
"Omastar": {"keep_best_cp": 2},
"Kabuto": {"keep_best_cp": 1},
"Kabutops": {"keep_best_cp": 2},
"Aerodactyl": {"keep_best_cp": 3},
"Snorlax": {"keep_best_cp": 3},
"Articuno": {"keep_best_cp": 3},
"Zapdos": {"keep_best_cp": 3},
"Moltres": {"keep_best_cp": 3},
"Dratini": {"keep_best_cp": 3},
"Dragonair": {"keep_best_cp": 3},
"Dragonite": {"keep_best_cp": 3},
"Mewtwo": {"keep_best_cp": 3},
"Mew": {"keep_best_cp": 3}

    },
    "vips" : {
         "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
        "any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
        "Lapras": {},
        "Moltres": {},
        "Zapdos": {},
        "Articuno": {},

        "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
        "Mewtwo": {},
        "Dragonite": {},
        "Snorlax": {},
        "// Mew evolves to Mewtwo": {},
        "Mew": {},
        "Arcanine": {},
        "Vaporeon": {},
        "Gyarados": {},
        "Exeggutor": {},
        "Muk": {},
        "Weezing": {},
        "Flareon": {}

    }
}

Steps to Reproduce

2016-08-16 00:19:40,098 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Pride of Lions - 0.05km
2016-08-16 00:19:43,522 [ SpinFort] [INFO] [spun_pokestop] Spun pokestop Pride of Lions. Experience awarded: 50. Items awarded: {u'Ultraball': 1, u'Pokeball': 2}
2016-08-16 00:19:46,069 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop West 87th Garden and Park - 0.10km
2016-08-16 00:19:53,000 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop West 87th Garden and Park - 0.08km
2016-08-16 00:19:57,890 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop West 87th Garden and Park - 0.06km
2016-08-16 00:20:00,640 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop West 87th Garden and Park - 0.04km
2016-08-16 00:20:06,415 [ SpinFort] [INFO] [unknown_spin_result] Unknown spint result -1
2016-08-16 00:20:06,415 [ SpinFort] [INFO] [pokestop_searching_too_often] Possibly searching too often, take a rest.
2016-08-16 00:20:07,292 [MoveToFort] [INFO] [moving_to_fort] Moving towards pokestop Unknown - 0.13km
2016-08-16 00:20:10,467 [PokemonGoBot] [INFO] [api_error] Probably permabanned, Game Over ! Play again at https://club.pokemon.com/us/pokemon-trainer-club/sign-up/

Other Information

OS: Windows 8
Git Commit: d90a203
Python Version: Python 2.7.12

@Topias1
Copy link

Topias1 commented Aug 15, 2016

Game Over !

@iamrellah
Copy link

Yep, same happened to mine

@firzzen
Copy link

firzzen commented Aug 15, 2016

I can't even login to the game with my three bots :). All just say servers are busy or offline. Made new ones already though.

@ajaysinghi
Copy link
Author

Is there anyone who got this error and game worked for him may be after some time or some days?

@ebbrey
Copy link

ebbrey commented Aug 15, 2016

Nope, 3 accounts gone last 7 days. None came back yet.

Look at the "Game Over" as adding excitement to the botting ;)

Stay under the radar!

@kirikay
Copy link

kirikay commented Aug 15, 2016

walk 15?

botting is already an abuse...
don't over abuse it and then wonder why your accounts are getting banned :)

@shadypenguin21
Copy link

1 of my accounts just got that an hour ago right before it was going to spin a pokestop :p

Time to modify my config

@g2384
Copy link

g2384 commented Aug 15, 2016

Let's start again! (RIP 2 collect-only accounts)

@jrjhealey
Copy link

Yep, game over indeed.

@nujabse
Copy link

nujabse commented Aug 16, 2016

Got the error message just now, game over :(

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

10 participants