Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-02-20 08:38:56 ERROR (MainThread) [aiohttp.server] Error handling request
- Traceback (most recent call last):
- File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
- messages, upgraded, tail = self._request_parser.feed_data(data)
- File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
- aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
- 2020-02-20 09:47:40 ERROR (MainThread) [aiohttp.server] Error handling request
- Traceback (most recent call last):
- File "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
- messages, upgraded, tail = self._request_parser.feed_data(data)
- File "aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
- aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
- 2020-02-20 10:08:55 ERROR (MainThread) [homeassistant.helpers.entity] Update for climate.plugwise_dev_thermostat fails
- Traceback (most recent call last):
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
- six.raise_from(e, None)
- File "<string>", line 3, in raise_from
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
- httplib_response = conn.getresponse()
- File "/usr/local/lib/python3.7/http/client.py", line 1344, in getresponse
- response.begin()
- File "/usr/local/lib/python3.7/http/client.py", line 306, in begin
- version, status, reason = self._read_status()
- File "/usr/local/lib/python3.7/http/client.py", line 267, in _read_status
- line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
- File "/usr/local/lib/python3.7/socket.py", line 589, in readinto
- return self._sock.recv_into(b)
- socket.timeout: timed out
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
- timeout=timeout
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
- self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
- File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
- self, url, "Read timed out. (read timeout=%s)" % timeout_value
- urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.0.14', port=80): Read timed out. (read timeout=10)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
- await self.async_device_update()
- File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 461, in async_device_update
- await self.hass.async_add_executor_job(self.update)
- File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
- result = self.fn(*self.args, **self.kwargs)
- File "/config/custom_components/plugwise_dev/climate.py", line 273, in update
- self._domain_objects = self._api.get_domain_objects()
- File "/usr/local/lib/python3.7/site-packages/haanna/haanna.py", line 68, in get_domain_objects
- timeout=10,
- File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get
- return request('get', url, params=params, **kwargs)
- File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request
- return session.request(method=method, url=url, **kwargs)
- File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
- resp = self.send(prep, **send_kwargs)
- File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
- r = adapter.send(request, **kwargs)
- File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
- raise ReadTimeout(e, request=request)
- 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