IBM/unity-sdk-core

DetailedResponse struct null when using IamAuthenticator

jkredzvr opened this issue · 1 comments

Unity Version 2019.2.10f1
unity-sdk-core-1.1.1
unity-sdk-4.1.0

Trying to deploy the SpeechToText example on a Magic Leap and during the authentication process on a build it is throwing an error on line 147 in IamAuthenticator.cs

tokenData = new IamToken(response.Result);

image

I've also verified that the device is connected to the internet before creating the speechToTextAuthenticator