Errors after recent upgrade

Wasn’t sure where to post this so I apologize if this in the wrong place. After recently upgrading HASS to 34.4 I started receiving all these errors in my log. Everything appears to be working despite the errors. Figured I’d post though to see if anyone had any ideas.

16-12-11 20:47:01 homeassistant.core: Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 535, in _update_chunk_length self.chunk_left = int(line, 16) ValueError: invalid literal for int() with base 16: b’’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 298, in _error_catcher yield File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 590, in read_chunked self._update_chunk_length() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 539, in _update_chunk_length raise httplib.IncompleteRead(line) http.client.IncompleteRead: IncompleteRead(0 bytes read) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 703, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 428, in stream for line in self.read_chunked(amt, decode_content=decode_content): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 618, in read_chunked self._original_response.close() File “/usr/lib/python3.4/contextlib.py”, line 77, in exit self.gen.throw(type, value, traceback) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 316, in _error_catcher raise ProtocolError(‘Connection broken: %r’ % e, e) requests.packages.urllib3.exceptions.ProtocolError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step result = coro.throw(exc) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 386, in _update_entity_states yield from update_coro File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 213, in async_update_ha_state yield from self.hass.loop.run_in_executor(None, self.update) File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter yield self # This tells Task to wait for completion. File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup value = future.result() File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result raise self._exception File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run result = self.fn(*self.args, **self.kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/alarm_control_panel/simplisafe.py”, line 89, in update self.simplisafe.get_location() File “/home/hass/.homeassistant/deps/simplisafe.py”, line 130, in get_location self.logout() File “/home/hass/.homeassistant/deps/simplisafe.py”, line 158, in logout response = self.session.post(LOGOUT_URL) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 535, in post return self.request(‘POST’, url, data=data, json=json, **kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 488, in request resp = self.send(prep, **send_kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 641, in send r.content File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 781, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 706, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read))

16-12-12 06:22:30 homeassistant.core: Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 535, in _update_chunk_length self.chunk_left = int(line, 16) ValueError: invalid literal for int() with base 16: b’’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 298, in _error_catcher yield File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 590, in read_chunked self._update_chunk_length() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 539, in _update_chunk_length raise httplib.IncompleteRead(line) http.client.IncompleteRead: IncompleteRead(0 bytes read) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 703, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 428, in stream for line in self.read_chunked(amt, decode_content=decode_content): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 618, in read_chunked self._original_response.close() File “/usr/lib/python3.4/contextlib.py”, line 77, in exit self.gen.throw(type, value, traceback) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 316, in _error_catcher raise ProtocolError(‘Connection broken: %r’ % e, e) requests.packages.urllib3.exceptions.ProtocolError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step result = coro.throw(exc) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 386, in _update_entity_states yield from update_coro File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 213, in async_update_ha_state yield from self.hass.loop.run_in_executor(None, self.update) File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter yield self # This tells Task to wait for completion. File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup value = future.result() File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result raise self._exception File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run result = self.fn(*self.args, **self.kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/alarm_control_panel/simplisafe.py”, line 89, in update self.simplisafe.get_location() File “/home/hass/.homeassistant/deps/simplisafe.py”, line 120, in get_location response = self.session.post(URL, data=location_data) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 535, in post return self.request(‘POST’, url, data=data, json=json, **kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 488, in request resp = self.send(prep, **send_kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 641, in send r.content File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 781, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 706, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read))

16-12-12 07:39:30 homeassistant.core: Error doing job: Task exception was never retrieved Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 535, in _update_chunk_length self.chunk_left = int(line, 16) ValueError: invalid literal for int() with base 16: b’’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 298, in _error_catcher yield File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 590, in read_chunked self._update_chunk_length() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 539, in _update_chunk_length raise httplib.IncompleteRead(line) http.client.IncompleteRead: IncompleteRead(0 bytes read) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 703, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 428, in stream for line in self.read_chunked(amt, decode_content=decode_content): File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 618, in read_chunked self._original_response.close() File “/usr/lib/python3.4/contextlib.py”, line 77, in exit self.gen.throw(type, value, traceback) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/response.py”, line 316, in _error_catcher raise ProtocolError(‘Connection broken: %r’ % e, e) requests.packages.urllib3.exceptions.ProtocolError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step result = coro.throw(exc) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 386, in _update_entity_states yield from update_coro File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 213, in async_update_ha_state yield from self.hass.loop.run_in_executor(None, self.update) File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter yield self # This tells Task to wait for completion. File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup value = future.result() File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result raise self._exception File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run result = self.fn(*self.args, **self.kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/alarm_control_panel/simplisafe.py”, line 89, in update self.simplisafe.get_location() File “/home/hass/.homeassistant/deps/simplisafe.py”, line 108, in get_location self.login() File “/home/hass/.homeassistant/deps/simplisafe.py”, line 147, in login response = self.session.post(LOGIN_URL, data=login_data) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 535, in post return self.request(‘POST’, url, data=data, json=json, **kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 488, in request resp = self.send(prep, **send_kwargs) File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/sessions.py”, line 641, in send r.content File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 781, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() File “/srv/hass/hass_venv/lib/python3.4/site-packages/requests/models.py”, line 706, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: (‘Connection broken: IncompleteRead(0 bytes read)’, IncompleteRead(0 bytes read))

Update: Upgrading to 34.5 seems to have removed the errors.