Splitting out my questions on error reports into separate threads per Erel's request. Also Erel, if you think other might have similar questions I suppose you could consider a separate sub-forum for the sole purpose of others troubleshooting or interpreting these reports if you think it might be worth it.
(Original thread)
SocketTimeoutException: I have the timeout set to 12 seconds (req.Timeout = 12000) in the HttpUtilsService module. I guess I don't understand how you get a timeout ERROR/CRASH though.
(Original thread)
SocketTimeoutException: I have the timeout set to 12 seconds (req.Timeout = 12000) in the HttpUtilsService module. I guess I don't understand how you get a timeout ERROR/CRASH though.
B4X:
java.lang.RuntimeException: java.net.SocketTimeoutException
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:145)
at anywheresoftware.b4a.BA$1.run(BA.java:210)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.net.SocketTimeoutException
at org.apache.harmony.luni.net.PlainSocketImpl.read(PlainSocketImpl.java:451)
at org.apache.harmony.luni.net.SocketInputStream.read(SocketInputStream.java:75)
at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:103)
at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:134)
at org.apache.http.impl.io.IdentityInputStream.read(IdentityInputStream.java:86)
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:159)
at java.io.InputStreamReader.read(InputStreamReader.java:248)
at java.io.Reader.read(Reader.java:149)
at org.apache.http.util.EntityUtils.toString(EntityUtils.java:135)
at anywheresoftware.b4a.http.HttpClientWrapper$HttpResponeWrapper.GetString(HttpClientWrapper.java:416)
at com.cognitial.directvremote.httputilsservice._hc_responseerror(httputilsservice.java:122)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:105)
... 10 more