Hi,
I keep receiving this error in the logs. I can’t make any sense of it?
Log Details (ERROR)
Tue Jan 15 2019 02:09:43 GMT+0000 (GMT)
Update for media_player.bedroom_tv fails
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_socket.py", line 81, in recv
bytes_ = sock.recv(bufsize)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result
raise self._exception
File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/samsungtv.py", line 130, in update
self.send_key("KEY")
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/samsungtv.py", line 151, in send_key
self.get_remote().control(key)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/samsungtv.py", line 136, in get_remote
self._remote = self._remote_class(self._config)
File "/srv/homeassistant/lib/python3.5/site-packages/samsungctl/remote.py", line 11, in __init__
self.remote = RemoteWebsocket(config)
File "/srv/homeassistant/lib/python3.5/site-packages/samsungctl/remote_websocket.py", line 28, in __init__
self.connection = websocket.create_connection(url, config["timeout"])
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_core.py", line 511, in create_connection
websock.connect(url, **options)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_core.py", line 223, in connect
self.handshake_response = handshake(self.sock, *addrs, **options)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_handshake.py", line 79, in handshake
status, resp = _get_resp_headers(sock)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_handshake.py", line 150, in _get_resp_headers
status, resp_headers, status_message = read_headers(sock)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_http.py", line 298, in read_headers
line = recv_line(sock)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_socket.py", line 102, in recv_line
c = recv(sock, 1)
File "/srv/homeassistant/lib/python3.5/site-packages/websocket/_socket.py", line 84, in recv
raise WebSocketTimeoutException(message)
websocket._exceptions.WebSocketTimeoutException: timed out