Limitless (Milight) error

Does anyone knows how can i fix it?

2017-05-23 23:18:09 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform limitlessled
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 155, in _async_setup_platform
    entity_platform.schedule_add_entities, discovery_info
  File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
    value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
    raise self._exception
  File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/light/limitlessled.py", line 109, in setup_platform
    version=bridge_conf.get(CONF_VERSION, DEFAULT_VERSION))
  File "/home/homeassistant/.homeassistant/deps/limitlessled/bridge.py", line 103, in __init__
    self._init_connection()
  File "/home/homeassistant/.homeassistant/deps/limitlessled/bridge.py", line 248, in _init_connection
    self._socket.recv_into(response)