I’m very very new to this…I was running hassio version 0.47 ish, and clicked on the update button in the config menu.
When hass restarted my addons won’t start. I have uninstalled the addons and reinstalled by they do not start.
SAMBA + other addon not working after upgrade…
Here is my log file if that helps…Thanks
The following errors have been logged this session:
2017-11-05 16:50:22 ERROR (SyncWorker_0) [homeassistant.util.yaml] YAML file /config/configuration.yaml contains duplicate key “sensor”. Check lines 61 and 87.
2017-11-05 16:50:22 ERROR (SyncWorker_0) [homeassistant.util.yaml] YAML file /config/configuration.yaml contains duplicate key “sensor”. Check lines 87 and 98.
2017-11-05 16:50:22 ERROR (SyncWorker_0) [homeassistant.util.yaml] YAML file /config/configuration.yaml contains duplicate key “group”. Check lines 75 and 107.
2017-11-05 16:50:25 ERROR (SyncWorker_1) [homeassistant.components.weather.bom] Could not get BOM weather station from lat/lon
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py”, line 163, in update
self.attrs[ATTR_BATTERY_LEVEL] = self._camera.get_battery_level
File “/usr/lib/python3.6/site-packages/pyarlo/camera.py”, line 135, in get_battery_level
return base.get_camera_battery_level[self.device_id]
TypeError: ‘NoneType’ object is not subscriptable
2017-11-05 16:50:47 ERROR (MainThread) [homeassistant.components.camera] Error on device update!
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py”, line 163, in update
self.attrs[ATTR_BATTERY_LEVEL] = self._camera.get_battery_level
File “/usr/lib/python3.6/site-packages/pyarlo/camera.py”, line 135, in get_battery_level
return base.get_camera_battery_level[self.device_id]
TypeError: ‘NoneType’ object is not subscriptable
2017-11-05 16:50:48 ERROR (MainThread) [homeassistant.components.camera] Error on device update!
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py”, line 163, in update
self.attrs[ATTR_BATTERY_LEVEL] = self._camera.get_battery_level
File “/usr/lib/python3.6/site-packages/pyarlo/camera.py”, line 135, in get_battery_level
return base.get_camera_battery_level[self.device_id]
TypeError: ‘NoneType’ object is not subscriptable
2017-11-05 16:50:48 ERROR (MainThread) [homeassistant.components.camera] Error on device update!
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py”, line 163, in update
self.attrs[ATTR_BATTERY_LEVEL] = self._camera.get_battery_level
File “/usr/lib/python3.6/site-packages/pyarlo/camera.py”, line 135, in get_battery_level
return base.get_camera_battery_level[self.device_id]
TypeError: ‘NoneType’ object is not subscriptable
2017-11-05 16:50:50 ERROR (MainThread) [homeassistant.components.camera] Error on device update!
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py”, line 216, in async_add_entity
yield from entity.async_device_update(warning=False)
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/arlo.py”, line 164, in update
self.attrs[ATTR_BRIGHTNESS] = self._camera.get_battery_level
File “/usr/lib/python3.6/site-packages/pyarlo/camera.py”, line 135, in get_battery_level
return base.get_camera_battery_level[self.device_id]