[TIMOB-23571] Android: Strange network error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-12-27T13:45:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, httpclient, network |
Reporter | Marian Kucharcik |
Assignee | Eric Merriman |
Created | 2016-06-20T15:52:09.000+0000 |
Updated | 2017-06-14T21:21:13.000+0000 |
Description
Hi guys,
on android, I'm facing this error:
[ERROR] : TiHTTPClient: (TiHttpClient-51) [267,267] HTTP Error (java.io.IOException): 404 : Not Found
[ERROR] : TiHTTPClient: java.io.IOException: 404 : Not Found
[ERROR] : TiHTTPClient: at ti.modules.titanium.network.TiHTTPClient$ClientRunnable.run(TiHTTPClient.java:1227)
[ERROR] : TiHTTPClient: at java.lang.Thread.run(Thread.java:841)
It happens when my app starts and logs in to server, download some data. Everything sems to work normally, but in console I have this error. It happens only on android(4.4.4).
Thanks
Hello, Can you explain a little more? Does the error causing your app to crash? Please share a sample code that causing the issue in Android. We will test it in our environment.
Hi Sharif, this error is not causing app to crash(as far as I know). The code is very simple - create new xhr request, I'm facing this error in three my apps(two of them use simple xhr with no addition, one is using JSONRPC module(https://github.com/wiistriker/Titanium-JSONRPC-Client) which is simple wrapper, no special code)... The error is specific for android only, I test it on Motorola MotoG2, Android 4.4.4 Thank you
[~max87] Is there a url you can share that would reproduce the issue easily? This seems very specific and hard to reproduce without more information.
Echoing the above comments, any further problems please file a new ticket.