thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.05k stars 169 forks source link

HA 2023.9.0b0 beta - log error #294

Closed Anto79-ops closed 6 months ago

Anto79-ops commented 10 months ago

My Home Assistant version: 2023.9.0b0

My lovelace configuration method (GUI or yaml):

both

What I am doing:

updated to 2023.9.0b0

What I expected to happen:

no log messages

What happened instead:

updating to beta, log errors appeared-log error

Logger: frontend.js.latest.202308300
Source: components/system_log/__init__.py:269
First occurred: 3:06:53 PM (15 occurrences)
Last logged: 3:56:53 PM

Unhandled promise rejection from Chrome WebView 114.0.5735.220 on Android 9 "http://192.168.1.81:8123/hacsfiles/canvas-gauge-card/canvas-gauge-card.js?hacstag=14254583809"
Unhandled promise rejection from Chrome WebView 114.0.5735.220 on Android 9 "http://192.168.1.81:8123/hacsfiles/lovelace-card-mod/card-mod.js?hacstag=190927524322"
Unhandled promise rejection from Chrome 116.0.0.0 on Windows 10 TypeError: Cannot destructure property 'scrollTop' of 'this._scrollerController' as it is null. scrollTop (src/Virtualizer.ts:741:13) _correctScrollError (src/Virtualizer.ts:546:9) _finishDOMUpdate (src/Virtualizer.ts:538:9) _updateDOM (src/Virtualizer.ts:603:11) _handleLayoutMessage (src/Virtualizer.ts:441:43) _hostSink (src/layouts/shared/BaseLayout.ts:478:9) _sendStateChangedMessage (src/layouts/shared/BaseLayout.ts:364:9) _reflow (src/layouts/flow.ts:491:10) _reflow (src/layouts/shared/BaseLayout.ts:257:11) reflowIfNeeded (src/Virtualizer.ts:563:20)
Unhandled promise rejection from Chrome WebView 114.0.5735.220 on Android 9 3
Unhandled promise rejection from Chrome WebView 114.0.5735.220 on Android 9 { "code": "not_found", "message": "Subscription not found." }

Minimal steps to reproduce:

# The least amount of code possible to reproduce my error

# End of code

Error messages from the browser console:


By putting an X in the boxes ([]) below, I indicate that I:

Anto79-ops commented 10 months ago

Some information here https://github.com/home-assistant/frontend/issues/17745#issuecomment-1700910165

Anto79-ops commented 6 months ago

seems they silenced the log errors associated with this so it was no longer an issue by release date. Will close it, but realize the issue may still be present, just the logs are muted for it. thanks!