Also with 2.1.5 i get the urllib3 error for the box that is in standby:
`2020-04-25 02:19:49 WARNING (SyncWorker_19) [pyskyqremote.skyq_remote] W0020 - Control URL not accessible: 192.168.1.242 : http://192.168.1.242:49153/description34.xml
2020-04-25 02:19:50 ERROR (SyncWorker_19) [pyskyqremote.skyq_remote] X0070 - Connection error: 192.168.1.242 : HTTPConnectionPool(host='192.168.1.242', port=49153): Max retries exceeded with url: /description35.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f636bc31160>: Failed to establish a new connection: [Errno 113] No route to host'))
Traceback (most recent call last):
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/util/connection.py", line 84, in create_connection
raise err
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/connectionpool.py", line 677, in urlopen
chunked=chunked,
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/connectionpool.py", line 392, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/local/lib/python3.7/http/client.py", line 1229, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1275, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1224, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.7/http/client.py", line 1016, in _send_output
self.send(msg)
File "/usr/local/lib/python3.7/http/client.py", line 956, in send
self.connect()
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/connection.py", line 187, in connect
conn = self._new_conn()
File "/home/pi/hassmar20/lib/python3.7/site-packages/urllib3/connection.py", line 172, in _new_conn
self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f636bc31160>: Failed to establish a new connection: [Errno 113] No route to host
During handling of the above exception, another exception occurred:
There’s a way to handle that? I’ve read a previous post from @MadmanMonty but can’t find how to implement that solution on @RogTP updated version.
Anyway, thanks for that