For some reason this morning (5 December 2023, ~10:30am UTC) I have been experiencing intermittent WeatherKit API failures with a 404 Not Found status.
There is nothing wrong with the request itself: trying a minute or two later with the exact same request parameters and token returns a successful response.
I can see that it's not a transport issue between me and Apple, as the response I am getting is coming from the Apple servers:
<html>
<head>
<title>404 Not Found</title>
</head>
<body>
<center><h1>404 Not Found</h1></center>
<hr>
<center>Apple</center>
</body>
</html>
...and the responding server is AppleHttpServer
.
Has anyone else seen this? Is it a regular occurrence, or are they just having a bad day?