dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

Is Node 12 supported? Where will my STF server be? #98

Closed anamgangwar closed 3 years ago

anamgangwar commented 3 years ago

I completed make of 'stf_ios_support' on node version 12. Now when I try to run my server (on MAC using docker) and paired device (on same mac) I don't see any errors, I see successful logging for ios_video... etc. I have made correct path /IP address /Hostname changes in config.json.

But I am not sure about following:

  1. Where will my STF server be running @ https://:7100/#!/devices?
  2. ./run logs: INFO[0001] Process start - stf_ios_provider binary=/usr/local/opt/node@12/bin/node client_hostname=my_hostname client_ip=my_ip_address location=macmini/my_hostname proc=stf_ios_provider server_hostname=my_hostname server_ip=my_ip_address type=proc_start I see binary address for node@12, will this be a problem?
anamgangwar commented 3 years ago

I was able to resolve this. The IP and hostname were not getting selected properly when I replaced my with I could see STF server. PS. If chrome shows not secure connection try typing 'thisisunsafe' on browser and connect.