We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7860d6 commit b01fc7cCopy full SHA for b01fc7c
custom_components/rtetempo/api_worker.py
@@ -267,7 +267,7 @@ def _update_tempo_days(
267
payload = response.json()
268
except requests.JSONDecodeError as exc:
269
_LOGGER.error(
270
- "JSON parsing error on a HTTP 200 request: %s", exc)
+ "JSON parsing error on a HTTP 200 request (%s):\n%s", exc, response.text)
271
return None
272
# Parse datetimes and fix time for start and end dates
273
tempo_days_time: list[TempoDay] = []
0 commit comments