could someone help me add this. im sure im just adding it wrong.
Exclusions on Pokémon to transfer // Do not transfer Pokémon above certain CP level
// You can use this to build up a stack of these Pokémon, while not auto-Evolving them, so you can use them along with a Lucky Egg
Logic.cs 145:
Code:
if (duplicatePokemon.PokemonId != PokemonId.Rattata &&
duplicatePokemon.PokemonId != PokemonId.Weedle &&
duplicatePokemon.PokemonId != PokemonId.Pidgey &&
duplicatePokemon.PokemonId != PokemonId.Caterpie &&
duplicatePokemon.Cp < 1000)
{
var transfer = await _client.TransferPokemon(duplicatePokemon.Id);
Logger.Write($"Transfer {duplicatePokemon.PokemonId} with {duplicatePokemon.Cp} CP", LogLevel.Info);
await Task.Delay(500);
}
löst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
tification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__5.MoveNext() in C:\U
sers\Sebastian\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI.
Logic\Logic.cs:Zeile 60.
[15:34:42] Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: E
ine Ausnahme vom Typ "PokemonGo.RocketAPI.Exceptions.InvalidResponseException" w
urde ausgelöst.
bei PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__
0`2.MoveNext() in C:\Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5
B\PokemonGo.RocketAPI\Extensions\HttpClientExtensions.cs:Zeile 22.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
löst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
tification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
bei PokemonGo.RocketAPI.Client.<GetInventory>d__39.MoveNext() in C:\Users\Seb
astian\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI\Client.c
s:Zeile 337.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
löst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
tification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
bei PokemonGo.RocketAPI.Logic.Inventory.<GetPlayerStats>d__8.MoveNext() in C:
\Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAP
I.Logic\Inventory.cs:Zeile 132.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
löst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
tification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
bei PokemonGo.RocketAPI.Logic.Logic.<DisplayPlayerLevelInTitle>d__16.MoveNext
() in C:\Users\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.
RocketAPI.Logic\Logic.cs:Zeile 262.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausge
löst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNo
tification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__5.MoveNext() in C:\U
sers\USER\Desktop\PokemonGo\FeroxRev-PoGo-Bot-5\PokemonGo.RocketAPI.
Logic\Logic.cs:Zeile 60.
30+ min and crash
Code:[17:32:12] Transfer Pidgey with 10 CP (Best: 312) [17:33:32] Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: E xception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException' was t hrown. at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__0 `2.MoveNext() in C:\Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonG o.RocketAPI\Extensions\HttpClientExtensions.cs:line 22 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot ification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PokemonGo.RocketAPI.Client.<GetInventory>d__41.MoveNext() in C:\Users\objS hell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI\Client.cs:line 337 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot ification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PokemonGo.RocketAPI.Logic.Inventory.<GetPlayerStats>d__8.MoveNext() in C:\ Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\In ventory.cs:line 132 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot ification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PokemonGo.RocketAPI.Logic.Logic.<DisplayPlayerLevelInTitle>d__17.MoveNext( ) in C:\Users\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI. Logic\Logic.cs:line 266 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot ification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at PokemonGo.RocketAPI.Logic.Logic.<PostLoginExecute>d__6.MoveNext() in C:\Us ers\objShell\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo.RocketAPI.Logic\Logi c.cs:line 62
if im not getting pokebolls thats mean i got softban ? i log in even of fake gps on same position that im boting and even when i spinn manually i dont get poke balls ?
just so you know your bot won't stay at the same spot
Git moved again... https://github.com/NecronomiconCodin...-Go-Rocket-API
Seems Necro API need some love now
Its just me or we got an exp roll back???
I just got 110k exp rollback suddenly!!!
Are you sure? Perhaps you've logged to another account?
Bot is gone from repo. Necro still there. Seems like he is restructuring the whole project.
anyone know if this is the same as the old one, where if you favorite your pokemons it doesn't transfer them?