Cannot make EPA requests in Windows

Issue #3 resolved
Paul Stasiuk repo owner created an issue

I cannot make requests with the python requests framework in windows. Keeps giving me an odd error:

ConnectionError: HTTPSConnectionPool(host='cdxnodengn.epa.gov',port=443): Max Retries exceeded with url: ...

Comments (1)

  1. Paul Stasiuk reporter

    Resolved by testing with urllib2 and realizing that the Requests framework does not function correctly in the windows implementation of python.

  2. Log in to comment