Advertisement
Guest User

Untitled

a guest
May 25th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. 16-05-26 00:30:35 homeassistant.bootstrap: Error during setup of component zwave
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.4/dist-packages/pyozwweb-0.3.1-py3.4.egg/openzwave/option.py", line 69, 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 "/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py", line 157, in _setup_component
  17. if not component.setup(hass, config):
  18. File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/zwave.py", line 211, in setup
  19. default_zwave_config_path),)
  20. File "/usr/local/lib/python3.4/dist-packages/pyozwweb-0.3.1-py3.4.egg/openzwave/option.py", line 75, in __init__
  21. raise ZWaveException(u"Error when retrieving device %s : %s" % (device, traceback.format_exception(*sys.exc_info())))
  22. openzwave.object.ZWaveException: 'Zwave Generic Exception : Error when retrieving device /dev/ttyUSB-ZStick-5G : [\'Traceback (most recent call last):\\n\', \' File "/usr/local/lib/python3.4/dist-packages/pyozwweb-0.3.1-py3.4.egg/openzwave/option.py", line 69, 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"]'
  23. 16-05-26 00:30:36 homeassistant.components.recorder: Found unfinished sessions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement