{ "id": "160037", "key": "TIMOB-23318", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2016-05-04T23:53:14.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-5.3.0" ], "versions": [], "issuelinks": [ { "id": "54613", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "166595", "key": "TIMOB-24485", "fields": { "summary": "Windows: LiveView is not working for Windows Phone 8.1.", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-02-28T19:55:37.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" }, { "id": "13600", "name": "LiveView", "description": "Live preview of Titanium apps" } ], "description": "*Steps to reproduce:* \r\n# Create an application using the SDK above \r\n# Run the application with live view selected \r\n\r\n*Actual :*\r\nAn error is shown \r\n\r\n\r\n{code:java}\r\n[ERROR] : TiExceptionHandler: (main) [10001,10001] ----- Titanium Javascript Runtime Error -----\r\n[ERROR] : TiExceptionHandler: (main) [0,10001] - In app.js:567,13\r\n[ERROR] : TiExceptionHandler: (main) [0,10001] - Message: Uncaught Error: [LiveView] File Server unavailable. Host Unreachable @ 169.254.80.80:8324\r\n[ERROR] : TiExceptionHandler: [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.\r\n[ERROR] : TiExceptionHandler: (main) [0,10001] - Source: throw new Error('[LiveView] File Server unavailable. Host Unreachable @\r\n[ERROR] : V8Exception: Exception occurred at app.js:567: Uncaught Error: [LiveView] File Server unavailable. Host Unreachable @ 169.254.80.80:8324\r\n[ERROR] : V8Exception: [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.\r\n[ERROR] : TiHTTPClient: (TiHttpClient-1) [53177,63178] HTTP Error (java.net.ConnectException): failed to connect to /169.254.80.80 (port 8324): connect failed: ETIMEDOUT (Connection timed out)\r\n[ERROR] : TiHTTPClient: java.net.ConnectException: failed to connect to /169.254.80.80 (port 8324): connect failed: ETIMEDOUT (Connection timed out)\r\n[ERROR] : TiHTTPClient: \tat libcore.io.IoBridge.connect(IoBridge.java:124)\r\n[ERROR] : TiHTTPClient: \tat java.net.PlainSocketImpl.connect(PlainSocketImpl.java:183)\r\n[ERROR] : TiHTTPClient: \tat java.net.PlainSocketImpl.connect(PlainSocketImpl.java:452)\r\n[ERROR] : TiHTTPClient: \tat java.net.Socket.connect(Socket.java:884)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.Platform.connectSocket(Platform.java:117)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.http.SocketConnector.connectRawSocket(SocketConnector.java:160)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.http.SocketConnector.connectCleartext(SocketConnector.java:67)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.Connection.connect(Connection.java:152)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.Connection.connectAndSetOwner(Connection.java:185)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.http.HttpEngine.nextConnection(HttpEngine.java:341)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:330)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:248)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:437)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:388)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.huc.HttpURLConnectionImpl.getHeaders(HttpURLConnectionImpl.java:150)\r\n[ERROR] : TiHTTPClient: \tat com.android.okhttp.internal.huc.HttpURLConnectionImpl.getHeaderField(HttpURLConnectionImpl.java:194)\r\n[ERROR] : TiHTTPClient: \tat java.net.URLConnection.getHeaderFieldInt(URLConnection.java:543)\r\n[ERROR] : TiHTTPClient: \tat java.net.URLConnection.getContentLength(URLConnection.java:315)\r\n[ERROR] : TiHTTPClient: \tat ti.modules.titanium.network.TiHTTPClient.handleResponse(TiHTTPClient.java:159)\r\n[ERROR] : TiHTTPClient: \tat ti.modules.titanium.network.TiHTTPClient.access$1200(TiHTTPClient.java:85)\r\n[ERROR] : TiHTTPClient: \tat ti.modules.titanium.network.TiHTTPClient$ClientRunnable.run(TiHTTPClient.java:1207)\r\n[ERROR] : TiHTTPClient: \tat java.lang.Thread.run(Thread.java:818)\r\n[ERROR] : TiHTTPClient: Caused by: android.system.ErrnoException: connect failed: ETIMEDOUT (Connection timed out)\r\n[ERROR] : TiHTTPClient: \tat libcore.io.Posix.connect(Native Method)\r\n[ERROR] : TiHTTPClient: \tat libcore.io.BlockGuardOs.connect(BlockGuardOs.java:111)\r\n[ERROR] : TiHTTPClient: \tat libcore.io.IoBridge.connectErrno(IoBridge.java:137)\r\n[ERROR] : TiHTTPClient: \tat libcore.io.IoBridge.connect(IoBridge.java:122)\r\n[ERROR] : TiHTTPClient: \t... 22 more\r\n{code}\r\n\r\n\r\n*Expected:*\r\nNo error is show and the app builds correctly.", "attachment": [], "flagged": false, "summary": "Android: Unable to use Liveview on Windows OS", "creator": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "environment": "Windows 10\r\nStudio: 4.6.0.201605030516\r\nTi SDK: 5.3.0.v20160503133640\r\nAppc NPM: 4.2.5-5 \r\nApp CLI: 5.3.0-43 \r\nNode v4.2.2", "comment": { "comments": [ { "id": "390232", "author": { "name": "Jack", "key": "jack", "displayName": "Ajit", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'm also having the same issue.\r\n\r\n[ERROR] : TiExceptionHandler: (main) [9995,9995] ----- Titanium Javascript Runtime Error -----\r\n[ERROR] : TiExceptionHandler: (main) [1,9996] - In app.js:567,13\r\n[ERROR] : TiExceptionHandler: (main) [0,9996] - Message: Uncaught Error: [LiveView] File Server unavailable. Host Unreachable @ 192.168.97.2:8324\r\n[ERROR] : TiExceptionHandler: [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.\r\n[ERROR] : TiExceptionHandler: (main) [0,9996] - Source: throw new Error('[LiveView] File Server unavailable. Host Unreachable @\r\n[ERROR] : V8Exception: Exception occurred at app.js:567: Uncaught Error: [LiveView] File Server unavailable. Host Unreachable @ 192.168.97.2:8324\r\n[ERROR] : V8Exception: [LiveView] Please ensure your device and computer are on the same network and the port is not blocked.", "updateAuthor": { "name": "Jack", "key": "jack", "displayName": "Ajit", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-07-10T08:05:18.000+0000", "updated": "2016-07-10T08:05:18.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }