Tool PoGo Location Feeder - Potenzia il tuo bot unendolo allo Sniper

Ma è normale che dia spessissimo come errore: "(ATTENTION) 502 Bad Gateway: Server is Under Heavy Load" o "Skiplagged is down or SnipeRequestTimeoutSeconds is too small" (quest'ultimo l'ho settato come da guida)?

Ho riscontrato questo problema
s6jgj6.png

e in successione dice
<ATTENZIONE> 502 Bad Gateway: Server is under heavy load!

stesso problema

Idem a me, tutto settato come dovrebbe, mi da sia l'errore dello SnipeTimeout (nonostante lo abbia messo a ''10'') e mi da anche il ''502''

Poi non è mai uscita la stringa ''snipe''

sono valori già impostati quelli


Chi ha problemi mi mandi in privato il file config del bot e il config del feeder ;)
 
@Valley Potresti postare il tuo config del pogo? Perchè in rete ho trovato file config più completi, in cui si inseriscono mail, pass e server e non vorrei che, per un errore del server, sia stato generato un file config incompleto.
Ovviamente, potrei anche sbagliarmi.

P.S: neanche a me va e ti ho mandato un PM con i file config.
 
Per tutti quelli che hanno il problema:
(ATTENTION) 502 Bad Gateway: Server is Under Heavy Load
(ATTENTION) Skiplagged is down or SnipeRequestTimeoutSeconds is too small

Provate a togliere l'opzione SnipeRequestTimeoutSeconds, eliminate proprio la riga. Oppure alzate a 30.
Fate sapere :)
 
Vi passo il mio config provate a mettere questo

