Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Connection Error from USGS #114

Open
heycatwonton opened this issue Mar 24, 2022 · 0 comments
Open

HTTP Connection Error from USGS #114

heycatwonton opened this issue Mar 24, 2022 · 0 comments
Labels
BASIN-3D bug Something isn't working

Comments

@heycatwonton
Copy link
Contributor

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'))

image

@heycatwonton heycatwonton added the bug Something isn't working label Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BASIN-3D bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants