WARNING:pychromecast.socket_client:[All Speakers(192.168.86.202):32197] Error communicating with socket, resetting connection
ERROR:pychromecast.socket_client:[All Speakers(192.168.86.202):32197] Error reading from socket.
ERROR:pychromecast.socket_client:[All Speakers(192.168.86.202):32197] Unhandled exception in worker thread, attempting reconnect
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/pychromecast/socket_client.py", line 538, in run
if self.run_once(timeout=POLL_TIME_BLOCKING) == 1:
File "/usr/local/lib/python3.9/dist-packages/pychromecast/socket_client.py", line 561, in run_once
if not self._check_connection():
File "/usr/local/lib/python3.9/dist-packages/pychromecast/socket_client.py", line 690, in _check_connection
self.initialize_connection()
File "/usr/local/lib/python3.9/dist-packages/pychromecast/socket_client.py", line 295, in initialize_connection
host, port, service_info = get_host_from_service(
File "/usr/local/lib/python3.9/dist-packages/pychromecast/dial.py", line 38, in get_host_from_service