[ERROR] Not every host could be reached. There could be a problem with your internet connection
LordJMPayne opened this issue ยท 2 comments
I am having issues getting the simple-server-files 0.2.45 to run to install the server. It pings
[INFO] Testing http://example.com.
[16:59:12] [INFO] Reached http://example.com: false
[16:59:12] [INFO] Testing http://google.com.
[16:59:12] [INFO] Reached http://google.com: true
[16:59:12] [INFO] Reached 1 out of 2 IPs.
example.com is not a valid address. I have tested it several times and always fails, on or off my network. How can I fix this to bypass the example.com test to get this installed?
In the server-setup-config.yaml, set launch:checkOffline to no
checks with the help of a few unrelated server whether the server is online
checkOffline: no
ps: It's a necrobump but it's the first result that comes up on google when searching this problem so i'll leave it here if it helps anyone