Nest Errors since yesterday

Since yesterday I got many errors of nest, like below…
Info: I’m running 0.37.1… The days before I didnt have problems with it…

Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
    result = coro.throw(exc)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
    yield from update_coro
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 204, in async_update_ha_state
    yield from self.hass.loop.run_in_executor(None, self.update)
  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/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/climate/nest.py", line 218, in update
    self._location = self.device.where
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 222, in where
    if self.where_id is not None:
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 227, in where_id
    return self._device.get('where_id')
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 263, in _device
    return self._devices[THERMOSTATS][self._serial]
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 202, in _devices
    return self._nest_api._devices
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 1546, in _devices
    return self._status[DEVICES]
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 1539, in _status
    value = self._get("/")
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 1522, in _get
    return self._request('GET', path)
  File "/home/hass/.homeassistant/deps/nest/nest.py", line 1503, in _request
    data=data)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py", line 488, in request
    resp = self.send(prep, **send_kwargs)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py", line 609, in send
    r = adapter.send(request, **kwargs)
  File "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/adapters.py", line 473, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",))

I’m getting the exact same errors starting this morning.

Same here - I think there’s some problems over at the Nest API. Not HA.