Naesstrom

Untitled

Dec 2nd, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Error doing job: Exception in callback <function async_track_state_change.<locals>.state_change_listener at 0x7f7a4ff6a8>
  2. Traceback (most recent call last):
  3. File "uvloop/cbhandles.pyx", line 64, in uvloop.loop.Handle._run
  4. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/event.py", line 82, in state_change_listener
  5. event.data.get('new_state'))
  6. File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 327, in async_run_job
  7. target(*args)
  8. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/event.py", line 103, in template_condition_listener
  9. template_result = condition.async_template(hass, template, variables)
  10. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/condition.py", line 298, in async_template
  11. value = value_template.async_render(variables)
  12. File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/template.py", line 137, in async_render
  13. return self._compiled.render(kwargs).strip()
  14. File "/usr/local/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 76, in render
  15. return original_render(self, *args, **kwargs)
  16. File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 1008, in render
  17. return self.environment.handle_exception(exc_info, True)
  18. File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
  19. reraise(exc_type, exc_value, tb)
  20. File "/usr/local/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
  21. raise value.with_traceback(tb)
  22. File "<template>", line 1, in top-level template code
  23. File "/usr/local/lib/python3.6/site-packages/jinja2/sandbox.py", line 427, in call
  24. return __context.call(__obj, *args, **kwargs)
  25. TypeError: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment