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
Attempting to load the HDHomeRun sensor causes the following traceback.
HDHR libraries are installed and can be accessed via hdhomerun_config binary.
Not sure if there is something I'm missing…
Traceback
2020-05-09 09:56:44 ERROR (MainThread) [homeassistant.components.sensor] hdhomerun: Error on device update!
Traceback (most recent call last):
File "/home/administrator/.homeassistant/custom_components/hdhomerun/sensor.py", line 77, in async_update
self._state = self.fetch_channel()
File "/home/administrator/.homeassistant/custom_components/hdhomerun/sensor.py", line 82, in fetch_channel
return self.fetch_channel_raw()
File "/home/administrator/.homeassistant/custom_components/hdhomerun/sensor.py", line 119, in fetch_channel_raw
active = next(x for x in streaminfo if x.program == program)
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/administrator/.pyenv/versions/3.7.5/envs/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 322, in _async_add_entity
await entity.async_device_update(warning=False)
File "/home/administrator/.pyenv/versions/3.7.5/envs/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 470, in async_device_update
await self.async_update()
RuntimeError: coroutine raised StopIteration
The text was updated successfully, but these errors were encountered:
Attempting to load the HDHomeRun sensor causes the following traceback.
HDHR libraries are installed and can be accessed via
hdhomerun_config
binary.Not sure if there is something I'm missing…
Traceback
The text was updated successfully, but these errors were encountered: