Log: freshness
Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY. [2026-04-20 01:00:02] === FRESHNESS CHECK STARTED === Traceback (most recent call last): File "/app/cron_freshness.py", line 187, inmain() File "/app/cron_freshness.py", line 157, in main state = load_state() ^^^^^^^^^^^^ File "/app/cron_freshness.py", line 36, in load_state return json.load(open(STATE_PATH)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/__init__.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)