You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs sometimes when trying to pull all HUCs with 1 year data and 20 year data.
From Jared Willard's error output:
querying USGS for monitoring feature information through Basin3D, but I either get timeout errors, "Network is unreachable" errors, "HTTPSConnectionPool(host='water.usgs.gov', port=443): Max retries exceeded with url: /GIS/new_huc_rdb.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b1515797610>: Failed to establish a new connection: [Errno 101] Network is unreachable'))"
ReadTimeoutError: HTTPSConnectionPool(host='water.usgs.gov', port=443): Read timed out.
ConnectionError: HTTPSConnectionPool(host='water.usgs.gov', port=443): Max retries exceeded with url: /GIS/new_huc_rdb.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b1515797610>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x2b1515797610>: Failed to establish a new connection: [Errno 101] Network is unreachable
MaxRetryError: HTTPSConnectionPool(host='water.usgs.gov', port=443): Max retries exceeded with url: /GIS/new_huc_rdb.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b1515797610>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
The text was updated successfully, but these errors were encountered:
This error occurs sometimes when trying to pull all HUCs with 1 year data and 20 year data.
From Jared Willard's error output:
querying USGS for monitoring feature information through Basin3D, but I either get timeout errors, "Network is unreachable" errors, "HTTPSConnectionPool(host='water.usgs.gov', port=443): Max retries exceeded with url: /GIS/new_huc_rdb.txt (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b1515797610>: Failed to establish a new connection: [Errno 101] Network is unreachable'))"
The text was updated successfully, but these errors were encountered: