export ROKU_DEV_TARGET=192.168.178.100
telnet and VS code works but make file not, why ?
Error log:
*** packaging appname complete ***
*** Note: application check not available ***
Checking dev server at 192.168.178.100...
ERROR: Device is not responding to ping.
make: *** [install] Error 1
but ping works
DWMB1060918:dwForRokuTV user$ ping 192.168.178.100
PING 192.168.178.100 (192.168.178.100): 56 data bytes
64 bytes from 192.168.178.100: icmp_seq=0 ttl=64 time=7.926 ms
64 bytes from 192.168.178.100: icmp_seq=1 ttl=64 time=6.417 ms
^C
--- 192.168.178.100 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 6.417/7.171/7.926/0.754 ms