Mine hasn't been working for months, even updated to the latest revision and I get this when I run the test option. It replies back with nothing can be found plus a url, the url is returns the following...
{
"correlationId": "53726559",
"parameterErrors": [
{
"parameter": "query.urgency[1]",
"message": "Does not have a value in the enumeration ["Immediate","Expected","Future","Past","Unknown"]"
},
{
"parameter": "query.urgency[2]",
"message": "Does not have a value in the enumeration ["Immediate","Expected","Future","Past","Unknown"]"
},
{
"parameter": "query.severity[1]",
"message": "Does not have a value in the enumeration ["Extreme","Severe","Moderate","Minor","Unknown"]"
},
{
"parameter": "query.severity[2]",
"message": "Does not have a value in the enumeration ["Extreme","Severe","Moderate","Minor","Unknown"]"
},
{
"parameter": "query.certainty[1]",
"message": "Does not have a value in the enumeration ["Observed","Likely","Possible","Unlikely","Unknown"]"
},
{
"parameter": "query.certainty[2]",
"message": "Does not have a value in the enumeration ["Observed","Likely","Possible","Unlikely","Unknown"]"
}
],
"title": "Bad Request",
"type": "https://api.weather.gov/problems/BadRequest",
"status": 400,
"detail": "Bad Request",
"instance": "https://api.weather.gov/requests/53726559"
Would really like get this workiing again, when it worked it worked really well.... Ideas?