Getting a 500 Unexpected Problem when getting zone forecast's #219
Unanswered
carlosga01
asked this question in
Q&A
Replies: 3 comments
-
Do you have a correlation I'd from the error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's an example response body:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, that helped me see your url, which requested a zone forecast product for a marine zone. There are no ZFP products for marine, so the API should have returned a 404, not 500. We'll update the API to catch that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to hit this endpoint
/zones/{type}/{zoneId}/forecast
but keep getting a 500. I get the 500 whether I try to hit it from the swagger api examples (https://www.weather.gov/documentation/services-web-api#/) or from my application providing the required headers listed in the docs. Any ideas why this might be? I had seen this same issue weeks ago and it doesn't seem to have been resolved.Beta Was this translation helpful? Give feedback.
All reactions