-
Member
If we want to use transfer? how get it work? cant find it
-
Member
Wondering if i could auto evolve just pidgeys so i can switch it on during my XP egg?
thanks!
-
Member
I'm also getting 30 mn crashed with ptc logins (I launch two bots at the same time and they both crash at the same time, after about 30 mn)
-
Sergeant Major
Originally Posted by
ersenos
Wondering if i could auto evolve just pidgeys so i can switch it on during my XP egg?
thanks!
yea need this also weedle, caterpie, zubat doduo..
-
Member
Bot crashes after 30 minutes. Any ideas? (PTC/GOOGLE LOGIN)
Code:
Необработанное исключение: System.ArgumentOutOfRangeException: Заданный аргумент
находится вне диапазона допустимых значений.
Имя параметра: index
в Google.Protobuf.Collections.RepeatedField`1.get_Item(Int32 index)
в PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__1`
2.MoveNext() в C:\Users\Егор\Desktop\Pokemon Necro 2\PokemonGo\RocketAPI\Extensi
ons\HttpClientExtensions.cs:строка 39
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNoti
fication(Task task)
в System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
в PokemonGo.RocketAPI.Client.<UpdatePlayerLocation>d__24.MoveNext() в C:\User
s\Егор\Desktop\Pokemon Necro 2\PokemonGo\RocketAPI\Client.cs:строка 350
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNoti
fication(Task task)
в System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
в PokemonGo.RocketAPI.Console.Program.<ExecuteCatchAllNearbyPokemons>d__6.Mov
eNext() в C:\Users\Егор\Desktop\Pokemon Necro 2\PokemonGo\RocketAPI\Console\Prog
ram.cs:строка 169
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNoti
fication(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.GetResult()
в PokemonGo.RocketAPI.Console.Program.<ExecuteFarmingPokestopsAndPokemons>d__
7.MoveNext() в C:\Users\Егор\Desktop\Pokemon Necro 2\PokemonGo\RocketAPI\Console
\Program.cs:строка 213
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNoti
fication(Task task)
в System.Runtime.CompilerServices.TaskAwaiter.GetResult()
в PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() в C:\Users\Его
р\Desktop\Pokemon Necro 2\PokemonGo\RocketAPI\Console\Program.cs:строка 155
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6
_1(Object state)
в System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object stat
e)
в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionCon
text, ContextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, Co
ntextCallback callback, Object state, Boolean preserveSyncCtx)
в System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWork
Item.ExecuteWorkItem()
в System.Threading.ThreadPoolWorkQueue.Dispatch()
в System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
-
Active Member
As the dude above said that his bot works for 30 minutes and then gets an error. It must be because of something wrong with code updating or I set it up wrongly. So what should I do to get google version working? Thanks
-
Originally Posted by
wetshrimp
edit: im an idiot and i tohught it was the device code token thing. ok so i see the refresh token in the cmd. is there a way to copy and paste it easily? its very long.
wil lthis work forever? or until i restart my computer or something, thne i got to repeat?
right click on the upper leftmost icon of your console window you will find a menu that says Edit, then mark. It will let you highlight a text and then right click again to copy it in clipboard.
-
Member
Originally Posted by
dartar
i think he means it just transfer on startup, not while farming.?!
im having that problem do u know how to fix it?
-
Member
Originally Posted by
ersenos
Wondering if i could auto evolve just pidgeys so i can switch it on during my XP egg?
thanks!
Seems like nobody in here right now knows how to get evolve working.
But I saw OverdoseDelusion using it, but he is offline now. Maybe he can help us
-
Member

After crashing once I am not able to relogin again help please
-
Member
Originally Posted by
psicrest
right click on the upper leftmost icon of your console window you will find a menu that says Edit, then mark. It will let you highlight a text and then right click again to copy it in clipboard.
can u take screen shot where the refresh token is sorry
-
Added a repository of compiled snippet in this thread
https://github.com/psicrest/Pokemon-...ive/master.zip
1. Work around to make the google login persistent even on reboot by outputting the right refresh code token and pasting it in App.config
2. Added Merudo's snippet that will auto transfer pokemon when it reaches a certain number of pokemon catches.
3. Added tentrust's snippet that auto restart the bot when a common exception/error is triggered.
4. Added a Lat / Long Location for every pokestop and pokemon encounter (Can be used to make a real time map where your character is going)
TODO:
1. Make the bot run in multiple instances.
2. Include a status of Total XP gained, Current level, XP per Hour
3. create a text file that will store the googlerefreshtoken.
-
Post Thanks / Like - 4 Thanks
-
Member
Somehow this is bypassing my item limit, which is awesome. On my fresh account I have 608/350 items.
-
Is it normal that my hyperballs disappeard?
-
Member
Originally Posted by
psicrest
https://github.com/psicrest/Pokemon-...ive/master.zip
1. Work around to make the google login persistent even on reboot by outputting the right refresh code token and pasting it in App.config
2. Added Merudo's snippet that will auto transfer pokemon when it reaches a certain number of pokemon catches.
3. Added tentrust's snippet that auto restart the bot when a common exception/error is triggered.
4. Added a Lat / Long Location for every pokestop and pokemon encounter (Can be used to make a real time map where your character is going)
TODO:
1. Make the bot run in multiple instances.
2. Include a status of Total XP gained, Current level, XP per Hour
3. create a text file that will store the googlerefreshtoken.
fv0ckin killer man! Thanks!!