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
Logger: homeassistant
Source: custom_components/elasticsearch/es_doc_publisher.py:262
First occurred: 6:41:11 PM (1 occurrences)
Last logged: 6:41:11 PM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 309, in _publish_queue_timer
await self.async_do_publish()
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 162, in async_do_publish
self._state_to_bulk_action(entry["state"], entry["event"].time_fired)
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 262, in _state_to_bulk_action
document_body.update(self._static_doc_properties)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Logger: homeassistant
Source: custom_components/elasticsearch/es_doc_publisher.py:262
First occurred: 6:41:11 PM (1 occurrences)
Last logged: 6:41:11 PM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 309, in _publish_queue_timer
await self.async_do_publish()
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 162, in async_do_publish
self._state_to_bulk_action(entry["state"], entry["event"].time_fired)
File "/config/custom_components/elasticsearch/es_doc_publisher.py", line 262, in _state_to_bulk_action
document_body.update(self._static_doc_properties)
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: