0.55.0 OwnTracks Errors

Hi All,

Just updated my HA running on hassbian, I get the following errors about owntracks, anyone else experiencing the same issue?

  2017-10-10 09:15:00 WARNING (MainThread) [homeassistant.components.device_tracker.owntracks] Received unsupported message type: cmd.
2017-10-10 09:15:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
    result = next(coro)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 80, in async_handle_mqtt_message
    yield from async_handle_message(hass, context, message)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 413, in async_handle_message
    yield from handler(hass, context, message)
TypeError: 'NoneType' object is not callable
2017-10-10 09:15:00 WARNING (MainThread) [homeassistant.components.device_tracker.owntracks] Received unsupported message type: cmd.
2017-10-10 09:15:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
    result = next(coro)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 80, in async_handle_mqtt_message
    yield from async_handle_message(hass, context, message)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 413, in async_handle_message
    yield from handler(hass, context, message)
TypeError: 'NoneType' object is not callable
2017-10-10 09:20:00 WARNING (MainThread) [homeassistant.components.device_tracker.owntracks] Received unsupported message type: cmd.
2017-10-10 09:20:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
    result = next(coro)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 80, in async_handle_mqtt_message
    yield from async_handle_message(hass, context, message)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 413, in async_handle_message
    yield from handler(hass, context, message)
TypeError: 'NoneType' object is not callable
2017-10-10 09:20:00 WARNING (MainThread) [homeassistant.components.device_tracker.owntracks] Received unsupported message type: cmd.
2017-10-10 09:20:00 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step
    result = next(coro)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 80, in async_handle_mqtt_message
    yield from async_handle_message(hass, context, message)
  File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/device_tracker/owntracks.py", line 413, in async_handle_message
    yield from handler(hass, context, message)
TypeError: 'NoneType' object is not callable

https://github.com/home-assistant/home-assistant/pull/9794

1 Like

I just update HA 0.52.1 to 0.59.2 and got this error
I thought this problem fix or different issue?