If I get timeout errors like the following, does this indicate an error with my script? I'm editing one of the example scripts to use a different dataset (efas-historical).
Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 384, in _make_request six.raise_from(e, None) (...)
File "/usr/lib/python3.6/socket.py", line 586, 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): (...)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.0.8', port=8080): Read timed out. (read timeout=3.0)
etc.
I struggle with error messages like this as it gives me little pointers on what to do next.
Many thanks!
Rutger