Just tried to add the following to my configuration file to add the emulated hue bridge functionality for the Amazon Echo, and am receiving the error message below. I’m running Python 3.5.2 on Windows 10. Any one have any ideas as to what is going wrong?
emulated_hue:
host_ip: 192.168.33.139
listen_port: 8300
ERROR MESSAGE IN CONSOLE:
File “C:\Users\Dennis\AppData\Local\Programs\Python\Python35\lib\site-packages\homeassistant\components\emulated_hue\upnp.py”, line 119, in run
ssdp_socket.bind((“239.255.255.250”, 1900))
OSError: [WinError 10049] The requested address is not valid in its context