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
Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
ApiClient.java line 1131 has:
reqBody = RequestBody.create("", MediaType.parse(contentType));
contentType is null here, and my IDE is also suggesting "Cannot resolve method 'create(String, MediaType)'" for okhttp3 lib.
Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
ApiClient.java line 1131 has:
reqBody = RequestBody.create("", MediaType.parse(contentType));
contentType is null here, and my IDE is also suggesting "Cannot resolve method 'create(String, MediaType)'" for okhttp3 lib.
Hopefully this context might help
Below is a stacktrace from my debugger.
The text was updated successfully, but these errors were encountered: