Help Needed from Home Assistant Experts - Random Crashes on Android 13

Hello Home Assistant specialists,

I just started using Home Assistant and am having a blast automating my home. I recently began creating a wall panel on an old Android tablet with a new ROM on it.

The strangest thing is that this device crashes randomly. Both the companion app and the web browser have the same issues. Other devices do not have these problems. I have tried the following things:

  • Removed all cards from my dashboard - no crashes
  • Removed some cards like custom:neerslag-card, custom:apexcharts-card, custom:apexcharts-card - still crashes
  • Checked the log, but they are not helping me. There are several reports of “has already been used with this registry” but I cannot figure out what is causing this.
  • Checked the resource config for double entries - no double entries.

Does anybody have tips on how to start further investigation?

Part of the log:

2024-08-03 10:11:53.234 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome WebView 125.0.6422.165 on Android 13
Error: Failed to execute ‘define’ on ‘CustomElementRegistry’: the name “mini-graph-card” has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/mini-graph-card/mini-graph-card-bundle.js:1:112575
/hacsfiles/mini-graph-card/mini-graph-card-bundle.js:1:18819
/hacsfiles/mini-graph-card/mini-graph-card-bundle.js:1:18824
/hacsfiles/mini-graph-card/mini-graph-card-bundle.js:1:112813
2024-08-03 10:11:53.244 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome WebView 125.0.6422.165 on Android 13
Error: Failed to execute ‘define’ on ‘CustomElementRegistry’: the name “auto-entities-editor” has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/lovelace-auto-entities/auto-entities.js:172:1111

1 Like

These are errors with custom cards. Only their creator can help.