Lots of dark sky weather platform errors

I am on a j4105 nuc with hassio in docker and I have been getting the following error with the dark sky weather platform. Had anyone encountered this before? Also while I have dark sky set to daily it is throwing this error almost once a minute. So is there a way to reduce the call frequency to dark sky? I know with the sensor you can set the refresh interval. Any help is appreciated.

Log Details (ERROR)
Wed Feb 06 2019 08:07:58 GMT-0600 (Central Standard Time)

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 239, in async_update_ha_state
attr = self.state_attributes or {}
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/init.py”, line 125, in state_attributes
self.hass, self.temperature, self.temperature_unit,
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/darksky.py”, line 114, in temperature_unit
return TEMP_FAHRENHEIT if ‘us’ in self._dark_sky.units
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/weather/darksky.py”, line 241, in units
return self.data.json.get(‘flags’).get(‘units’)
AttributeError: ‘NoneType’ object has no attribute ‘json’

I have this same error flooding my log file. Sensor seems to work though.

/K