SOLVED HACS card error in log

Hello,

I receive errors in my logging and don’t know what to do to fix this.
These are the errors:

2024-08-08 09:29:27.673 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38192
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38226
2024-08-08 09:29:27.674 ERROR (MainThread) [frontend.js.latest.202407100] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "button-card-action-handler" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/button-card/button-card.js:1:24357
2024-08-08 09:44:18.702 ERROR (MainThread) [frontend.js.modern.202408061] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38192
/hacsfiles/lovelace-multiple-entity-row/multiple-entity-row.js:1:38226
2024-08-08 09:44:18.703 ERROR (MainThread) [frontend.js.modern.202408061] Uncaught error from Chrome 127.0.0.0 on Windows 10
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "button-card-action-handler" has already been used with this registry
window.CustomElementRegistry.define (src/scoped-custom-element-registry.js:44:14)
/hacsfiles/button-card/button-card.js:1:24357

The HACS repository:

The HACS sources:

Based on other reactions I think I need to remove/delete some sources, but which one?

Hope somebody can help and can point me out what and how to do!

Appreciated!

You have multiple-entry-row twice in the resources list.

I’d uninstall it and see if they both go. If they both go, restart and reinstall. If one remains, check to see if there is a lovelace-multiple-entity-row directory in /config/www/community/. If so, delete it, restart HA and re-install.

good luck! and backup first!

Thanks.

Executed as you said.
No more errors anymore in the logging!

1 Like