{
"AutoUpdate": false,
"TransferConfigAndAuthOnUpdate": false,
"DumpPokemonStats": true,
"AmountOfPokemonToDisplayOnStart": 250,
"StartupWelcomeDelay": false,
"TranslationLanguageCode": "it",
"WebSocketPort": 14251,
"Teleport": false,
"DefaultLatitude": 40.781305,
"DefaultLongitude": -73.96704,
"DefaultAltitude": 15.0,
"WalkingSpeedInKilometerPerHour": 19.5,
"MaxSpawnLocationOffset": 10,
"MaxTravelDistanceInMeters": 10000,
"UseGpxPathing": false,
"GpxFile": "GPXPath.GPX",
"DelayBetweenPlayerActions": 2000,
"DelayPositionCheckState": 600,
"DelayPokestop": 800,
"DelayCatchPokemon": 600,
"DelayBetweenPokemonCatch": 800,
"DelayCatchNearbyPokemon": 700,
"DelayCatchLurePokemon": 800,
"DelayCatchIncensePokemon": 900,
"DelayTransferPokemon": 800,
"DelayDisplayPokemon": 1000,
"DelayUseLuckyEgg": 1000,
"DelaySoftbanRetry": 1000,
"DelayRecyleItem": 700,
"DelaySnipePokemon": 1000,
"MinDelayBetweenSnipes": 60000,
"UseEggIncubators": true,
"RenamePokemon": true,
"RenameOnlyAboveIv": true,
"RenameTemplate": "{1}_{0}",
"TransferDuplicatePokemon": true,
"PrioritizeIvOverCp": true,
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1,
"KeepPokemonsThatCanEvolve": true,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveAllPokemonAboveIv": true,
"EvolveAboveIvValue": 95.0,
"UseLuckyEggsWhileEvolving": true,
"UseLuckyEggsMinPokemonAmount": 30,
"AutomaticallyLevelUpPokemon": true,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"HumanizeThrows": false,
"ThrowAccuracyMin": 0.5,
"ThrowAccuracyMax": 1.0,
"ThrowSpinFrequency": 0.75,
"MaxPokeballsPerPokemon": 6,
"UseGreatBallAboveCp": 750,
"UseUltraBallAboveCp": 1000,
"UseMasterBallAboveCp": 1500,
"UsePokemonToNotCatchFilter": false,
"UseBerryMinCp": 450,
"UseBerryMinIv": 95.0,
"UseBerryBelowCatchProbability": 0.35,
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": true,
"TotalAmountOfPokeballsToKeep": 100,
"TotalAmountOfPotionsToKeep": 80,
"TotalAmountOfRevivesToKeep": 60,
"UseGreatBallAboveIv": 80,
"UseUltraBallAboveIv": 90,
"UseGreatBallBelowCatchProbability": 0.5,
"UseUltraBallBelowCatchProbability": 0.4,
"UseMasterBallBelowCatchProbability": 0.05,
"RecycleInventoryAtUsagePercentage": 0.9,
"SnipeAtPokestops": true,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": true,
"MinPokeballsToSnipe": 20,
"MinPokeballsWhileSnipe": 0,
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"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": "itemRazzBerry",
"Value": 50
},
{
"Key": "itemBlukBerry",
"Value": 10
},
{
"Key": "itemNanabBerry",
"Value": 10
},
{
"Key": "itemWeparBerry",
"Value": 30
},
{
"Key": "itemPinapBerry",
"Value": 30
},
{
"Key": "itemSpecialCamera",
"Value": 100
},
{
"Key": "itemIncubatorBasicUnlimited",
"Value": 100
},
{
"Key": "itemIncubatorBasic",
"Value": 100
},
{
"Key": "itemPokemonStorageUpgrade",
"Value": 100
},
{
"Key": "itemItemStorageUpgrade",
"Value": 100
}
],
"PokemonsNotToTransfer": [
"ditto",
"articuno",
"zapdos",
"moltres",
"mewtwo",
"mew"
],
"PokemonsToEvolve": [
"caterpie",
"weedle",
"pidgey",
"rattata"
],
"PokemonsToIgnore": [
"caterpie",
"weedle",
"pidgey",
"rattata",
"spearow",
"zubat",
"doduo"
],
"PokemonsTransferFilter": {
"Venusaur": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 40.0,
"KeepMinDuplicatePokemon": 1
},
"Charizard": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 20.0,
"KeepMinDuplicatePokemon": 1
},
"Blastoise": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 20.0,
"KeepMinDuplicatePokemon": 1
},
"Nidoqueen": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Nidoking": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Clefable": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 60.0,
"KeepMinDuplicatePokemon": 1
},
"Vileplume": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Golduck": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Arcanine": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Poliwrath": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Machamp": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Victreebel": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 60.0,
"KeepMinDuplicatePokemon": 1
},
"Golem": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Slowbro": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Farfetchd": {
"KeepMinCp": 1000,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Muk": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Krabby": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Exeggutor": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Lickitung": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Chansey": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Kangaskhan": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 40.0,
"KeepMinDuplicatePokemon": 1
},
"Goldeen": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Staryu": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"MrMime": {
"KeepMinCp": 250,
"KeepMinIvPercentage": 40.0,
"KeepMinDuplicatePokemon": 1
},
"Scyther": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Jynx": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Electabuzz": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Magmar": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Pinsir": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 98.0,
"KeepMinDuplicatePokemon": 1
},
"Tauros": {
"KeepMinCp": 500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Magikarp": {
"KeepMinCp": 1250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Gyarados": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Lapras": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Vaporeon": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Jolteon": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Flareon": {
"KeepMinCp": 2000,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Porygon": {
"KeepMinCp": 1500,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
},
"Aerodactyl": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 80.0,
"KeepMinDuplicatePokemon": 1
},
"Snorlax": {
"KeepMinCp": 2250,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 1
},
"Dragonite": {
"KeepMinCp": 1750,
"KeepMinIvPercentage": 90.0,
"KeepMinDuplicatePokemon": 1
}
},
"PokemonToSnipe": {
"Locations": [
{
"Latitude": 38.556807486461118,
"Longitude": -121.2383794784546
},
{
"Latitude": -33.859019,
"Longitude": 151.213098
},
{
"Latitude": 47.5014969,
"Longitude": -122.0959568
},
{
"Latitude": 51.5025343,
"Longitude": -0.2055027
}
],
"Pokemon": [
"venusaur",
"charizard",
"blastoise",
"beedrill",
"raichu",
"sandslash",
"nidoking",
"nidoqueen",
"clefable",
"ninetales",
"golbat",
"vileplume",
"golduck",
"primeape",
"arcanine",
"poliwrath",
"alakazam",
"machamp",
"golem",
"rapidash",
"slowbro",
"farfetchd",
"muk",
"cloyster",
"gengar",
"exeggutor",
"marowak",
"hitmonchan",
"lickitung",
"rhydon",
"chansey",
"kangaskhan",
"starmie",
"mrMime",
"scyther",
"magmar",
"electabuzz",
"magmar",
"jynx",
"gyarados",
"lapras",
"ditto",
"vaporeon",
"jolteon",
"flareon",
"porygon",
"kabutops",
"aerodactyl",
"snorlax",
"articuno",
"zapdos",
"moltres",
"dragonite",
"mewtwo",
"mew"
]
},
"PokemonToUseMasterball": [
"articuno",
"zapdos",
"moltres",
"mew",
"mewtwo"
]
}
 
Ultima modifica:
Per tutti quelli che hanno il problema:
(ATTENTION) 502 Bad Gateway: Server is Under Heavy Load
(ATTENTION) Skiplagged is down or SnipeRequestTimeoutSeconds is too small

Provate a togliere l'opzione SnipeRequestTimeoutSeconds, eliminate proprio la riga. Oppure alzate a 30.
Fate sapere :)
se elimino la riga mi esce skiplagged is down or sniperequest is too small

se metto 30 mi da sempre il solito errore 502
Immagine.png