Error loading Emulated Hue Bridge - Windows 10

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

I have the same problem? Anyone?

Delete this post.

@dspille I have the same issue in Win 10 32-bit, HA 0.46.1, Py 3.6.1.

  File "C:\Python\Python35-32\lib\site-packages\homeassistant\components\emulated_hue\upnp.py", line 122, in run
    ssdp_socket.bind(("239.255.255.250", 1900))