You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have an error with this exception: Activated Event Time Duration Thread Exception: Exception thrown: 'System.NullReferenceException' in Pokemon.Go.Rocket.API.dll ("Object reference not set to an instance of an object."). Exception thrown: 'System.NullReferenceException' in Pokemon.Go.Rocket.API.dll ("Object reference not set to an instance of an object.") 6.85s [1476] Worker Thread
code inside HttpClientExtensions that throw exception var operation = await strategy.HandleApiFailure(requestEnvelope, response);
What is the problem? thanks
The text was updated successfully, but these errors were encountered:
Hi, i have an error with this exception:
Activated Event Time Duration Thread Exception: Exception thrown: 'System.NullReferenceException' in Pokemon.Go.Rocket.API.dll ("Object reference not set to an instance of an object."). Exception thrown: 'System.NullReferenceException' in Pokemon.Go.Rocket.API.dll ("Object reference not set to an instance of an object.") 6.85s [1476] Worker Thread
code inside HttpClientExtensions that throw exception
var operation = await strategy.HandleApiFailure(requestEnvelope, response);
What is the problem? thanks
The text was updated successfully, but these errors were encountered: