Description
When building an alloy app with liveview for windows platform the app will start, connect to the file server and then error out with
[ERROR] ----- Titanium Javascript Runtime Error -----
[ERROR] In app.js: 588,22
[ERROR] Message: Uncaught Error: [LiveView] File Server unavailable. Host Unreachable @ 169.254.80.80:8324
[LiveView] Please ensure your device and computer are on the same network and the port is not blocked.
Steps to reproduce
Create an alloy app with appc new
Build the alloy app with appc run -p windows -T wp-emulator --liveview --liveview-ip <IP>
where IP is the ip of Ethernet adapter vEthernet (Internal Ethernet Port Windows Phone Emulator Internal
in ipconfig
Actual
App errors out with the above error
Expected
App should no error out, liveview should work as normal
PR: https://github.com/appcelerator/liveview/pull/101 Currently working through the following for sanity * Windows authoring ** Windows 10 Mobile device (/) ** Windows 10 Mobile Emulator (/) ** Windows Phone 8.1 Device (/) ** Windows Phone 8.1 Emulator (/) ** Windows Local 10.0 SDK (/) ** Windows Local 8.1 SDK (/) ** Android device (/) ** Android emulator (/) * OSX authoring ** iPhone device (I cant build to device right now) ** iPhone sim (/) ** iPad device (I dont have this) ** iPad Sim (/) ** Android Emulator (/) ** Android device (/)
*FR passed* was able to test Liveview on alloy apps. *Environment*
[~kkolipaka] Can you tell me which Studio and Ti SDK versions will have the fix? I installed the following, and I still get the "Host Unreachable @ 169.254.80.80:8324" error on Windows Device: SDK 6.1.0.v20170517143931 Appc Studio 4.9.0.201705170123
Verified that the fixes are seen in the above mentioned builds.