-
Elite User
Good Morning guys , I will have a big Update ready in some Hours
-
Post Thanks / Like - 2 Thanks
-
Originally Posted by
Huhgreed
Have this error after copying the token and launching again:
Code:
Coded by Ferox - edited by NecronomiconCoding
Awesome! You have already got the newest version!
Необработанное исключение: System.ArgumentNullException: Значение не может быть
неопределенным.
Имя параметра: value
в Google.Protobuf.ProtoPreconditions.CheckNotNull[T](T value, String name)
в PokemonGo.RocketAPI.GeneratedCode.Request.Types.AuthInfo.Types.JWT.set_Cont
ents(String value) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonG
o\RocketAPI\GeneratedCode\Request.cs:строка 1625
в PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authTok
en, AuthType authType, Double lat, Double lng, Double altitude, Requests[] custo
mRequests) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\Rocket
API\Helpers\RequestBuilder.cs:строка 16
в PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authTok
en, AuthType authType, Double lat, Double lng, Double altitude, RequestType[] cu
stomRequestTypes) в C:\Users\Егор\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo
\RocketAPI\Helpers\RequestBuilder.cs:строка 44
в PokemonGo.RocketAPI.Client.<SetServer>d__22.MoveNext() в C:\Users\Егор\Desk
top\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:строка 302
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в 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__6.MoveNext() в C:\Users\Его
р\Desktop\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:ст
рока 134
--- Конец трассировка стека из предыдущего расположения, где возникло исключение
---
в 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()
Try to rebuild the code Click on "Build" Then "Rebuild Solution"
Make sure you're not missing any double quote in App.config example:
Code:
<add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
I have no idea whats causing your null exception error could be some parsing error, i would like to see any screenshots. It's 2:30am my time, im almost half asleep coding and replying here in forums. Will probably get back to you in a few hours.
-
Member
-
Corporal
Just tested it and it's great. The only issue I've had is, that it stopped after ~30min for no reason. No error or so.
Is it also possible to let eggs hatch?
Thanks for the hard work, really appreciate it.
-
Elite User
I will need some new infornation on what to implement and what to fix, Please Post in GitHub Issues so I can work on it
-
Post Thanks / Like - 1 Thanks
hostpx (1 members gave Thanks to nonm for this useful post)
-
Member
Any guides how to run this stuff? Complete newbie here.
-
Elite User
Originally Posted by
psicrest
Try to rebuild the code Click on "Build" Then "Rebuild Solution"
Make sure you're not missing any double quote in App.config example:
Code:
<add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
I have no idea whats causing your null exception error could be some parsing error, i would like to see any screenshots. It's 2:30am my time, im almost half asleep coding and replying here in forums. Will probably get back to you in a few hours.
I have seen you actively supporting the project , if you would like to collaborate, Please pm me your GitHub name
-
Member
Stops and hangs at
-
Member
hi, is the 30 min google refresh fixed?
-
Corporal
Originally Posted by
tironas
Any guides how to run this stuff? Complete newbie here.
really short version:
Install Visual Studio 2015 (any version)
open the project
change your app configs info (login, token, lat/long....) in VS (&save)
press F5
enjoy
-
Post Thanks / Like - 1 Thanks
Kuro86 (1 members gave Thanks to iShinichi for this useful post)
-
Member
Originally Posted by
psicrest
This is for google login only
1. Before you run the bot make sure that google refresh token in app.config has no value
Code:
<add key="GoogleRefreshToken" value="">
2. Set your location in App.config and run the code in Visual Studio
3. In the console window you wil be asked to visit google.com/device and you need to input the key. After you input the right key,
The refresh token will be printed in the console window. Right click the upper left most icon of your console window, choose EDIT -> MARK . You will be able to highlight the text inside the console, make sure to highlight the refresh code and then right click on it so it will be copied into your clipboard.
4. Stop/Exit the bot and go back to App.config -> Paste the refresh token in like this
Code:
<add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
5. Now you dont have to go to google.com/device to register your bot, It will automatically login with your credentials and the bot auto restarts when it crashes.
Awesome! You have already got the newest version! 1.2.2.0
after Ctrl+F5 i got this:
Unhandled Exception: System.ArgumentNullException: Value cannot be null.
Parameter name: value
at Google.Protobuf.ProtoPreconditions.CheckNotNull[T](T value, String name)
at PokemonGo.RocketAPI.GeneratedCode.Request.Types.AuthInfo.Types.JWT.set_Contents( String value) in C:\Users\Senseirain\Downloads\Pokemon Go\Pokemon-Go-Rocket-API-master v2\PokemonGo\RocketAPI\GeneratedCode\Request.cs:line 1625
at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, Requests[] customRequests) in C:\Users\Senseirain\Downloads\Pokemon Go\Pokemon-Go-Rocket-API-master v2\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:line 16
at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, RequestType[] customRequestTypes) in C:\Users\Senseirain\Downloads\Pokemon Go\Pokemon-Go-Rocket-API-master v2\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:line 44
at PokemonGo.RocketAPI.Client.<SetServer>d__23.MoveNext() in C:\Users\Senseirain\Downloads\Pokemon Go\Pokemon-Go-Rocket-API-master v2\PokemonGo\RocketAPI\Client.cs:line 342
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\Senseirain\Downloads\Pokemon Go\Pokemon-Go-Rocket-API-master v2\PokemonGo\RocketAPI\Console\Program.cs:line 142
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Ob ject state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem. ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Press any key to continue . . .
-
Member
Can you add feature of autoswitching the pokeballs?
-
Member
Originally Posted by
iShinichi
really short version:
Install Visual Studio 2015 (any version)
open the project
change your app configs info (login, token, lat/long....) in VS (&save)
press F5
enjoy
can you post an example of what the configs should look like for google? Im a little confused sorry
-
Member
Does anybody have any idea at what lvl i will stop getting normal pokeballs ?
-
Member
Originally Posted by
nonm
Good Morning guys , I will have a big Update ready in some Hours

Somehow, this only transfer on start. Can you recheck again?