pebble-slides
pebble-slides copied to clipboard
OSX: `socket.gaierror: [Errno 8] nodename nor servname provided, or not known`
OSX
socket.gethostname()
returns "MacBook-Pro.local"
socket.gethostbyname
doesn't like this
If I set the ip manually from ifconfig it works, but otherwise the server won't even start. Should probably catch error as it is only used for display purposes.
@Jamedjo got it. Can you create a pull req? I'll merge it!