Guest User

Untitled

a guest
Feb 23rd, 2020
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. 2020-02-20 08:38:56 ERROR (MainThread) [aiohttp.server] Error handling request
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  4. messages, upgraded, tail = self._request_parser.feed_data(data)
  5. File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  6. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
  7.  
  8.  
  9. 2020-02-20 09:47:40 ERROR (MainThread) [aiohttp.server] Error handling request
  10. Traceback (most recent call last):
  11. File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
  12. messages, upgraded, tail = self._request_parser.feed_data(data)
  13. File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
  14. aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
  15.  
  16.  
  17.  
  18.  
  19. 2020-02-20 10:08:55 ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.plugwise_dev_thermostat fails
  20. Traceback (most recent call last):
  21. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  22. six.raise_from(e, None)
  23. File "<string>", line 3, in raise_from
  24. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  25. httplib_response = conn.getresponse()
  26. File "/usr/local/lib/python3.7/http/client.py", line 1344, in getresponse
  27. response.begin()
  28. File "/usr/local/lib/python3.7/http/client.py", line 306, in begin
  29. version, status, reason = self._read_status()
  30. File "/usr/local/lib/python3.7/http/client.py", line 267, in _read_status
  31. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  32. File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
  33. return self._sock.recv_into(b)
  34. socket.timeout: timed out
  35.  
  36. During handling of the above exception, another exception occurred:
  37.  
  38. Traceback (most recent call last):
  39. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  40. timeout=timeout
  41. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  42. method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  43. File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  44. raise six.reraise(type(error), error, _stacktrace)
  45. File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  46. raise value
  47. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  48. chunked=chunked,
  49. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  50. self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  51. File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  52. self, url, "Read timed out. (read timeout=%s)" % timeout_value
  53. urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.0.14', port=80): Read timed out. (read timeout=10)
  54.  
  55. During handling of the above exception, another exception occurred:
  56.  
  57. Traceback (most recent call last):
  58. File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
  59. await self.async_device_update()
  60. File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 461, in async_device_update
  61. await self.hass.async_add_executor_job(self.update)
  62. File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  63. result = self.fn(*self.args, **self.kwargs)
  64. File "/config/custom_components/plugwise_dev/climate.py", line 273, in update
  65. self._domain_objects = self._api.get_domain_objects()
  66. File "/usr/local/lib/python3.7/site-packages/haanna/haanna.py", line 68, in get_domain_objects
  67. timeout=10,
  68. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get
  69. return request('get', url, params=params, **kwargs)
  70. File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request
  71. return session.request(method=method, url=url, **kwargs)
  72. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  73. resp = self.send(prep, **send_kwargs)
  74. File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  75. r = adapter.send(request, **kwargs)
  76. File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  77. raise ReadTimeout(e, request=request)
  78. requests.exceptions.ReadTimeout: HTTPConnectionPool(host='192.168.0.14', port=80): Read timed out. (read timeout=10)
Advertisement
Add Comment
Please, Sign In to add comment