From 2739fdd0cd5cf3b1827b8602d3b0b4e5ab509e51 Mon Sep 17 00:00:00 2001 From: mmaelicke Date: Thu, 19 Dec 2024 12:07:18 +0000 Subject: [PATCH] Data download via Github action --- extra/weather/data/2024_12_19_raw_dump.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extra/weather/data/2024_12_19_raw_dump.json diff --git a/extra/weather/data/2024_12_19_raw_dump.json b/extra/weather/data/2024_12_19_raw_dump.json new file mode 100644 index 00000000..8fe6b73a --- /dev/null +++ b/extra/weather/data/2024_12_19_raw_dump.json @@ -0,0 +1,10 @@ +{ + "historic": { + "cod": 401, + "message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info." + }, + "forecast": { + "cod": 401, + "message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info." + } +} \ No newline at end of file