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\Kaptain\Desktop\mainacc\PokemonGo\RocketAPI\GeneratedCode\Request.cs:li ne 1625
at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, Requests[] customRequests) in C:\Users\Kaptain\Desktop\mainacc\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:l ine 16
at PokemonGo.RocketAPI.Helpers.RequestBuilder.GetInitialRequest(String authToken, AuthType authType, Double lat, Double lng, Double altitude, RequestType[] customRequestTypes) in C:\Users\Kaptain\Desktop\mainacc\PokemonGo\RocketAPI\Helpers\RequestBuilder.cs:l ine 44
at PokemonGo.RocketAPI.Client.<SetServer>d__22.MoveNext() in C:\Users\Kaptain\Desktop\mainacc\PokemonGo\RocketAPI\Client.cs:line 302
--- 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\Kaptain\Desktop\mainacc\PokemonGo\RocketAPI\Console\Program.cs:line 132
--- 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()