Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Sun Feb 25 2018 16:24:07 GMT+0100 (CET)
  2.  
  3. Error in logging
  4. Traceback (most recent call last):
  5. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homeassistant/components/api.py", line 126, in get
  6. payload = yield from to_write.get()
  7. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/queues.py", line 167, in get
  8. yield from getter
  9. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/futures.py", line 331, in __iter__
  10. yield self # This tells Task to wait for completion.
  11. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
  12. future.result()
  13. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/futures.py", line 236, in result
  14. raise CancelledError
  15. concurrent.futures._base.CancelledError
  16.  
  17. During handling of the above exception, another exception occurred:
  18.  
  19. Traceback (most recent call last):
  20. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/helpers.py", line 559, in __get__
  21. return inst._cache[self.name]
  22. KeyError: 'remote'
  23.  
  24. During handling of the above exception, another exception occurred:
  25.  
  26. Traceback (most recent call last):
  27. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/helpers.py", line 526, in log
  28. for key, value in fmt_info:
  29. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/helpers.py", line 518, in <genexpr>
  30. for key, method in self._methods)
  31. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/helpers.py", line 478, in _format_a
  32. ip = request.remote
  33. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/helpers.py", line 561, in __get__
  34. val = self.wrapped(inst)
  35. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/aiohttp/web_request.py", line 321, in remote
  36. peername = transport.get_extra_info('peername')
  37. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 306, in get_extra_info
  38. return self._ssl_protocol._get_extra_info(name, default)
  39. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/sslproto.py", line 547, in _get_extra_info
  40. return self._transport.get_extra_info(name, default)
  41. AttributeError: 'NoneType' object has no attribute 'get_extra_info'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement