ibm-bluemix-mobile-services / bms-clientsdk-android-core

Core components of Bluemix Mobile Services Android SDK
Apache License 2.0
6 stars 11 forks source link

Exception while calling to Request #18

Closed cirilla closed 7 years ago

cirilla commented 8 years ago

If I'm making simple request without calling to BMSClient.getInstance().initialize first

request like this Request request = new Request("/protectedResource", Request.GET);

Then I'm getting exception (NullPointerException) and not a call to onFailure of the listener

cirilla commented 8 years ago

The exception happen what I'm making request to 'protectedResource' that is not yet defined in mu bluemix app

dgonz7 commented 8 years ago

Can you post the stack trace you get?