Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23571] Android: Strange network error

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionNeeds more info
Resolution Date2016-12-27T13:45:11.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid, httpclient, network
ReporterMarian Kucharcik
AssigneeEric Merriman
Created2016-06-20T15:52:09.000+0000
Updated2017-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

Comments

  1. Sharif AbuDarda 2016-06-27

    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.
  2. Marian Kucharcik 2016-06-28

    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
  3. Ashraf Abu 2016-06-29

    [~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.
  4. Lee Morris 2017-06-14

    Echoing the above comments, any further problems please file a new ticket.

JSON Source