What OS are you running? I
think it means that it can't figure out the host name of your server computer. Running on Windows, if I add a
print socket.gethostname() statement before the ensure statement (in common.py) it prints out
JT-Alien, which is the
Computer Name I've assigned to my laptop. You might want to try to add the print statement to see what you get.
print socket.gethostname()
print socket.gethostbyname(socket.gethostname()))
ensure("server_ip", socket.gethostbyname(socket.gethostname()))
The output I get when I start the server with the two added print statements is:
JT-Alien
192.168.1.100
http://0.0.0.0:8001/
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.