Ubuntu 16.04 startup issue

I am installing on 16.04 but when I try to start mycroft.sh it crashes with this error ./mycroft.sh start -cmycroft-service failed to start. The log is below:

config = ConfigurationManager.get().get(“websocket”)
File “/home/kfriesth/mycroft-core/mycroft/configuration/init.py”, line 183, in get
ConfigurationManager.load_defaults()
File “/home/kfriesth/mycroft-core/mycroft/configuration/init.py”, line 162, in load_defaults
return RemoteConfiguration.load(ConfigurationManager.__config)
File “/home/kfriesth/mycroft-core/mycroft/configuration/init.py”, line 107, in load
RemoteConfiguration.validate(config)
File “/home/kfriesth/mycroft-core/mycroft/configuration/init.py”, line 103, in validate
raise TypeError
TypeError

Any Ideas?