mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
311 stars 38 forks source link

ReferenceError: drawChartOncePerHour is not defined #259

Open cloudbr34k84 opened 4 weeks ago

cloudbr34k84 commented 4 weeks ago

Description An uncaught error occurs when using the weather-chart-card in Home Assistant. This error appears on Android 14 with Chrome WebView 126.0.6478.186.

Logger: frontend.js.modern.202410023
Source: components/system_log/__init__.py:331
First occurred: 06:01:54 (1 occurrences)
Last logged: 06:01:54

Uncaught error from Chrome WebView 126.0.6478.186 on Android 14 ReferenceError: drawChartOncePerHour is not defined /hacsfiles/weather-chart-card/weather-chart-card.js:18218:7

Actual Behavior The following error is encountered:

ReferenceError: drawChartOncePerHour is not defined

Troubleshooting Steps Taken Updated to the latest version of the card. Cleared cache and performed a hard reload. Reinstalled the card via HACS.