Frontent missing text

Hi all,

I recently updated from a quite-old-version (I can’t recall anymore what) to 0.97.2, and I’m facing something odd: text is missing, but only in the “core” parts of the UI.

Below is a print screen of the developers_tools tab, and you can see that almost nothing is visible. However, the whole of my Lovelace setup (including multiple “pages”) is readable. So it seems like the core part is not rendered properly. It does look like this issue here, but a language was set, and I’ve changed to some other languages with no avail.

Does anyone have an idea on how to solve this?

Thank you in advance!
Erwin

white|690x332

What errors do you see in your log file?

Almost none, I get:

  • 4x
    ERROR (SyncWorker_15) [homeassistant.util.yaml.loader] YAML file /home/homeassistant/.homeassistant/known_devices.yaml contains duplicate key "name". Check lines [number] and [number].

  • ERROR (SyncWorker_1) [homeassistant.util.yaml.loader] YAML file /home/homeassistant/.homeassistant/ui-lovelace.yaml contains duplicate key "type".

  • ERROR (SyncWorker_1) [homeassistant.util.yaml.loader] YAML file /home/homeassistant/.homeassistant/ui-lovelace.yaml contains duplicate key "lower_bound". Check lines 135 and 136.

I did now just notice that when call the dev console on chrome, I get a lot of errors regarding the font and translations, for example,

  • https://casanelwin.duckdns.org:8123/static/translations/profile/nl-36db7e5b351217a1ac10a76f3b817eb4.json: Status Code: 404 Not Found

  • Request URL: https://casanelwin.duckdns.org:8123/static/fonts/roboto/Roboto-Regular.woff2: Status Code: 404 Not Found

So it seems that it doesn’t find the files used for translations etc?
I just force home-assistant to re-update using pip3 install --force-reinstall homeassistant, but it doesn’t help. I’m on a Raspberry Pi 3 with a manual installation of HA.

Thanks already for your thoughts!
Erwin

You should fix those duplicate keys. Not likely your problem though.

Yeah the missing fonts could do it. Not sure how to fix it though. Maybe ask in the home assistant discord chat.

Hello there, I seem to have the same issue.
No text under configuration tab and profile tab.

Any news on this issue?

THanks!