Hi all
I am just testing the RSS feeder config but noticed an error on my log. Any help is much appreciated
16-04-26 12:07:33 homeassistant.components.feedreader: Fetching new data from feed https://home-assistant.io/atom.xml
16-04-26 12:07:35 homeassistant.bootstrap: Error during setup of component feedreader
Traceback (most recent call last):
File "/var/opt/homeassistant/deps/feedparser.py", line 399, in __getattr__
return self.__getitem__(key)
File "/var/opt/homeassistant/deps/feedparser.py", line 357, in __getitem__
return dict.__getitem__(self, key)
KeyError: 'published_parsed'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py", line 158, in _setup_component
if not component.setup(hass, config):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/feedreader.py", line 79, in setup
feeds = [FeedManager(url, hass) for url in urls]
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/feedreader.py", line 79, in <listcomp>
feeds = [FeedManager(url, hass) for url in urls]
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/feedreader.py", line 31, in __init__
self._update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/feedreader.py", line 57, in _update
self._publish_new_entries()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/feedreader.py", line 68, in _publish_new_entries
if entry.published_parsed > self._last_entry_timestamp:
File "/var/opt/homeassistant/deps/feedparser.py", line 401, in __getattr__
raise AttributeError("object has no attribute '%s'" % key)
AttributeError: object has no attribute 'published_parsed'