Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

(ERROR) (KILLSWITCH) We have detected a Pokemon API change. The bot emulates API version 0.91.1, which is no longer supported. Minimum API version is now 0.91.2. #2023

Open
Eluketric opened this issue Mar 17, 2018 · 1 comment

Comments

@Eluketric
Copy link

FOLLOW these steps or your issue might not get any attention and will be closed.

As a rule.. paste your config and portion of log that is related to the issue.

If you don't... we have to ask you to paste config.... its a waste of time to ask what has already been asked below....

Stop! Before you create this issue (you can delete this section when opening the issue):

  1. Have you searched to see if there are other Open/Closed issues for the same issue? If so, comment on that issue instead.
  2. Have you validated that your config/auth.json and config/config.json is valid JSON? Use http://jsonlint.com/ to check.
  3. If your question is referring to how to set up or use the bot, please join our discord instead of posting an issue: https://discord.gg/7FWyWVp
  4. Always confirm that your issue is reproducible, with the config you provide below.

Expected Behavior:

Actual Behavior:

Your config.json:

{
  "ConsoleConfig": {
    "TranslationLanguageCode": "en",
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 2,
    "DetailedCountsBeforeRecycling": true
  },
  "UpdateConfig": {
    "SchemaVersion": 33,
    "CheckForUpdates": true,
    "AutoUpdate": true
  },
  "WebsocketsConfig": {
    "UseWebsocket": true,
    "WebSocketPort": 14251
  },
  "LocationConfig": {
    "DisableHumanWalking": false,
    "StartFromLastPosition": false,
    "DefaultLatitude": -32.52745188,
    "DefaultLongitude": 115.72604842,
    "WalkingSpeedInKilometerPerHour": 10.0,
    "UseWalkingSpeedVariant": true,
    "WalkingSpeedVariant": 10.0,
    "ShowVariantWalking": false,
    "RandomlyPauseAtStops": true,
    "MaxSpawnLocationOffset": 10,
    "MaxTravelDistanceInMeters": 1000
  },
  "TelegramConfig": {
    "UseTelegramAPI": false,
    "TelegramAPIKey": null,
    "TelegramPassword": null
  },
  "GPXConfig": {
    "UseGpxPathing": false,
    "GpxFile": "GPXPath.GPX"
  },
  "SnipeConfig": {
    "UseSnipeLocationServer": false,
    "SnipeLocationServer": "localhost",
    "SnipeLocationServerPort": 16969,
    "MinPokeballsToSnipe": 20,
    "MinPokeballsWhileSnipe": 0,
    "MinDelayBetweenSnipes": 60000,
    "SnipingScanOffset": 0.005,
    "SnipeAtPokestops": false,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "SnipePokemonNotInPokedex": false,
    "UseSnipeLimit": true,
    "SnipeRestSeconds": 600,
    "SnipeCountLimit": 39,
    "ActivateMSniper": true,
    "MinIVForAutoSnipe": 100,
    "MinLevelForAutoSnipe": 0,
    "AutosnipeVerifiedOnly": false,
    "DefaultAutoSnipeCandy": 0,
    "SnipePauseOnOutOfBallTime": 5,
    "AutoSnipeMaxDistance": 0.0,
    "AutoSnipeBatchSize": 10
  },
  "HumanWalkSnipeConfig": {
    "Enable": true,
    "DisplayPokemonList": true,
    "MaxDistance": 1500.0,
    "MaxEstimateTime": 900.0,
    "CatchEmAllMinBalls": 50,
    "TryCatchEmAll": true,
    "CatchPokemonWhileWalking": true,
    "SpinWhileWalking": true,
    "AlwaysWalkback": false,
    "SnipingScanOffset": 0.025,
    "WalkbackDistanceLimit": 300.0,
    "IncludeDefaultLocation": true,
    "UseSnipePokemonList": true,
    "MaxSpeedUpSpeed": 60.0,
    "AllowSpeedUp": true,
    "DelayTimeAtDestination": 10000,
    "UsePokeRadar": false,
    "UseSkiplagged": false,
    "UsePokecrew": false,
    "UsePokesnipers": false,
    "UsePokeZZ": false,
    "UsePokeWatcher": false,
    "UseFastPokemap": false,
    "UsePogoLocationFeeder": false,
    "AllowTransferWhileWalking": false
  },
  "DataSharingConfig": {
    "EnableSyncData": true,
    "AutoSnipe": false,
    "DataServiceIdentification": "",
    "SnipeDataAccessKey": "",
    "EnableFailoverDataServers": true,
    "FailoverDataServers": "ws://s1.mypogosnipers.com/socket.io/?EIO=3&transport=websocket;ws://s2.mypogosnipers.com/socket.io/?EIO=3&transport=websocket;ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket",
    "DataRecieverURL": "ws://www.mypogosnipers.com/socket.io/?EIO=3&transport=websocket"
  },
  "PokeStopConfig": {
    "UsePokeStopLimit": true,
    "PokeStopLimit": 700,
    "PokeStopLimitMinutes": 1350
  },
  "GymConfig": {
    "Enable": true,
    "PrioritizeGymOverPokestop": true,
    "MaxDistance": 1500.0,
    "DefaultTeam": "Neutral",
    "MaxCPToDeploy": 4000,
    "MaxLevelToDeploy": 40,
    "EnableAttackRaid": true,
    "UseRandomPokemon": false,
    "EnableAttackGym": true,
    "EnableDeployPokemon": true,
    "HealDefendersBeforeApplyToGym": true,
    "EnableGymBerries": true,
    "MinCpToUseInAttack": 1000,
    "ButNotLessThanDefenderPercent": 0.75,
    "UsePokemonToAttackOnlyByCp": true,
    "UseDodge": true,
    "MinRevivePotions": 5,
    "PrioritizeGymWithFreeSlot": false,
    "SaveMaxRevives": true,
    "Defenders": [
      {
        "Pokemon": "lapras",
        "MinCP": 1000,
        "MaxCP": null,
        "Priority": 5,

(OPTIONAL) Your Log:

(ERROR) (KILLSWITCH) We have detected a Pokemon API change. The bot emulates API version 0.91.1, which is no longer supported.  Minimum API version is now 0.91.2.
[20:05:13] (ERROR) The bot will now exit after hitting the enter key.
[20:05:13] (ERROR) Error Detected! (The bot will now exit after hitting the enter key.)

Detailed Steps to Reproduce:

Start App, Brand New PokeHash API Key.

Other Information

(Attach zip files if needed.)

Version:
Windows Version:
What is affected (catch, transfer, favorite, GPX, evolve, recycle, snipe, human walk snipe, pokestops, powerup/levelup, other):

@Furtif
Copy link
Contributor

Furtif commented Mar 18, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants