Joe3
May 5, 2022, 6:54pm
1
Looking at or clicking on Logbook in the UI on Firefox causes this error in Logs. In case any one is digging for the cause. Not all the time but when It does it is repeatable.
Logger: frontend.js.latest.202205040
Source: components/system_log/init .py:190
First occurred: 11:37:06 AM (16 occurrences)
Last logged: 11:46:11 AM
:0:0 ResizeObserver loop completed with undelivered notifications.
tom_l
May 5, 2022, 11:50pm
2
It’s a known issue. The advice from the devs is to ignore it.
opened 04:09PM - 28 Apr 21 UTC
Bug
### Checklist
- [X] I have updated to the latest available Home Assistant ver… sion.
- [X] I have cleared the cache of my browser.
- [X] I have tried a different browser to see if it is related to my browser.
### Describe the issue you are experiencing
clicking either of the below input_numbers, to reveal the more-info, show the error in the inspector. Many others don't , but these 2 do. Note there's no number as state displayed. After some resizing that shows, so not consistent either.
### Describe the behavior you expected
no error
### Steps to reproduce the issue
1. click the entity for more-info
2.
3.
...
### What version of Home Assistant Core has the issue?
2021.4.6
### What was the last working version of Home Assistant Core?
not sure
### In which browser are you experiencing the issue with?
MAc Safari, Chrome haș no issue
### Which operating system are you using to run this browser?
Big sur 11.2.3 Safari 14.0.3
### State of relevant entities
_No response_
### Problem-relevant frontend configuration
```yaml
- type: entities
title: System settings
show_header_toggle: false
style: |
.card-header {color: var(--primary-color);font-weight: bold;}
entities:
- sensor.hassos_updates
- sensor.supervisor_updates
- sensor.speedtest_download
- type: custom:slider-entity-row
entity: input_number.ha_delayed_startup
- input_number.reload_delay
- type: divider
```
### Javascript errors shown in your browser console/inspector
```txt
ResizeObserver loop completed with undelivered notifications.
```
### Additional information
<img width="493" alt="Schermafbeelding 2021-04-28 om 18 09 37" src="https://user-images.githubusercontent.com/33354141/116436687-ee10ee80-a84c-11eb-8ac3-8801ad9f096b.png">
<img width="403" alt="Schermafbeelding 2021-04-28 om 18 10 51" src="https://user-images.githubusercontent.com/33354141/116436929-2ca6a900-a84d-11eb-9c80-1bf55409b982.png">
Joe3
May 6, 2022, 3:23am
3
Ok thanks… Any way to filter it?
I wish this worked… It does not.
logger:
default: debug
logs:
homeassistant.components.python_script: fatal