Lifx Bulbs not Recognized

So, just got my lifx bulb and added it to my configuration which now looks like this

light:
- platform: flux_led
  automatic_add: True
  devices:
     192.168.1.38:
     name: Computer Lights
light 2:
- platform: lifx
     name: Room

It loads the flux component and shows that perfectly but the lifx bulb doesn’t show up. However, in the log shows this:

ERROR:homeassistant.components.light:Error while setting up platform lifx
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-    packages/homeassistant/helpers/entity_component.py", line 107, in _setup_platform
discovery_info)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/homeassistant/components/light/lifx.py", line 50, in setup_platform
lifx_library = LIFX(add_devices, server_addr, broadcast_addr)
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/homeassistant/components/light/lifx.py", line 72, in __init__
broadcast_addr)
File "/Users/thesmasher/.homeassistant/deps/liffylights.py", line 119, in __init__
server_addr = socket.gethostbyname(server_addr)
socket.gaierror: [Errno 8] nodename nor servname provided, or not known

Is the problem something with my configuration?