-
Notifications
You must be signed in to change notification settings - Fork 15
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
Basin from Comid query fails #389
Comments
nldi-services/src/main/java/gov/usgs/owi/nldi/controllers/LinkedDataController.java Line 403 in 495e10c
|
Currently trying to update prod swagger docs with updated example for getBasin. Its stuck on 'wqp' when dev, without complaint, switched over to the intended 'WQP' for the schema example. Also, funny note, this seems to be the only use of 'wqp' that is throwing an error when used. Everything else seems to be working as intended. |
Also, of note, I did cut a new tag in github, it mirrored to gitlab appropriately, pushed successfully to ECR, and updated prod and qa infra configs to use the proper, tagged image before redeploying the infra to prod. I have zero idea where the breakdown is coming from. |
The service fails to return a basin for a Comid.
Example request: https://labs.waterdata.usgs.gov/api/nldi/linked-data/comid/22294818/basin?f=json&simplified=false
Response: {"description":"Something bad happened. Contact us with Reference Number: 1348761016","type":"error"}
The text was updated successfully, but these errors were encountered: