alphasoc/flightsim

dial tcp 34.96.64.1:443: i/o timeout

CaicaiJason opened this issue · 2 comments

what is the problem when I run this commend.

flightsim run

return

dial tcp 34.96.64.1:443: i/o timeout
tg commented

This is the IP behind api.open.wisdom.alphasoc.net, which is our API and is used to fetch IP/domains for flightsim modules. It looks like in your case flighsim is unable to contact our API.

Please can you make sure this domain/IP is reachable from within your network? On linux/macos you can run nc -v 34.96.64.1 443 and see whether connection succeeded. If it does and flightsim is still unable to connect then it could be a problem within flightsim. Please let me know.

Closing due to inactivity here.