uservoice / uservoice-android-sdk

UserVoice Android SDK
https://www.uservoice.com/mobile/
MIT License
117 stars 105 forks source link

There was an error connecting to UserVoice #241

Open programmingnatp opened 7 years ago

programmingnatp commented 7 years ago

E/com.uservoice.uservoicesdk: Value

596 of type java.lang.String cannot be converted to JSONObject -- null

The error can be traced to the method below. The call to this method was working fine until recently.

UserVoice.launchUserVoice(Context context) { context.startActivity(new Intent(context, PortalActivity.class)); }