You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (hass --version):
0.56.0
Python release (python3 --version):
3.6.1
Component/platform: camera/arlo
Description of problem:
Unhandled exceptions are thrown, which prevent the cameras from initially loading. Some cameras eventually load, but it's sporadic.
Expected:
Exceptions are handled.
Problem-relevant configuration.yaml entries and steps to reproduce:
arlo:
username: USERNAMEpassword: PASSWORDcamera:
platform: arlo
Launch HASS
Traceback (if applicable):
2017-10-21 20:36:20 ERROR (MainThread) [homeassistant.helpers.entity] Update for camera.front_door fails
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 222, in async_update_ha_state
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 "/config/deps/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
Additional info:
I believe #9892 addresses this; we should fast-track it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.56.0
Python release (
python3 --version
):3.6.1
Component/platform:
camera/arlo
Description of problem:
Unhandled exceptions are thrown, which prevent the cameras from initially loading. Some cameras eventually load, but it's sporadic.
Expected:
Exceptions are handled.
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
I believe #9892 addresses this; we should fast-track it.
The text was updated successfully, but these errors were encountered: