Errors After the Update 0.37.0 What do they mean?

Feb 01 12:17:34 raspberrypi hass[10969]: ERROR:homeassistant.core:Error doing job: Task exception was never retrieved
Feb 01 12:17:34 raspberrypi hass[10969]: Traceback (most recent call last):
Feb 01 12:17:34 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
Feb 01 12:17:34 raspberrypi hass[10969]: result = coro.throw(exc)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
Feb 01 12:17:34 raspberrypi hass[10969]: yield from update_coro
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 216, in async_update_ha_state
Feb 01 12:17:34 raspberrypi hass[10969]: yield from self.hass.loop.run_in_executor(None, self.update)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
Feb 01 12:17:34 raspberrypi hass[10969]: yield self  # This tells Task to wait for completion.
Feb 01 12:17:34 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
Feb 01 12:17:34 raspberrypi hass[10969]: value = future.result()
Feb 01 12:17:34 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
Feb 01 12:17:34 raspberrypi hass[10969]: raise self._exception
Feb 01 12:17:34 raspberrypi hass[10969]: File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
Feb 01 12:17:34 raspberrypi hass[10969]: result = self.fn(*self.args, **self.kwargs)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 397, in update
Feb 01 12:17:34 raspberrypi hass[10969]: self.update_lights(no_throttle=True)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 12:17:34 raspberrypi hass[10969]: result = method(*args, **kwargs)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 12:17:34 raspberrypi hass[10969]: result = method(*args, **kwargs)
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 207, in update_lights
Feb 01 12:17:34 raspberrypi hass[10969]: lightgroups[lightgroup_id].schedule_update_ha_state()
Feb 01 12:17:34 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 290, in schedule_update_ha_state
Feb 01 12:17:34 raspberrypi hass[10969]: self.hass.add_job(self.async_update_ha_state(force_refresh))
Feb 01 12:17:34 raspberrypi hass[10969]: AttributeError: 'NoneType' object has no attribute 'add_job'
Feb 01 12:17:39 raspberrypi hass[10969]: INFO:homeassistant.components.device_tracker.netgear:Scanning
Feb 01 12:17:39 raspberrypi hass[10969]: INFO:pynetgear:Get attached devices
Feb 01 12:17:45 raspberrypi hass[10969]: ERROR:homeassistant.core:Error doing job: Task exception was never retrieved
Feb 01 12:17:45 raspberrypi hass[10969]: Traceback (most recent call last):
Feb 01 12:17:45 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
Feb 01 12:17:45 raspberrypi hass[10969]: result = coro.throw(exc)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
Feb 01 12:17:45 raspberrypi hass[10969]: yield from update_coro
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 216, in async_update_ha_state
Feb 01 12:17:45 raspberrypi hass[10969]: yield from self.hass.loop.run_in_executor(None, self.update)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
Feb 01 12:17:45 raspberrypi hass[10969]: yield self  # This tells Task to wait for completion.
Feb 01 12:17:45 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
Feb 01 12:17:45 raspberrypi hass[10969]: value = future.result()
Feb 01 12:17:45 raspberrypi hass[10969]: File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
Feb 01 12:17:45 raspberrypi hass[10969]: raise self._exception
Feb 01 12:17:45 raspberrypi hass[10969]: File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
Feb 01 12:17:45 raspberrypi hass[10969]: result = self.fn(*self.args, **self.kwargs)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 397, in update
Feb 01 12:17:45 raspberrypi hass[10969]: self.update_lights(no_throttle=True)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 12:17:45 raspberrypi hass[10969]: result = method(*args, **kwargs)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 12:17:45 raspberrypi hass[10969]: result = method(*args, **kwargs)
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 207, in update_lights
Feb 01 12:17:45 raspberrypi hass[10969]: lightgroups[lightgroup_id].schedule_update_ha_state()
Feb 01 12:17:45 raspberrypi hass[10969]: File "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 290, in schedule_update_ha_state
Feb 01 12:17:45 raspberrypi hass[10969]: self.hass.add_job(self.async_update_ha_state(force_refresh))
Feb 01 12:17:45 raspberrypi hass[10969]: AttributeError: 'NoneType' object has no attribute 'add_job'

I also downgrade but still showing up those what is this related to ?

Try running update again, all my errors disappeared after that :wink:

Sadly didn’t fix my problem , didn’t have any error in previous version…

I see a lot of “in update” errors, are you sure you stopped home assistant properly before the update?

No I did not stopped HASS before the udpate !!! :frowning: I thought it was not necessary …

Not sure if it is necessary, I run HASS on Windows and if there is an update available I always shutdown HASS and restart it.
My startup shortcut is always running an update previous to actually starting.
Please try.

I will thank you very much …

Installed everything from beginning narrow down to this errors :

Feb 01 18:25:30 raspberrypi hass[2920]: ERROR:homeassistant.core:Error doing job: Task exception was never retrieved
Feb 01 18:25:30 raspberrypi hass[2920]: Traceback (most recent call last):
Feb 01 18:25:30 raspberrypi hass[2920]: File "/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
Feb 01 18:25:30 raspberrypi hass[2920]: result = coro.throw(exc)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
Feb 01 18:25:30 raspberrypi hass[2920]: yield from update_coro
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 216, in async_update_ha_state
Feb 01 18:25:30 raspberrypi hass[2920]: yield from self.hass.loop.run_in_executor(None, self.update)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
Feb 01 18:25:30 raspberrypi hass[2920]: yield self  # This tells Task to wait for completion.
Feb 01 18:25:30 raspberrypi hass[2920]: File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
Feb 01 18:25:30 raspberrypi hass[2920]: value = future.result()
Feb 01 18:25:30 raspberrypi hass[2920]: File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
Feb 01 18:25:30 raspberrypi hass[2920]: raise self._exception
Feb 01 18:25:30 raspberrypi hass[2920]: File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
Feb 01 18:25:30 raspberrypi hass[2920]: result = self.fn(*self.args, **self.kwargs)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 397, in update
Feb 01 18:25:30 raspberrypi hass[2920]: self.update_lights(no_throttle=True)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 18:25:30 raspberrypi hass[2920]: result = method(*args, **kwargs)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
Feb 01 18:25:30 raspberrypi hass[2920]: result = method(*args, **kwargs)
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/hue.py", line 207, in update_lights
Feb 01 18:25:30 raspberrypi hass[2920]: lightgroups[lightgroup_id].schedule_update_ha_state()
Feb 01 18:25:30 raspberrypi hass[2920]: File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 290, in schedule_update_ha_state
Feb 01 18:25:30 raspberrypi hass[2920]: self.hass.add_job(self.async_update_ha_state(force_refresh))
Feb 01 18:25:30 raspberrypi hass[2920]: AttributeError: 'NoneType' object has no attribute 'add_job'

Any clue ?