Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. 17-01-21 01:09:04 homeassistant.bootstrap: Error during setup of component zwave
  2. Traceback (most recent call last):
  3. File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/option.py", line 75, in __init__
  4. raise ZWaveException(u"Can't write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
  5. File "/usr/lib/python3.4/traceback.py", line 181, in format_exception
  6. return list(_format_exception_iter(etype, value, tb, limit, chain))
  7. File "/usr/lib/python3.4/traceback.py", line 146, in _format_exception_iter
  8. for value, tb in values:
  9. File "/usr/lib/python3.4/traceback.py", line 125, in _iter_chain
  10. context = exc.__context__
  11. AttributeError: 'NoneType' object has no attribute '__context__'
  12.  
  13. During handling of the above exception, another exception occurred:
  14.  
  15. Traceback (most recent call last):
  16. File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/bootstrap.py", line 151, in _async_setup_component
  17. None, component.setup, hass, config)
  18. File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
  19. yield self # This tells Task to wait for completion.
  20. File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
  21. value = future.result()
  22. File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
  23. raise self._exception
  24. File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
  25. result = self.fn(*self.args, **self.kwargs)
  26. File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/zwave/__init__.py", line 279, in setup
  27. CONF_CONFIG_PATH, default_zwave_config_path))
  28. File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/option.py", line 81, in __init__
  29. raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
  30. openzwave.object.ZWaveException: 'Zwave Generic Exception : Error when retrieving device /dev/ttyAMA0 : [\'Traceback (most recent call last):\\n\', \' File "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/openzwave-0.3.1-py3.4.egg/openzwave/option.py", line 75, in __init__\\n raise ZWaveException(u"Can\\\'t write to device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))\\n\', \' File "/usr/lib/python3.4/traceback.py", line 181, in format_exception\\n return list(_format_exception_iter(etype, value, tb, limit, chain))\\n\', \' File "/usr/lib/python3.4/traceback.py", line 146, in _format_exception_iter\\n for value, tb in values:\\n\', \' File "/usr/lib/python3.4/traceback.py", line 125, in _iter_chain\\n context = exc.__context__\\n\', "AttributeError: \'NoneType\' object has no attribute \'__context__\'\\n"]'
  31. 17-01-21 01:11:20 netdisco.ssdp: Error fetching description at http://169.254.96.238:49156/nmsDescription.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement