Replies: 4 comments 7 replies
-
My experience has been if a given alert ID has hit its expire time but not its end time, an updated alert with a new ID will have been issued. In some cases this doesn't happen, which is a mistake somewhere along the line. Your example seems to be a rather extreme version of this. I'll normally see the new alert pop up within an hour or so. In any case, I don't display anything that has passed its expire time. Additionally, I check that the status is "Actual" and search for the string "This alert has expired" in the description field (this must have burned me sometime in the past... I don't actually remember what made me add that). So:
I believe so.
Yes. It happens enough that you need to code for the possibility.
In my case, no. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
If I do a full pull of PZ zones, I get 205 alerts back and only 78 of them are valid - the rest are expired. Appears to be an issue with cleaning up and/or issuing updated alerts. |
Beta Was this translation helpful? Give feedback.
-
I've had this problem several times and was told that is isn't a mistake. [https://github.com//discussions/782#discussioncomment-11465265] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been consuming active alerts for a bit and I just ran into an issue that I was wondering about. Basically in my code I had marked an alert as inactive since it was expired (and possibly at one time was not being returned from the active endpoint) but now that alert is being returned from the active alert endpoint even though it's expired.
Alert Id: urn:oid:2.49.0.1.840.0.14c5d6e6998688e7e0f6e92c4d5de01f6dd3d51b.001.1
The current datetime is 5/2/2025 08:50:00 EST and the expires field is 2025-04-26T06:00:00-08:00 for the alert. There aren't any references listed but it seems that other alerts should be taking the place of this expired alert.
Request:
https://api.weather.gov/alerts/active/zone/PKZ811
Response:
Beta Was this translation helpful? Give feedback.
All reactions