[TIMOB-27409] Kitchensink : Liveview is not working
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2019-09-19T16:27:43.000+0000 |
Affected Version/s | Release 8.2.0 |
Fix Version/s | n/a |
Components | LiveView |
Labels | n/a |
Reporter | Keerthi Mahalingam |
Assignee | Abir Mukherjee |
Created | 2019-09-19T04:53:14.000+0000 |
Updated | 2019-09-19T16:27:43.000+0000 |
Description
Steps To Reproduce:
1.import kitchen sink
2.run on android or iOS device./simulator with live view
Notes:
live view works fine on default classic and alloy app
Expected:
live view should work fine
Actual:
[ERROR] : Script Error {
[ERROR] : column = 24;
[ERROR] : line = 666;
[ERROR] : message = "[LiveView] File Server unavailable. Host Unreachable @ 192.168.0.17:8324\n[LiveView] Please ensure your device and computer are on the same network and the port is not blocked.";
[ERROR] : sourceURL = "file:///Users/kmahalingam/Library/Developer/CoreSimulator/Devices/2A09648F-A541-4DD5-9E06-3B6087C54CB3/data/Containers/Bundle/Application/BFC9131E-82B1-42A3-AABC-3756D8287256/KitchenSink.app/app.js";
[ERROR] : stack = " at _getRemoteSource(/app.js:666:24)\n at _getSource(/app.js:682:35)\n at _compile(/app.js:718:30)\n at require(/app.js:586:25)\n at patch(/app.js:424:45)\n at (/app.js:763:15)\n at (/app.js:768:3)\n at global code(/app.js:771:70)\n at require@[native code]\n at (/ti.main.js:11677:10)\n at loadAsync(/ti.main.js:11603:13)\n at global code(/ti.main.js:11674:10)";
[ERROR] : toJSON = "";
[ERROR] : }
[DEBUG] : Firing app event: uncaughtException
[ERROR] : Script Error {
[ERROR] : column = 10;
[ERROR] : line = 11677;
[ERROR] : message = "Module \"app.js\" failed to leave a valid exports object";
[ERROR] : sourceURL = "file:///Users/kmahalingam/Library/Developer/CoreSimulator/Devices/2A09648F-A541-4DD5-9E06-3B6087C54CB3/data/Containers/Bundle/Application/BFC9131E-82B1-42A3-AABC-3756D8287256/KitchenSink.app/ti.main.js";
[ERROR] : stack = " at require@[native code]\n at (/ti.main.js:11677:10)\n at loadAsync(/ti.main.js:11603:13)\n at global code(/ti.main.js:11674:10)";
[ERROR] : toJSON = "";
[ERROR] :
Attachments
[~kmahalingam] I think this _might_ be the same as TIMOB-26649.