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
Line 135: account.setApiKey(retrieval.getApiKey().toCharArray());
If the api key is not included in the response the toCharArray will cause a null pointer exception to occur.