Replies: 1 comment 1 reply
-
It’s an old bug. See this from April 2023: I responded on that discussion that I replace “,0?” with “?”. Note: I believe this problem only shows up for the hourly forecast. For the 12-hour, zero percent POP is not appended to the URL. I don’t recall anyone saying this may be fixed one day. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
All,
I an frequently having problems with some of the icons returned from:
For example, in the following response:
it returns the following icon:
However, attempting to retrieve the icon returns an error:
{
"correlationId": "13f7665e",
"title": "Bad Request",
"type": "https://api.weather.gov/problems/BadRequest",
"status": 400,
"detail": "Bad Request",
"instance": "https://api.weather.gov/requests/13f7665e"
}
It seems like if I remove the ',0' it sometimes (usually?) works, as in:
but before I put in code to automatically do that, I would like to understand what the problem is, and if it is always consistent (e.g., should I always change /sct,0/ to /sct/) ?
Please advise.
Thanks,
Dave Filip
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions