
wrathstein
Member-
Posts
12 -
Joined
-
Last visited
wrathstein's Achievements
Newbie (1/14)
0
Reputation
-
Bot seems to get stuck randomly while doing different things. I ran it last night and it was stuck for over 2 hours after catching a Pokemon. It didn't recover and keep going; I had to exit the program and rerun it. I have also had it get stuck while walking to a Pokestop. Again, I have to exit the program and rerun it. Anyone else having similar issues? Anyone come up with a fix for it?
-
Bot is great and I love it, so don't take this the wrong way. I'm not sure how I feel about the new versions and updates + new features. To me, it seems like it has made the bot way less stable. On top of that, it also can't recover from an error by itself and keep going now; you have to physically hit enter after it tries to recover from an error or else it will not start again. Sadly, it's hard to feel confident about the bot while it's left alone now. I really enjoyed one of the first versions that was simple and had basic features. It was extremely stable and reliable; you could leave it alone for hours and hours without ever worrying about it. I'm hoping the developers make it to where the bot can auto start by itself after recovering from an error instead of having to physically press the enter key. Tl;dr = bot is no where near as stable as it was (in older versions) and it's not reliable enough to be left alone for extended periods of time. Hoping (near) future updates help solve these problems.
-
[16:25:51] (ERROR) PokemonGo.RocketAPI.Exceptions.InvalidResponseException: Exception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException' was thrown. at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__0`2.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\FeroxRev\PokemonGo.RocketAPI\Extensions\HttpClientExtensions.cs:line 20 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PokemonGo.RocketAPI.Rpc.BaseRpc.<PostProtoPayload>d__7`2.MoveNext() in C:\ Users\tvgfx\Documents\Pokemon Go Bot\FeroxRev\PokemonGo.RocketAPI\Rpc\BaseRpc.cs:line 35 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PokemonGo.RocketAPI.Rpc.Player.<UpdatePlayerLocation>d__1.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\FeroxRev\PokemonGo.RocketAPI\Rpc\Player.cs:line 40 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PoGo.NecroBot.Logic.Navigation.<HumanLikeWalking>d__6.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\PoGo.NecroBot.Logic\Navigation.cs:line 49 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<Execute>d__0.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask.cs:line 69 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.GetResult() at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\PoGo.NecroBot.Logic\State\FarmState.cs:line 36 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__8.MoveNext() in C:\Users\tvgfx\Documents\Pokemon Go Bot\PoGo.NecroBot.Logic\State\StateMachine.cs:line 44 Anyone else getting errors like this? I have been running the program perfectly fine, but this error started popping up a few minutes ago. This is the first time I have seen an error like this.
-
You're saying it keeps lower CP pokemon if you have KeepMinDuplicatePokemon set to 1, right? EDIT: I figured out the problem I was having. Default settings have KeepMinDuplicatePokemon set to 1 and KeepPokemonsThatCanEvolve set to true. I set KeepMinDuplicatePokemon to 0 and KeepPokemonsThatCanEvolve to false.
-
Wow, bot runs great and everything seems to work like it should for the most part. However, for some odd reason, it doesn't transfer all the pokemon with CP lower than what I set KeepMinCP at. It transfers some of them, but a lot of them get left in my box, so I have to manually transfer them later. Does anyone else have this problem? Has anyone found a fix for it?
-
After you run PoGo.NecroBot.CLI.exe there should be a new folder wherever you saved the program at. This new folder is called "config" and inside it are 2 files: "auth" and "config." Those are the 2 files you edit according to what login method you have chosen and what other settings you would like. Should you have any more questions, feel free to post again. I hope this answers your question.