Necrobot-Private / NecroBot

NecroBot2
http://necrobot2.com
Other
308 stars 230 forks source link

The Niantic version check URL is returning an invalid version. 1.0.0.147 #1417

Closed wmoser0 closed 7 years ago

wmoser0 commented 7 years ago

Actual Behavior:

The Niantic version check URL (https://pgorelease.nianticlabs.com/plfe/version) is returning an invalid version. This indicates that Niantic has changed something on their server and may indicate a forced API change. You may want to stop botting to be safe.

Your config.json:

{
  "ConsoleConfig": {
    "TranslationLanguageCode": "en",
    "StartupWelcomeDelay": false,
    "AmountOfPokemonToDisplayOnStart": 2,
    "DetailedCountsBeforeRecycling": true
  },
  "UpdateConfig": {
    "SchemaVersion": 22,
    "CheckForUpdates": true,
    "AutoUpdate": true
  },
  "WebsocketsConfig": {
    "UseWebsocket": true,
    "WebSocketPort": 14251
  },
  "LocationConfig": {
    "DisableHumanWalking": false,
    "StartFromLastPosition": true,
    "DefaultLatitude": 41.878114,
    "DefaultLongitude": -87.629798,
    "WalkingSpeedInKilometerPerHour": 7.2,
    "UseWalkingSpeedVariant": true,
    "WalkingSpeedVariant": 1.437,
    "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": 10000,
    "SnipingScanOffset": 0.005,
    "SnipeAtPokestops": true,
    "SnipeIgnoreUnknownIv": false,
    "UseTransferIvForSnipe": false,
    "SnipePokemonNotInPokedex": true,
    "UseSnipeLimit": true,
    "SnipeRestSeconds": 600,
    "SnipeCountLimit": 39,
    "ActivateMSniper": true,
    "MinIVForAutoSnipe": 101,
    "MinLevelForAutoSnipe": 30,
    "AutosnipeVerifiedOnly": false,
    "DefaultAutoSnipeCandy": 0,
    "SnipePauseOnOutOfBallTime": 5,
    "AutoSnipeMaxDistance": 0.0,
    "AutoSnipeBatchSize": 10
  },
  "HumanWalkSnipeConfig": {
    "Enable": false,
    "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": 5000,
    "UsePokeRadar": true,
    "UseSkiplagged": true,
    "UsePokecrew": true,
    "UsePokesnipers": true,
    "UsePokeZZ": true,
    "UsePokeWatcher": true,
    "UseFastPokemap": true,
    "UsePogoLocationFeeder": false,
    "AllowTransferWhileWalking": true
  },
  "DataSharingConfig": {
    "EnableSyncData": true,
    "AutoSnipe": true,
    "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",
    "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket"
  },
  "PokeStopConfig": {
    "UsePokeStopLimit": true,
    "PokeStopLimit": 1500,
    "PokeStopLimitMinutes": 1200
  },
  "GymConfig": {
    "NotUsedSkills": [],
    "Enable": true,
    "PrioritizeGymOverPokestop": false,
    "MaxDistance": 1500.0,
    "DefaultTeam": "Blue",
    "MaxCPToDeploy": 25,
    "MaxLevelToDeploy": 1500,
    "VisitTimeout": 60,
    "UseRandomPokemon": false,
    "NumberOfTopPokemonToBeExcluded": 6,
    "CollectCoinAfterDeployed": 1,
    "EnableAttackGym": true,
    "MaxGymLevelToAttack": 6,
    "MaxDefendersToAttack": 6,
    "HealDefendersBeforeApplyToGym": true,
    "DontAttackAfterCoinsLimitReached": true,
    "EnableGymTraining": true,
    "TrainGymWhenMissingMaxPoints": 1000,
    "MaxGymLvlToTrain": 4,
    "TrainAlreadyDefendedGym": true,
    "MinCpToUseInAttack": 1500,
    "ButNotLessThanDefenderPercent": 0.8,
    "UsePokemonToAttackOnlyByCp": true,
    "ExcludeForGyms": [],
    "DontUseDodge": false,
    "MinRevivePotions": 5,
    "PrioritizeGymWithFreeSlot": true,
    "SaveMaxRevives": false,
    "MaxTrainingRoundsOnOneGym": 5,
    "Defenders": [],
    "Attackers": [],
    "Trainers": [
      {
        "Pokemon": "dragonite",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 100,
        "Moves": null
      },
      {
        "Pokemon": "vaporeon",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 25,
        "Moves": null
      },
      {
        "Pokemon": "gyarados",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 50,
        "Moves": null
      },
      {
        "Pokemon": "tyranitar",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 50,
        "Moves": null
      },
      {
        "Pokemon": "rhydon",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 50,
        "Moves": null
      },
      {
        "Pokemon": "snorlax",
        "MinCP": null,
        "MaxCP": 2000,
        "Priority": 10,
        "Moves": null
      }
    ]
  },
  "PokemonConfig": {
    "CatchPokemon": true,
    "DelayBetweenPokemonCatch": 500,
    "UseCatchLimit": true,
    "CatchPokemonLimit": 1000,
    "CatchPokemonLimitMinutes": 1200,
    "UseIncenseConstantly": true,
    "UseEggIncubators": true,
    "UseLimitedEggIncubators": true,
    "UseLuckyEggConstantly": false,
    "UseLuckyEggsMinPokemonAmount": 30,
    "UseLuckyEggsWhileEvolving": true,
    "TransferWeakPokemon": false,
    "TransferDuplicatePokemon": true,
    "TransferDuplicatePokemonOnCapture": true,
    "RenamePokemon": false,
    "RenameOnlyAboveIv": false,
    "RenameTemplate": "{IV}_{Name}_LV{Level}",
    "FavoriteMinIvPercentage": 100.0,
    "AutoFavoritePokemon": false,
    "AutoFavoriteShinyOnCatch": false,
    "MaxPokeballsPerPokemon": 6,
    "UseGreatBallAboveCp": 1000,
    "UseUltraBallAboveCp": 1250,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 85.0,
    "UseUltraBallAboveIv": 95.0,
    "UseGreatBallBelowCatchProbability": 0.2,
    "UseUltraBallBelowCatchProbability": 0.1,
    "UseMasterBallBelowCatchProbability": 0.05,
    "AutomaticallyLevelUpPokemon": false,
    "OnlyUpgradeFavorites": true,
    "UseLevelUpList": false,
    "AmountOfTimesToUpgradeLoop": 5,
    "GetMinStarDustForLevelUp": 5000,
    "LevelUpByCPorIv": "iv",
    "UpgradePokemonCpMinimum": 1.0,
    "UpgradePokemonIvMinimum": 100.0,
    "UpgradePokemonMinimumStatsOperator": "and",
    "EvolveAboveIvValue": 100.0,
    "EvolveAllPokemonAboveIv": true,
    "EvolveAllPokemonWithEnoughCandy": true,
    "EvolveKeptPokemonsAtStorageUsagePercentage": 80.0,
    "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 120,
    "KeepPokemonsThatCanEvolve": false,
    "KeepMinCp": 1,
    "KeepMinIvPercentage": 100.0,
    "KeepMinLvl": 1,
    "KeepMinOperator": "and",
    "UseKeepMinLvl": false,
    "PrioritizeIvOverCp": true,
    "KeepMinDuplicatePokemon": 0,
    "UsePokemonToNotCatchFilter": false,
    "UsePokemonToCatchLocallyListOnly": false,
    "DumpPokemonStats": false,
    "DelayBetweenPokemonUpgrade": 10000,
    "OutOfBallCatchBlockTime": 5,
    "PokeballToKeepForSnipe": 50,
    "UseBulkTransferPokemon": false,
    "BulkTransferStogareBuffer": 10,
    "BulkTransferSize": 100,
    "UseBallOperator": "or",
    "FavoriteMinCp": 0.0,
    "DefaultBuddyPokemon": "",
    "FavoriteMinLevel": 100,
    "FavoriteOperator": "and",
    "RenamePokemonRespectTransferRule": false,
    "UpgradePokemonLvlMinimum": 25.0,
    "EvolveFavoritedOnly": true,
    "EvolveOperator": "and",
    "EvolveMinIV": 100.0,
    "EvolveMinCP": 1.0,
    "EvolveMinLevel": 1.0,
    "ByPassCatchFlee": false
  },
  "RecycleConfig": {
    "VerboseRecycling": true,
    "RecycleInventoryAtUsagePercentage": 90.0,
    "RandomizeRecycle": false,
    "RandomRecycleValue": 5,
    "TotalAmountOfPokeballsToKeep": 100,
    "TotalAmountOfPotionsToKeep": 100,
    "TotalAmountOfRevivesToKeep": 100,
    "TotalAmountOfBerriesToKeep": 50,
    "UseRecyclePercentsInsteadOfTotals": true,
    "PercentOfInventoryPokeballsToKeep": 30,
    "PercentOfInventoryPotionsToKeep": 30,
    "PercentOfInventoryRevivesToKeep": 30,
    "PercentOfInventoryBerriesToKeep": 10
  },
  "CustomCatchConfig": {
    "EnableHumanizedThrows": true,
    "EnableMissedThrows": true,
    "ThrowMissPercentage": 5,
    "NiceThrowChance": 10,
    "GreatThrowChance": 35,
    "ExcellentThrowChance": 50,
    "CurveThrowChance": 95,
    "ForceGreatThrowOverIv": 90.0,
    "ForceExcellentThrowOverIv": 95.0,
    "ForceGreatThrowOverCp": 1000,
    "ForceExcellentThrowOverCp": 1500,
    "UseTransferFilterToCatch": false
  },
  "PlayerConfig": {
    "DelayBetweenPlayerActions": 2500,
    "EvolveActionDelay": 3000,
    "TransferActionDelay": 4000,
    "RecycleActionDelay": 2500,
    "RenamePokemonActionDelay": 6000,
    "UseNearActionRandom": true,
    "RandomizeSettingsByPercent": 5,
    "AutoFinishTutorial": false
  },
  "SoftBanConfig": {
    "FastSoftBanBypass": true,
    "ByPassSpinCount": 1
  },
  "GoogleWalkConfig": {
    "UseGoogleWalk": true,
    "DefaultStepLength": 1.3,
    "GoogleHeuristic": "bicycling",
    "GoogleAPIKey": "AIzaSyAxLOjIp_tBfjz2FpImW9xtUvay4g3qrQw",
    "Cache": true,
    "GoogleElevationAPIKey": "AIzaSyAlUUJWaI0jm7ghKqe3joCn7T4A4ikQW9A"
  },
  "YoursWalkConfig": {
    "UseYoursWalk": false,
    "YoursWalkHeuristic": "bicycle"
  },
  "MapzenWalkConfig": {
    "UseMapzenWalk": true,
    "MapzenTurnByTurnApiKey": "mapzen-KwNN7Ze",
    "MapzenWalkHeuristic": "bicycle",
    "MapzenElevationApiKey": "mapzen-7vMqZkQ"
  },
  "ItemRecycleFilter": [
    {
      "Key": "itemUnknown",
      "Value": 0
    },
    {
      "Key": "itemLuckyEgg",
      "Value": 200
    },
    {
      "Key": "itemIncenseOrdinary",
      "Value": 100
    },
    {
      "Key": "itemIncenseSpicy",
      "Value": 100
    },
    {
      "Key": "itemIncenseCool",
      "Value": 100
    },
    {
      "Key": "itemIncenseFloral",
      "Value": 100
    },
    {
      "Key": "itemTroyDisk",
      "Value": 100
    },
    {
      "Key": "itemXAttack",
      "Value": 100
    },
    {
      "Key": "itemXDefense",
      "Value": 100
    },
    {
      "Key": "itemXMiracle",
      "Value": 100
    },
    {
      "Key": "itemSpecialCamera",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasicUnlimited",
      "Value": 100
    },
    {
      "Key": "itemIncubatorBasic",
      "Value": 100
    },
    {
      "Key": "itemPokemonStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemItemStorageUpgrade",
      "Value": 100
    },
    {
      "Key": "itemDragonScale",
      "Value": 100
    },
    {
      "Key": "itemUpGrade",
      "Value": 100
    },
    {
      "Key": "itemKingsRock",
      "Value": 100
    },
    {
      "Key": "itemSunStone",
      "Value": 100
    },
    {
      "Key": "itemMetalCoat",
      "Value": 100
    }
  ],
  "PokemonsNotToTransfer": [],
  "PokemonToCatchLocally": {
    "Pokemon": []
  },
  "PokemonsToLevelUp": [],
  "PokemonsToIgnore": [],
  "CaptchaConfig": {
    "AllowManualCaptchaResolve": true,
    "ManualCaptchaTimeout": 120,
    "PlaySoundOnCaptcha": true,
    "DisplayOnTop": true,
    "Enable2Captcha": false,
    "EnableAntiCaptcha": true,
    "AntiCaptchaAPIKey": "201.33.206.229",
    "ProxyHost": "",
    "ProxyPort": 3128,
    "EnableCaptchaSolutions": false,
    "CaptchaSolutionAPIKey": "",
    "CaptchaSolutionsSecretKey": "",
    "AutoCaptchaTimeout": 120,
    "AutoCaptchaRetries": 3,
    "TwoCaptchaAPIKey": ""
  },
  "PokemonsTransferFilter": {},
  "ItemUseFilters": {},
  "PokemonToUseMasterball": [
    "articuno",
    "zapdos",
    "moltres",
    "mew",
    "mewtwo"
  ],
  "HumanWalkSnipeFilters": {},
  "PokemonUpgradeFilters": {},
  "MultipleBotConfig": {
    "RuntimeSwitch": 55,
    "RuntimeSwitchRandomTime": 10,
    "OnLimitPauseTimes": 15,
    "OnRarePokemon": true,
    "MinIVToSwitch": 95.0,
    "EXPSwitch": 25000,
    "PokestopSwitch": 500,
    "PokemonSwitch": 200,
    "PokemonPerHourSwitch": 100,
    "StartFromDefaultLocation": true,
    "PokestopSoftbanCount": 5,
    "DisplayList": true,
    "SelectAccountOnStartUp": false,
    "CatchFleeCount": 5,
    "SwitchOnCatchLimit": true,
    "SwitchOnPokestopLimit": true
  },
  "NotificationConfig": {
    "EnablePushBulletNotification": false,
    "EnableEmailNotification": false,
    "PushBulletApiKey": "",
    "GmailUsername": "",
    "GmailPassword": "",
    "Recipients": ""
  },
  "SnipePokemonFilter": {
    "Mewtwo": {
      "SnipeIV": 0,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 1,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Mew": {
      "SnipeIV": 0,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 1,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Articuno": {
      "SnipeIV": 0,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 1,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Zapdos": {
      "SnipeIV": 0,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 1,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Moltres": {
      "SnipeIV": 0,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 1,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Pichu": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Cleffa": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Igglybuff": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Togepi": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Togetic": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Bellossom": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Politoed": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Unown": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Scizor": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Delibird": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Porygon2": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Smeargle": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Tyrogue": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Hitmontop": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Smoochum": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Elekid": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Magby": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Blissey": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Raikou": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Entei": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Suicune": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Lugia": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "HoOh": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    },
    "Celebi": {
      "SnipeIV": 100,
      "Moves": null,
      "Operator": "or",
      "VerifiedOnly": false,
      "Priority": 2,
      "AutoSnipeCandy": 2000,
      "Level": 0,
      "AllowMultiAccountSnipe": false,
      "AffectToPokemons": null
    }
  },
  "PokemonEvolveFilter": {},
  "CatchPokemonFilter": {},
  "BotSwitchPokemonFilters": {},
  "UIConfig": {
    "SnipeItemListDisplayTime": 150,
    "SnipeListRefreshInterval": 10
  },
  "HumanlikeDelays": {
    "UseHumanlikeDelays": false,
    "CatchSuccessDelay": 13000,
    "CatchErrorDelay": 1000,
    "CatchEscapeDelay": 3500,
    "CatchFleeDelay": 2000,
    "CatchMissedDelay": 1000,
    "BeforeCatchDelay": 1500
  }
}

(OPTIONAL) Your Log:

[16:08:14] (UPDATE) Perfect! You already have the newest Version 1.0.0.147
[16:08:14] (INFO) Logging in using Ptc *******
[16:08:15] (ERROR) The Niantic version check URL (https://pgorelease.nianticlabs.com/plfe/version) is returning an invalid version. This indicates that Niantic has changed something on their server and may indicate a forced API change. You may want to stop botting to be safe.
[16:08:15] (INFO)  ##### config.json #####
[16:08:15] (INFO) Exception caught, writing LogBuffer.

Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 63.150.152.151:8080
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
   --- End of inner exception stack trace ---
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
   --- End of inner exception stack trace ---
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at PoGo.NecroBot.Logic.Model.Settings.AuthSettings.CheckProxy(ITranslation translator)
   at PoGo.NecroBot.Logic.Model.Settings.GlobalSettings.CheckProxy(ITranslation translator)
   at PoGo.NecroBot.CLI.Program.RunBotWithParameters(Action`2 onBotStarted, String[] args)
   at PoGo.NecroBot.CLI.Program.Main(String[] args)

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

wmoser0 commented 7 years ago

Nvm didnt notice 59.2 came out.