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
Sometimes I catch error from com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher#execute by line 90
responseString = EntityUtils.toString(response.getEntity());
If you have time, could fix it, very important to see response.
Greetings from Estonia!!!
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
at com.google.gson.stream.JsonReader.expect(JsonReader.java:339) ~[gson-2.2.2.jar:na]
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322) ~[gson-2.2.2.jar:na]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165) ~[gson-2.2.2.jar:na]
... 59 common frames omitted
Wrapped by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) ~[gson-2.2.2.jar:na]
at com.google.gson.Gson.fromJson(Gson.java:795) ~[gson-2.2.2.jar:na]
at com.google.gson.Gson.fromJson(Gson.java:761) ~[gson-2.2.2.jar:na]
at com.google.gson.Gson.fromJson(Gson.java:710) ~[gson-2.2.2.jar:na]
at com.google.gson.Gson.fromJson(Gson.java:682) ~[gson-2.2.2.jar:na]
at com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher.execute(MandrillRequestDispatcher.java:90) ~[lutung-0.0.5.jar:na]
at com.microtripit.mandrillapp.lutung.controller.MandrillUtil.query(MandrillUtil.java:46) ~[lutung-0.0.5.jar:na]
at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.sendTemplate(MandrillMessagesApi.java:206) ~[lutung-0.0.5.jar:na]
at com.microtripit.mandrillapp.lutung.controller.MandrillMessagesApi.sendTemplate(MandrillMessagesApi.java:133) ~[lutung-0.0.5.jar:na]
The text was updated successfully, but these errors were encountered:
Hi guys!
Sometimes I catch error from com.microtripit.mandrillapp.lutung.model.MandrillRequestDispatcher#execute by line 90
responseString = EntityUtils.toString(response.getEntity());
If you have time, could fix it, very important to see response.
Greetings from Estonia!!!
The text was updated successfully, but these errors were encountered: