MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

Hindcast 403 error #105

Closed rpauly18 closed 3 years ago

rpauly18 commented 3 years ago

Request to WPTO hindcast dataset triggers 403 error

rpauly18 commented 3 years ago

@ssolson as an update: it looks like our hsds key gets blocked when we make a request from Travis. In my most recent commit I changed the hsds key we are using to my personal one, it failed, and now my personal one fails when I try running the code locally, which it was not doing before trying my key from travis. This tells me that the key likely got added to some kind of blocked list. I have a request in with the curators of the service used to request data to see what the issue is.

rpauly18 commented 3 years ago

I have been able to get the API key to work locally again. Upon further inspection the Travis version changed on the first commit that failed. It looks like the .hscfg file is no longer being loaded properly in this new version. More investigation necessary.

rpauly18 commented 3 years ago

closed by https://github.com/MHKiT-Software/MHKiT-Python/pull/104